{
 "oeselftest_ubuntu-24.04_qemux86-64_20250509122634": {
  "configuration": {
   "HOST_DISTRO": "ubuntu-24.04",
   "HOST_NAME": "ubuntu2404-vk-1",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "cb62301c70adf5df006473f9497b060fdc1c7825",
     "commit_count": 78297,
     "commit_time": 1746792533
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "cb62301c70adf5df006473f9497b060fdc1c7825",
     "commit_count": 78297,
     "commit_time": 1746792533
    },
    "meta-selftest": {
     "branch": "master-next",
     "commit": "cb62301c70adf5df006473f9497b060fdc1c7825",
     "commit_count": 78297,
     "commit_time": 1746792533
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "cb62301c70adf5df006473f9497b060fdc1c7825",
     "commit_count": 78297,
     "commit_time": 1746792533
    }
   },
   "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": "20250509122634",
   "TEST_TYPE": "oeselftest"
  },
  "result": {
   "archiver.Archiver.test_archiver_allows_to_filter_on_recipe_name": {
    "duration": 1.7273459434509277,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 34, in test_archiver_allows_to_filter_on_recipe_name\n    bitbake('-c clean %s %s' % (include_recipe, exclude_recipe))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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 initscripts' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_filters_by_type": {
    "duration": 1.0709481239318848,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_filters_by_type_and_name": {
    "duration": 1.0644359588623047,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_configured": {
    "duration": 1.0942950248718262,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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.21.1-r0-configured.tar.xz')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_diff": {
    "duration": 1.1223945617675781,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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.21.1-r0-diff.gz',\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_dumpdata": {
    "duration": 1.0749897956848145,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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.21.1-r0-showdata.dump',\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_mirror": {
    "duration": 1.1332905292510986,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 239, in test_archiver_mode_mirror\n    self._test_archiver_mode('mirror', 'ed-1.21.1.tar.lz',\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_mirror_combined": {
    "duration": 1.0393519401550293,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_mirror_excludes": {
    "duration": 1.0855181217193604,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_mirror_gitsm": {
    "duration": 1.1316871643066406,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_mirror_gitsm_shallow": {
    "duration": 1.0665075778961182,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_original": {
    "duration": 1.142244815826416,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/archiver.py\", line 193, in test_archiver_mode_original\n    self._test_archiver_mode('original', 'ed-1.21.1.tar.lz')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_patched": {
    "duration": 1.0353705883026123,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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.21.1-r0-patched.tar.xz')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_mode_recipe": {
    "duration": 1.1122465133666992,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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.21.1-r0-recipe.tar.xz',\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_multiconfig_shared_unpack_and_patch": {
    "duration": 2.108905553817749,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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                           ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "archiver.Archiver.test_archiver_srpm_mode": {
    "duration": 1.0783307552337646,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "barebox.BareboxTest.test_boot_barebox": {
    "duration": 0.003017425537109375,
    "log": "Test skipped on x86_64\n",
    "oetags": [
     "runqemu"
    ],
    "status": "SKIPPED"
   },
   "baremetal.BaremetalTest.test_baremetal": {
    "duration": 1.7259364128112793,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/baremetal.py\", line 14, in test_baremetal\n    bitbake('baremetal-helloworld')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  baremetal-helloworld' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbclasses.Systemd.test_systemd_and_sysvinit_in_distro": {
    "duration": 1.7076537609100342,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbclasses.py\", line 71, in test_systemd_and_sysvinit_in_distro\n    bitbake(\"systemd-only systemd-and-sysvinit -c install\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  systemd-only systemd-and-sysvinit -c install' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbclasses.Systemd.test_systemd_in_distro": {
    "duration": 1.099755048751831,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbclasses.py\", line 48, in test_systemd_in_distro\n    bitbake(\"systemd-only systemd-and-sysvinit -c install\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  systemd-only systemd-and-sysvinit -c install' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbclasses.Systemd.test_sysvinit_in_distro": {
    "duration": 1.0757908821105957,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbclasses.py\", line 95, in test_sysvinit_in_distro\n    bitbake(\"systemd-only systemd-and-sysvinit -c install\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  systemd-only systemd-and-sysvinit -c install' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblayers.BitbakeConfigBuild.test_enable_disable_fragments": {
    "duration": 24.3200044631958,
    "status": "PASSED"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_add_remove": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_createlayer": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_flatten": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_layerindexshowdepends": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_setup": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_showappends": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_showcrossdepends": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_showlayers": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_showoverlayed": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_showrecipes": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblayers.BitbakeLayers.test_bitbakelayers_updatelayer": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblayers.BitbakeLayers.test_validate_examplelayersjson": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblayers.py\", line 20, in setUpClass\n    bitbake(\"python3-jsonschema-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985201/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
    "status": "ERROR"
   },
   "bblock.BBLock.test_lock_architecture_specific": {
    "duration": 2.729936361312866,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 127, in test_lock_architecture_specific\n    self.lock_recipes(recipes, tasks)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 55, in lock_recipes\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bblock quilt -t do_compile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to get recipe info for: quilt\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblock.BBLock.test_lock_multiple_recipe_single_task": {
    "duration": 3.067816734313965,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 110, in test_lock_multiple_recipe_single_task\n    self._run_test(recipes, tasks)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 152, in _run_test\n    result = self.lock_recipes(recipes, tasks)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 55, in lock_recipes\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bblock quilt bc -t do_compile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to get recipe info for: quilt\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblock.BBLock.test_lock_single_recipe_all_tasks": {
    "duration": 3.1722729206085205,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 105, in test_lock_single_recipe_all_tasks\n    self._run_test(recipes, None)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 152, in _run_test\n    result = self.lock_recipes(recipes, tasks)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 55, in lock_recipes\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bblock quilt' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to get recipe info for: quilt\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblock.BBLock.test_lock_single_recipe_multiple_tasks": {
    "duration": 3.115184783935547,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 101, in test_lock_single_recipe_multiple_tasks\n    self._run_test(recipes, tasks)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 152, in _run_test\n    result = self.lock_recipes(recipes, tasks)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 55, in lock_recipes\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bblock quilt -t do_compile,do_install' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to get recipe info for: quilt\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblock.BBLock.test_lock_single_recipe_single_task": {
    "duration": 3.030704975128174,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 96, in test_lock_single_recipe_single_task\n    self._run_test(recipes, tasks)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 152, in _run_test\n    result = self.lock_recipes(recipes, tasks)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblock.py\", line 55, in lock_recipes\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bblock quilt -t do_compile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to get recipe info for: quilt\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_python_loggingA": {
    "duration": 1.7305777072906494,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 122, in test_python_exec_func_python_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'ERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_python_loggingB": {
    "duration": 1.0513916015625,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 130, in test_python_exec_func_python_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_python_loggingC": {
    "duration": 1.1036841869354248,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 139, in test_python_exec_func_python_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_python_loggingD": {
    "duration": 1.0889983177185059,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 147, in test_python_exec_func_python_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingA": {
    "duration": 1.101649284362793,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 55, in test_python_exec_func_shell_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingB": {
    "duration": 1.0739264488220215,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 64, in test_python_exec_func_shell_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingC": {
    "duration": 1.139643669128418,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 73, in test_python_exec_func_shell_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exec_func_shell_loggingD": {
    "duration": 1.0116794109344482,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 83, in test_python_exec_func_shell_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exit_loggingA": {
    "duration": 1.1086175441741943,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 92, in test_python_exit_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exit_loggingB": {
    "duration": 1.133622646331787,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 99, in test_python_exit_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exit_loggingC": {
    "duration": 1.0682330131530762,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 107, in test_python_exit_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_exit_loggingD": {
    "duration": 1.1383483409881592,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 114, in test_python_exit_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_fatal_loggingA": {
    "duration": 1.0695841312408447,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 154, in test_python_fatal_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_fatal_loggingB": {
    "duration": 1.0877556800842285,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 162, in test_python_fatal_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_fatal_loggingC": {
    "duration": 1.1007931232452393,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 171, in test_python_fatal_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_python_fatal_loggingD": {
    "duration": 1.1028740406036377,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 179, in test_python_fatal_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_shell_loggingA": {
    "duration": 1.0770277976989746,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 20, in test_shell_loggingA\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_shell_loggingB": {
    "duration": 1.0877184867858887,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 28, in test_shell_loggingB\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_shell_loggingC": {
    "duration": 1.0992107391357422,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 36, in test_shell_loggingC\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bblogging.BitBakeLogging.test_shell_loggingD": {
    "duration": 1.0908582210540771,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bblogging.py\", line 45, in test_shell_loggingD\n    self.assertIn(\"ERROR: Logfile of failure stored in:\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'ERROR: Logfile of failure stored in:' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_bb_env_bb_getvar_equality": {
    "duration": 2.5972487926483154,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_bbappend_order": {
    "duration": 1.6266043186187744,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 295, in test_bbappend_order\n    bb_vars = get_bb_vars(['SUMMARY', 'PV'], test_recipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e ed' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_bitbake_g": {
    "duration": 1.0673134326934814,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 127, in test_bitbake_g\n    result = bitbake('-g %s' % recipe)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -g base-files' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_bitbake_invalid_recipe": {
    "duration": 1.0382719039916992,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_bitbake_invalid_target": {
    "duration": 1.1298274993896484,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 64, in test_bitbake_invalid_target\n    self.assertIn(\"ERROR: Nothing PROVIDES 'asdf'\", result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: \"ERROR: Nothing PROVIDES 'asdf'\" not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_checkuri": {
    "duration": 1.083608627319336,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 217, in test_checkuri\n    result = runCmd('bitbake -c checkuri m4')\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake -c checkuri m4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_continue": {
    "duration": 1.10463285446167,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 227, in test_continue\n    runCmd('bitbake -c cleanall man-db xcursor-transparent-theme')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake -c cleanall man-db xcursor-transparent-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_dry_run": {
    "duration": 1.0856587886810303,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 178, in test_dry_run\n    result = runCmd('bitbake -n selftest-hello-native')\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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-hello-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_environment": {
    "duration": 1.705225944519043,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_event_handler": {
    "duration": 1.0981502532958984,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 44, in test_event_handler\n    result = bitbake('selftest-hello-native')\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_force_task_1": {
    "duration": 1.167273998260498,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 92, in test_force_task_1\n    bb_vars = get_bb_vars(['D', 'PKGDEST', 'mandir'], test_recipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e zlib' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_force_task_2": {
    "duration": 0.9699876308441162,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 117, in test_force_task_2\n    bitbake(test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  zlib' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_git_patchtool": {
    "duration": 1.1199088096618652,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 321, in test_git_patchtool\n    src = get_bb_var(\"SRC_URI\",test_recipe)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e man-db' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_git_patchtool2": {
    "duration": 1.0854287147521973,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 334, in test_git_patchtool2\n    src = get_bb_var(\"SRC_URI\",test_recipe)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e gitrepotest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_git_unpack_nonetwork": {
    "duration": 1.1946532726287842,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 354, in test_git_unpack_nonetwork\n    bitbake('gitunpackoffline -c fetch')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  gitunpackoffline -c fetch' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_git_unpack_nonetwork_fail": {
    "duration": 0.9818809032440186,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 367, in test_git_unpack_nonetwork_fail\n    self.assertTrue(re.search(\"Recipe uses a floating tag/branch .* for repo .* without a fixed SRCREV yet doesn't call bb.fetch2.get_srcrev()\", result.output), msg = \"Recipe without PV set to SRCPV should have failed: %s\" % result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : Recipe without PV set to SRCPV should have failed: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_image_manifest": {
    "duration": 1.1098966598510742,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 134, in test_image_manifest\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_invalid_patch": {
    "duration": 2.1725804805755615,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 79, in test_invalid_patch\n    bitbake('-cclean man-db')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -cclean man-db' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_invalid_recipe_src_uri": {
    "duration": 1.0693604946136475,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 153, in test_invalid_recipe_src_uri\n    self.assertIn('Unable to get checksum for man-db SRC_URI entry invalid: file could not be found', result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 1152, in assertIn\n    self.fail(self._formatMessage(msg, standardMsg))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 715, in fail\n    raise self.failureException(msg)\nAssertionError: 'Unable to get checksum for man-db SRC_URI entry invalid: file could not be found' not found in 'NOTE: Reconnecting to bitbake server...\\nERROR: Execution of event handler \\'check_sanity_eventhandler\\' failed\\nTraceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\nERROR: Command execution failed: Traceback (most recent call last):\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\\n    self.cooker.updateCache()\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\\n    fire_class_handlers(event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\\n    execute_handler(name, handler, event, d)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\\n    ret = handler(event, d)\\n          ^^^^^^^^^^^^^^^^^\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\\n    check_sanity(sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\\n    check_sanity_version_change(status, sanity_data)\\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\\n    pseudoignorepaths = d.getVar(\\'PSEUDO_IGNORE_PATHS\\', expand=True).split(\",\")\\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'NoneType\\' object has no attribute \\'split\\'\\n\\n\\nSummary: There were 2 ERROR messages, returning a non-zero exit code.'\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_just_parse": {
    "duration": 1.093052864074707,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 182, in test_just_parse\n    result = runCmd('bitbake -p')\n             ^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake -p' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_local_sstate": {
    "duration": 1.071101188659668,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 52, in test_local_sstate\n    bitbake('selftest-hello-native')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_non_gplv3": {
    "duration": 1.1018760204315186,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 240, in test_non_gplv3\n    self.assertEqual(result.status, 0, \"Bitbake failed, exit code %s, output %s\" % (result.status, result.output))\n  File \"/usr/lib/python3.12/unittest/case.py\", line 885, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 878, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : Bitbake failed, exit code 1, output NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_postfile": {
    "duration": 2.6452527046203613,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_prefile": {
    "duration": 4.267061471939087,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_rename_downloaded_file": {
    "duration": 1.0987915992736816,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 167, in test_rename_downloaded_file\n    self.assertEqual(result.status, 0, msg = \"Couldn't fetch aspell. %s\" % result.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 885, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 878, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : Couldn't fetch aspell. NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_run_bitbake_from_dir_1": {
    "duration": 1.5803420543670654,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_run_bitbake_from_dir_2": {
    "duration": 1.5994839668273926,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_run_bitbake_from_dir_3": {
    "duration": 1.4972944259643555,
    "status": "PASSED"
   },
   "bbtests.BitbakeTests.test_setscene_only": {
    "duration": 1.0874881744384766,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 252, in test_setscene_only\n    bitbake(test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_skip_setscene": {
    "duration": 1.1054723262786865,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 265, in test_skip_setscene\n    bitbake(test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_unexpanded_variable_in_path": {
    "duration": 1.0829410552978516,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 377, in test_unexpanded_variable_in_path\n    self.assertTrue(re.search(\"ERROR: Directory name /.* contains unexpanded bitbake variable. This may cause build failures and WORKDIR polution\",\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : mkdirhier with unexpanded variable should have failed: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_version": {
    "duration": 1.1032657623291016,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/bbtests.py\", line 186, in test_version\n    result = runCmd('bitbake -s | grep wget')\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake -s | grep wget' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "bbtests.BitbakeTests.test_warnings_errors": {
    "duration": 1.0164010524749756,
    "status": "PASSED"
   },
   "buildoptions.ArchiverTest.test_arch_work_dir_and_export_source": {
    "duration": 1.702042818069458,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 191, in test_arch_work_dir_and_export_source\n    self.assertEqual(res.status, 0, \"\\nCouldn't build xcursortransparenttheme.\\nbitbake output %s\" % res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 885, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 878, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : \nCouldn't build xcursortransparenttheme.\nbitbake output ERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "buildoptions.BuildhistoryTests.test_buildhistory_basic": {
    "duration": 3.1711342334747314,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 146, in test_buildhistory_basic\n    self.run_buildhistory_operation('xcursor-transparent-theme')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildhistory.py\", line 39, in run_buildhistory_operation\n    bitbake(\"-cclean %s\" % target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -cclean xcursor-transparent-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "buildoptions.BuildhistoryTests.test_buildhistory_buildtime_pr_backwards": {
    "duration": 2.6105172634124756,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 152, in test_buildhistory_buildtime_pr_backwards\n    self.run_buildhistory_operation(target, target_config=\"PR = \\\"r1\\\"\", change_bh_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildhistory.py\", line 39, in run_buildhistory_operation\n    bitbake(\"-cclean %s\" % target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -cclean xcursor-transparent-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "buildoptions.BuildhistoryTests.test_fileinfo": {
    "duration": 2.757890462875366,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 157, in test_fileinfo\n    bitbake('hicolor-icon-theme')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  hicolor-icon-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "buildoptions.DiskMonTest.test_stoptask_behavior": {
    "duration": 1.7257444858551025,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 67, in test_stoptask_behavior\n    self.assertTrue('ERROR: No new tasks can be executed since the disk space monitor action is \"STOPTASKS\"!' in res.output, msg = \"Tasks should have stopped. Disk monitor is set to STOPTASK: %s\" % res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true : Tasks should have stopped. Disk monitor is set to STOPTASK: ERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "buildoptions.ImageOptionsTests.test_ccache_tool": {
    "duration": 1.7260229587554932,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 40, in test_ccache_tool\n    bitbake(\"ccache-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  ccache-native' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "buildoptions.ImageOptionsTests.test_incremental_image_generation": {
    "duration": 2.5340840816497803,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 25, in test_incremental_image_generation\n    bitbake(\"-c clean core-image-minimal\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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 core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "buildoptions.ImageOptionsTests.test_read_only_image": {
    "duration": 2.742950677871704,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 59, in test_read_only_image\n    bitbake(\"core-image-sato core-image-weston\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-sato core-image-weston' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "buildoptions.Poisoning.test_poisoning": {
    "duration": 1.7238304615020752,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 238, in test_poisoning\n    bitbake(\"poison\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  poison' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "buildoptions.SanityOptionsTest.test_layer_without_git_dir": {
    "duration": 1.7248265743255615,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 134, in test_layer_without_git_dir\n    ret = bitbake('-n %s' % test_recipe)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -n ed' returned non-zero exit status 1:\nWARNING: Layer meta-dummy should set LAYERSERIES_COMPAT_meta-dummy in its conf/layer.conf file to list the core layer names it is compatible with.\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There was 1 WARNING message.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "buildoptions.SanityOptionsTest.test_options_warnqa_errorqa_switch": {
    "duration": 3.6482956409454346,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 94, in test_options_warnqa_errorqa_switch\n    self.assertTrue(line and line.startswith(\"ERROR:\"), msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "buildoptions.ToolchainOptions.test_toolchain_fortran": {
    "duration": 1.0596787929534912,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildoptions.py\", line 206, in test_toolchain_fortran\n    bitbake('fortran-helloworld')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  fortran-helloworld' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "c_cpp.CMakeTests.test_cmake_qemu": {
    "duration": 2.796314001083374,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/c_cpp.py\", line 36, in test_cmake_qemu\n    self._qemu_usermode(\"cmake-example\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  cmake-example -c run_tests' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n",
    "status": "FAILED"
   },
   "c_cpp.CMakeTests.test_cmake_qemu_failing": {
    "duration": 2.1769633293151855,
    "status": "PASSED"
   },
   "c_cpp.MesonTests.test_meson_qemu": {
    "duration": 2.1367430686950684,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "c_cpp.MesonTests.test_meson_qemu_failing": {
    "duration": 2.2147626876831055,
    "status": "PASSED"
   },
   "containerimage.ContainerImageTests.test_expected_files": {
    "duration": 1.0946564674377441,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/containerimage.py\", line 51, in test_expected_files\n    bbvars = get_bb_vars(['bindir', 'sysconfdir', 'localstatedir',\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e container-test-image' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "cve_check.CVECheck.test_convert_cve_version": {
    "duration": 0.015188217163085938,
    "status": "PASSED"
   },
   "cve_check.CVECheck.test_image_json": {
    "duration": 2.5709543228149414,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 380, in test_image_json\n    bitbake(\"core-image-minimal-initramfs\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal-initramfs' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "cve_check.CVECheck.test_parse_cve_from_patch_contents": {
    "duration": 0.011858701705932617,
    "status": "PASSED"
   },
   "cve_check.CVECheck.test_parse_cve_from_patch_filename": {
    "duration": 0.009949922561645508,
    "status": "PASSED"
   },
   "cve_check.CVECheck.test_product_match": {
    "duration": 0.010075092315673828,
    "status": "PASSED"
   },
   "cve_check.CVECheck.test_recipe_report_json": {
    "duration": 2.596964120864868,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 346, in test_recipe_report_json\n    bitbake(\"m4-native -c cve_check\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  m4-native -c cve_check' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "cve_check.CVECheck.test_recipe_report_json_ignored": {
    "duration": 2.651885509490967,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 454, in test_recipe_report_json_ignored\n    bitbake(\"logrotate -c cve_check\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  logrotate -c cve_check' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "cve_check.CVECheck.test_recipe_report_json_unpatched": {
    "duration": 2.7645130157470703,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/cve_check.py\", line 418, in test_recipe_report_json_unpatched\n    bitbake(\"m4-native -c cve_check\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  m4-native -c cve_check' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "cve_check.CVECheck.test_version_compare": {
    "duration": 0.013060808181762695,
    "status": "PASSED"
   },
   "debuginfod.Debuginfod.test_debuginfod_native": {
    "status": "UNKNOWN"
   },
   "debuginfod.Debuginfod.test_debuginfod_qemu": {
    "oetags": [
     "runqemu"
    ],
    "status": "UNKNOWN"
   },
   "devtool.DevtoolAddTests.test_devtool_add": {
    "duration": 9.64961862564087,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 394, in test_devtool_add\n    bitbake('%s -c cleansstate' % pn)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  pv -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_binary": {
    "duration": 6.164439916610718,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 427, in test_devtool_add_binary\n    result = runCmd('devtool add  -b %s %s' % (pn, bin_package_path))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool add  -b tst-bin /tmp/devtoolqa06u3a1hv/tst-bin.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching file:///tmp/devtoolqa06u3a1hv/tst-bin.tar.gz;subdir=${BPN}...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtools1ml9757 'file:///tmp/devtoolqa06u3a1hv/tst-bin.tar.gz'  -x /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/workspace/sources/devtoolsrck5if5o8p -N tst-bin -b' failed\n2025-05-09 12:27:23,411 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate tst-bin\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_fetch": {
    "duration": 6.217797040939331,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 556, in test_devtool_add_fetch\n    result = runCmd('devtool add --no-pypi %s %s -f %s' % (testrecipe, srcdir, url))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool add --no-pypi python-markupsafe /tmp/devtoolqa5m4vjw98/python-markupsafe -f https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/workspace\nNOTE: Reconnecting to bitbake server...\nWARNING: -f/--fetch option is deprecated - you can now simply specify the URL to fetch as a positional argument instead\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolah2p3ajy 'https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz'  -x /tmp/devtoolqa5m4vjw98/python-markupsafe -N python-markupsafe --no-pypi' failed\n2025-05-09 12:27:29,628 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate python-markupsafe\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_fetch_git": {
    "duration": 6.243765115737915,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 601, in test_devtool_add_fetch_git\n    result = runCmd('devtool add %s %s -a -f %s' % (testrecipe, srcdir, url))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool add mraa /tmp/devtoolqagn7r6epf/mraa -a -f gitsm://git.yoctoproject.org/mraa' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/workspace\nNOTE: Reconnecting to bitbake server...\nWARNING: -f/--fetch option is deprecated - you can now simply specify the URL to fetch as a positional argument instead\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching gitsm://git.yoctoproject.org/mraa;branch=master...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolyj779btq 'gitsm://git.yoctoproject.org/mraa'  -x /tmp/devtoolqagn7r6epf/mraa -N mraa -a' failed\n2025-05-09 12:27:35,872 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate mraa\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_fetch_simple": {
    "duration": 4.640484094619751,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 648, in test_devtool_add_fetch_simple\n    result = runCmd('devtool add %s' % url)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool add http://www.ivarch.com/programs/sources/pv-1.6.0.tar.bz2' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching http://www.ivarch.com/programs/sources/pv-1.6.0.tar.bz2...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolx6tgtmgy 'http://www.ivarch.com/programs/sources/pv-1.6.0.tar.bz2'  -x /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/workspace/sources/devtoolsrc_nbqy6tf' failed\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_git_local": {
    "duration": 2.060504913330078,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 440, in test_devtool_add_git_local\n    bitbake('dbus')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  dbus' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_git_style1": {
    "duration": 4.1422388553619385,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 485, in test_devtool_add_git_style1\n    self._test_devtool_add_git_url(git_url, version, pn, resulting_src_uri)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 299, in _test_devtool_add_git_url\n    result = runCmd(command)\n             ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool add --version v3.1.0 mbedtls 'git://git@github.com/ARMmbed/mbedtls.git;branch=mbedtls-2.28;protocol=https'' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://git@github.com/ARMmbed/mbedtls.git;branch=mbedtls-2.28;protocol=https...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtool4jdpjmvl 'git://git@github.com/ARMmbed/mbedtls.git;branch=mbedtls-2.28;protocol=https'  -x /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/workspace/sources/devtoolsrc26qdymaw -N mbedtls -V v3.1.0' failed\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_git_style2": {
    "duration": 5.073186874389648,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 494, in test_devtool_add_git_style2\n    self._test_devtool_add_git_url(git_url, version, pn, resulting_src_uri, srcrev)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 299, in _test_devtool_add_git_url\n    result = runCmd(command)\n             ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool add --version v3.1.0 mbedtls 'git://git@github.com/ARMmbed/mbedtls.git;protocol=https' --srcrev v3.1.0' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://git@github.com/ARMmbed/mbedtls.git;protocol=https;nobranch=1...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolhqnp_1wt 'git://git@github.com/ARMmbed/mbedtls.git;protocol=https'  -x /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/workspace/sources/devtoolsrcmftb3vrq -N mbedtls -V v3.1.0 --srcrev v3.1.0' failed\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_library": {
    "duration": 7.561651706695557,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 516, in test_devtool_add_library\n    bitbake('libftdi -c cleansstate')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  libftdi -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_npm": {
    "duration": 2.2281229496002197,
    "log": "Test needs meta-oe for nodejs\n",
    "status": "SKIPPED"
   },
   "devtool.DevtoolAddTests.test_devtool_add_python_egg_requires": {
    "duration": 4.143948316574097,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 699, in test_devtool_add_python_egg_requires\n    result = runCmd('devtool add %s %s -f %s' % (testrecipe, srcdir, url))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool add python3-uvicorn /tmp/devtoolqaggk9uclb/python3-uvicorn -f https://files.pythonhosted.org/packages/e9/9e/25d59f5043cf763833b2581c8027fa92342c4cf8ee523b498ecdf460c16d/uvicorn-0.14.0.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/workspace\nNOTE: Reconnecting to bitbake server...\nWARNING: -f/--fetch option is deprecated - you can now simply specify the URL to fetch as a positional argument instead\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/e9/9e/25d59f5043cf763833b2581c8027fa92342c4cf8ee523b498ecdf460c16d/uvicorn-0.14.0.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtoolf0beo9z6 'https://files.pythonhosted.org/packages/e9/9e/25d59f5043cf763833b2581c8027fa92342c4cf8ee523b498ecdf460c16d/uvicorn-0.14.0.tar.gz'  -x /tmp/devtoolqaggk9uclb/python3-uvicorn -N python3-uvicorn' failed\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolBuildImageTests.test_devtool_build_image": {
    "duration": 2.606320858001709,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1884, in test_devtool_build_image\n    bitbake('%s -c clean' % image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal -c clean' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "status": "FAILED"
   },
   "devtool.DevtoolDeployTargetTests.test_devtool_deploy_target": {
    "duration": 4.298243999481201,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1818, in test_devtool_deploy_target\n    bitbake(\"%s qemu-native qemu-helper-native\" % testimage)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  oe-selftest-image qemu-native qemu-helper-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "devtool.DevtoolExtractTests.test_devtool_extract": {
    "duration": 4.086456298828125,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1749, in test_devtool_extract\n    result = runCmd('devtool extract matchbox-terminal %s' % tempdir)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool extract matchbox-terminal /tmp/devtoolqavvodlu_o' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolExtractTests.test_devtool_extract_virtual": {
    "duration": 5.05007004737854,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1759, in test_devtool_extract_virtual\n    result = runCmd('devtool extract virtual/make %s' % tempdir)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool extract virtual/make /tmp/devtoolqaixiii2t9' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_code_cmake": {
    "duration": 6.184147834777832,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2855, in test_devtool_ide_sdk_code_cmake\n    tempdir = self._devtool_ide_sdk_recipe(\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2563, in _devtool_ide_sdk_recipe\n    result = runCmd('devtool modify %s -x %s --debug-build' % (recipe_name, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool modify cmake-example -x /tmp/devtoolqa501ejjhh --debug-build' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_code_meson": {
    "duration": 6.166203022003174,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2872, in test_devtool_ide_sdk_code_meson\n    tempdir = self._devtool_ide_sdk_recipe(\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2563, in _devtool_ide_sdk_recipe\n    result = runCmd('devtool modify %s -x %s --debug-build' % (recipe_name, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool modify meson-example -x /tmp/devtoolqa457ldaxi --debug-build' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_none_qemu": {
    "duration": 3.1951212882995605,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2813, in test_devtool_ide_sdk_none_qemu\n    bitbake(testimage)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  oe-selftest-image' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_plugins": {
    "duration": 6.7316224575042725,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2973, in test_devtool_ide_sdk_plugins\n    tempdir = self._devtool_ide_sdk_recipe(\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2563, in _devtool_ide_sdk_recipe\n    result = runCmd('devtool modify %s -x %s --debug-build' % (recipe_name, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool modify meson-example -x /tmp/devtoolqa5t1kwkbn --debug-build' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolIdeSdkTests.test_devtool_ide_sdk_shared_sysroots": {
    "duration": 4.1180572509765625,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2912, in test_devtool_ide_sdk_shared_sysroots\n    result_init = runCmd(\n                  ^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool ide-sdk -m shared oe-selftest-image cmake-example meson-example --ide=code' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_buildclean": {
    "duration": 1.099433183670044,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 788, in test_devtool_buildclean\n    bitbake('mdadm m4 -c cleansstate')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  mdadm m4 -c cleansstate' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify": {
    "duration": 5.633872032165527,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 711, in test_devtool_modify\n    result = runCmd('devtool modify mdadm -x %s' % tempdir)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool modify mdadm -x /tmp/devtoolqajsfx_t44' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_git": {
    "duration": 1.6581506729125977,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 919, in test_devtool_modify_git\n    src_uri = get_bb_var('SRC_URI', testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e psplash' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_git_crates_subpath": {
    "duration": 1.0820255279541016,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 977, in test_devtool_modify_git_crates_subpath\n    bb_vars = get_bb_vars(['SRC_URI', 'FILE', 'UNPACKDIR', 'CARGO_HOME'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e hello-rs' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_git_no_extract": {
    "duration": 1.071866750717163,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 946, in test_devtool_modify_git_no_extract\n    src_uri = get_bb_var('SRC_URI', testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e psplash' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_go": {
    "duration": 5.673982620239258,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 767, in test_devtool_modify_go\n    result = runCmd('devtool modify go-helloworld -x %s' % tempdir)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool modify go-helloworld -x /tmp/devtoolqak620oi9g' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_invalid": {
    "duration": 2.5444819927215576,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 835, in test_devtool_modify_invalid\n    result = runCmd('bitbake-layers show-recipes gcc-source*')\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake-layers show-recipes gcc-source*' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/bin/bitbake-layers\", line 99, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/bin/bitbake-layers\", line 91, in main\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_localfiles": {
    "duration": 2.1462385654449463,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1062, in test_devtool_modify_localfiles\n    src_uri = (get_bb_var('SRC_URI', testrecipe) or '').split()\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e lighttpd' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_localfiles_only": {
    "duration": 1.06862473487854,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 885, in test_devtool_modify_localfiles_only\n    src_uri = (get_bb_var('SRC_URI', testrecipe) or '').split()\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e base-files' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_multiple_sources": {
    "duration": 1.0843148231506348,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1139, in test_devtool_modify_multiple_sources\n    src_uri = get_bb_var('SRC_URI', testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e bzip2' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_native": {
    "duration": 1.554832935333252,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 867, in test_devtool_modify_native\n    checkextend = 'native' in (get_bb_var('BBCLASSEXTEND', testrecipe) or '').split()\n                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n2025-05-09 12:27:18,908 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'bitbake  -e cdrtools-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_overrides": {
    "duration": 4.618321895599365,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1116, in test_devtool_modify_overrides\n    result = runCmd('devtool modify devtool-patch-overrides -x %s' % (tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool modify devtool-patch-overrides -x /tmp/devtoolqa3ij3wtvh' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolModifyTests.test_devtool_modify_virtual": {
    "duration": 5.130814790725708,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1097, in test_devtool_modify_virtual\n    result = runCmd('devtool modify %s -x %s' % (virtrecipe, tempdir))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool modify virtual/make -x /tmp/devtoolqa6lwmlyn2' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolResetTests.test_devtool_reset_all": {
    "duration": 4.05293345451355,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1772, in test_devtool_reset_all\n    result = runCmd('devtool modify -x %s %s' % (testrecipe1, os.path.join(tempdir, testrecipe1)))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool modify -x mdadm /tmp/devtoolqa5coj107y/mdadm' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolResetTests.test_devtool_reset_re_plus_plus": {
    "duration": 5.104321718215942,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1797, in test_devtool_reset_re_plus_plus\n    result = runCmd('devtool modify %s' % testrecipe)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool modify devtool-test-reset-re++' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/workspace\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nERROR: Failed to start bitbake environment\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolTests.test_create_workspace": {
    "duration": 6.89665412902832,
    "status": "PASSED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_finish_modify_git_subdir": {
    "duration": 1.2220633029937744,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1630, in test_devtool_finish_modify_git_subdir\n    bb_vars = get_bb_vars(['SRC_URI', 'S', 'WORKDIR', 'FILE'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e dos2unix' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_git_submodules": {
    "duration": 0.9549539089202881,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1699, in test_devtool_git_submodules\n    src_uri = get_bb_var('SRC_URI', recipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e vulkan-samples' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe": {
    "duration": 1.0566380023956299,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1166, in test_devtool_update_recipe\n    bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e minicom' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_append": {
    "duration": 1.098686933517456,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1255, in test_devtool_update_recipe_append\n    bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e minicom' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_append_git": {
    "duration": 1.1283562183380127,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1324, in test_devtool_update_recipe_append_git\n    bb_vars = get_bb_vars(['FILE', 'SRC_URI', 'LAYERSERIES_CORENAMES'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e mtd-utils-selftest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_git": {
    "duration": 1.0801055431365967,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1202, in test_devtool_update_recipe_git\n    bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e mtd-utils-selftest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files": {
    "duration": 1.0873830318450928,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1416, in test_devtool_update_recipe_local_files\n    recipefile = get_bb_var('FILE', testrecipe)\n                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e makedevs' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_3": {
    "duration": 1.0761210918426514,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1557, in test_devtool_update_recipe_local_files_3\n    bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e devtool-test-localonly' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_files_subdir": {
    "duration": 1.1100819110870361,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1606, in test_devtool_update_recipe_local_files_subdir\n    bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e devtool-test-subdir' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_local_patch_gz": {
    "duration": 2.6403348445892334,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1578, in test_devtool_update_recipe_local_patch_gz\n    bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e devtool-test-patch-gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_long_filename": {
    "duration": 1.0717582702636719,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1530, in test_devtool_update_recipe_long_filename\n    bb_vars = get_bb_vars(['FILE'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e devtool-test-long-filename' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpdateTests.test_devtool_update_recipe_with_gitignore": {
    "duration": 1.0972833633422852,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1504, in test_devtool_update_recipe_with_gitignore\n    bb_vars = get_bb_vars(['FILE'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e devtool-test-ignored' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_finish_modify_origlayer": {
    "duration": 1.1054630279541016,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2296, in test_devtool_finish_modify_origlayer\n    recipe, oldrecipefile, recipedir, filesdir = self._setup_test_devtool_finish_modify()\n                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2268, in _setup_test_devtool_finish_modify\n    oldrecipefile = get_bb_var('FILE', recipe)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e mdadm' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_finish_modify_otherlayer": {
    "duration": 1.085573673248291,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2310, in test_devtool_finish_modify_otherlayer\n    recipe, oldrecipefile, recipedir, filesdir = self._setup_test_devtool_finish_modify()\n                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2268, in _setup_test_devtool_finish_modify\n    oldrecipefile = get_bb_var('FILE', recipe)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e mdadm' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_finish_update_patch": {
    "duration": 1.066037893295288,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2361, in test_devtool_finish_update_patch\n    recipefile = get_bb_var('FILE', recipe)\n                 ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e sysdig-selftest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_finish_upgrade_origlayer": {
    "duration": 1.5423176288604736,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2206, in test_devtool_finish_upgrade_origlayer\n    recipe, oldrecipefile, recipedir, olddir, newversion, patchfn, backportedpatchfn = self._setup_test_devtool_finish_upgrade()\n                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2175, in _setup_test_devtool_finish_upgrade\n    oldrecipefile = get_bb_var('FILE', recipe)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n2025-05-09 12:27:17,318 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\nAssertionError: Command 'bitbake  -e devtool-upgrade-test1' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_finish_upgrade_otherlayer": {
    "duration": 2.0901079177856445,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2233, in test_devtool_finish_upgrade_otherlayer\n    recipe, oldrecipefile, recipedir, olddir, newversion, patchfn, backportedpatchfn = self._setup_test_devtool_finish_upgrade()\n                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2175, in _setup_test_devtool_finish_upgrade\n    oldrecipefile = get_bb_var('FILE', recipe)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n2025-05-09 12:27:19,408 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\nAssertionError: Command 'bitbake  -e devtool-upgrade-test1' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_layer_plugins": {
    "duration": 2.781238079071045,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_load_plugin": {
    "duration": 13.369539499282837,
    "status": "PASSED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_rename": {
    "duration": 5.075466156005859,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2407, in test_devtool_rename\n    add_recipe()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2400, in add_recipe\n    result = runCmd('devtool add %s' % url)\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'devtool add http://downloads.yoctoproject.org/mirror/sources/i2c-tools-3.1.2.tar.bz2' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Creating workspace layer in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/workspace\nNOTE: Reconnecting to bitbake server...\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching http://downloads.yoctoproject.org/mirror/sources/i2c-tools-3.1.2.tar.bz2...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\nERROR: Command 'recipetool --color=auto create --devtool -o /tmp/devtool1tt121tm 'http://downloads.yoctoproject.org/mirror/sources/i2c-tools-3.1.2.tar.bz2'  -x /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/workspace/sources/devtoolsrcc9rnmjnw' failed\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_upgrade": {
    "duration": 3.553272247314453,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1931, in test_devtool_upgrade\n    oldrecipefile = get_bb_var('FILE', recipe)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n2025-05-09 12:27:44,186 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\nAssertionError: Command 'bitbake  -e devtool-upgrade-test1' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_upgrade_all_checksums": {
    "duration": 2.099687337875366,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2031, in test_devtool_upgrade_all_checksums\n    oldrecipefile = get_bb_var('FILE', recipe)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n2025-05-09 12:27:46,285 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\nAssertionError: Command 'bitbake  -e devtool-upgrade-test4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_upgrade_drop_md5sum": {
    "duration": 2.1018621921539307,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2007, in test_devtool_upgrade_drop_md5sum\n    oldrecipefile = get_bb_var('FILE', recipe)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n2025-05-09 12:27:48,386 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\nAssertionError: Command 'bitbake  -e devtool-upgrade-test3' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_upgrade_git": {
    "duration": 2.0810139179229736,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 1970, in test_devtool_upgrade_git\n    oldrecipefile = get_bb_var('FILE', recipe)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n2025-05-09 12:27:50,466 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\nAssertionError: Command 'bitbake  -e devtool-upgrade-test2' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_upgrade_recipe_upgrade_extra_tasks": {
    "duration": 2.076491355895996,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2055, in test_devtool_upgrade_recipe_upgrade_extra_tasks\n    oldrecipefile = get_bb_var('FILE', recipe)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n2025-05-09 12:27:52,543 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\nAssertionError: Command 'bitbake  -e python3-guessing-game' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "devtool.DevtoolUpgradeTests.test_devtool_virtual_kernel_modify": {
    "duration": 1.669750452041626,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/devtool.py\", line 2470, in test_devtool_virtual_kernel_modify\n    bitbake('%s -c clean' % kernel_provider)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  linux-yocto -c clean' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "distrodata.Distrodata.test_checkpkg": {
    "duration": 0.0002810955047607422,
    "log": "Skip by the command line argument \"distrodata.Distrodata.test_checkpkg\"\n",
    "status": "SKIPPED"
   },
   "distrodata.Distrodata.test_common_include_recipes": {
    "duration": 1.0424745082855225,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/distrodata.py\", line 126, in test_common_include_recipes\n    recipes = oe.recipeutils.get_common_include_recipes()\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oe/recipeutils.py\", line 1197, in get_common_include_recipes\n    tinfoil.prepare(config_only=False)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 424, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "ERROR"
   },
   "distrodata.Distrodata.test_maintainers": {
    "duration": 2.0980918407440186,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/distrodata.py\", line 69, in test_maintainers\n    tinfoil.prepare(config_only=False)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 424, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "ERROR"
   },
   "efibootpartition.GenericEFITest.test_boot_efi": {
    "duration": 1.07456374168396,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/efibootpartition.py\", line 18, in test_boot_efi\n    runqemu_params = get_bb_var('TEST_RUNQEMUPARAMS', image) or \"\"\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "esdk.oeSDKExtSelfTest.test_image_generation_binary_feeds": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/esdk.py\", line 81, in setUpClass\n    bb_vars = get_bb_vars(['SSTATE_DIR', 'WORKDIR'], cls.image)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "ERROR"
   },
   "esdk.oeSDKExtSelfTest.test_install_libraries_headers": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/esdk.py\", line 81, in setUpClass\n    bb_vars = get_bb_vars(['SSTATE_DIR', 'WORKDIR'], cls.image)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "ERROR"
   },
   "externalsrc.ExternalSrc.test_externalsrc_srctree_hash_files": {
    "duration": 2.062828540802002,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/externalsrc.py\", line 34, in test_externalsrc_srctree_hash_files\n    self.assertEqual(get_bb_var(\"S\", test_recipe), externalsrc_dir, msg = \"S does not equal to EXTERNALSRC\")\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e git-submodule-test' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "fetch.Dependencies.test_dependencies": {
    "status": "UNKNOWN"
   },
   "fetch.Fetch.test_git_mirrors": {
    "duration": 1.8290517330169678,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fetch.py\", line 34, in test_git_mirrors\n    bitbake(\"dbus-wait -c fetch -f\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  dbus-wait -c fetch -f' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "fitimage.KernelFitImageTests.test_fit_image": {
    "duration": 1.400536060333252,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 695, in test_fit_image\n    bb_vars = self._fit_get_bb_vars()\n              ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 394, in _fit_get_bb_vars\n    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), \"virtual/kernel\")\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e virtual/kernel' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "status": "FAILED"
   },
   "fitimage.KernelFitImageTests.test_fit_image_sign_initramfs": {
    "duration": 1.0916109085083008,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 828, in test_fit_image_sign_initramfs\n    bb_vars = self._fit_get_bb_vars([\n              ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 394, in _fit_get_bb_vars\n    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), \"virtual/kernel\")\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e virtual/kernel' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/selftest.inc:2 has a lack of whitespace around the assignment: 'DISTRO=\"poky\"'\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There was 1 WARNING message.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "status": "FAILED"
   },
   "fitimage.KernelFitImageTests.test_fit_image_sign_initramfs_bundle": {
    "duration": 1.1105902194976807,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 884, in test_fit_image_sign_initramfs_bundle\n    bb_vars = self._fit_get_bb_vars()\n              ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 394, in _fit_get_bb_vars\n    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), \"virtual/kernel\")\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e virtual/kernel' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/selftest.inc:2 has a lack of whitespace around the assignment: 'DISTRO=\"poky\"'\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There was 1 WARNING message.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "status": "FAILED"
   },
   "fitimage.KernelFitImageTests.test_sign_fit_image_configurations": {
    "duration": 1.0813312530517578,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 728, in test_sign_fit_image_configurations\n    bb_vars = self._fit_get_bb_vars([\n              ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 394, in _fit_get_bb_vars\n    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), \"virtual/kernel\")\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e virtual/kernel' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "status": "FAILED"
   },
   "fitimage.KernelFitImageTests.test_sign_fit_image_individual": {
    "duration": 1.1059370040893555,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 780, in test_sign_fit_image_individual\n    bb_vars = self._fit_get_bb_vars()\n              ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 394, in _fit_get_bb_vars\n    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), \"virtual/kernel\")\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e virtual/kernel' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "status": "FAILED"
   },
   "fitimage.UBootFitImageTests.test_sign_cascaded_uboot_fit_image": {
    "duration": 0.8462216854095459,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 1287, in test_sign_cascaded_uboot_fit_image\n    bb_vars = self._fit_get_bb_vars()\n              ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 932, in _fit_get_bb_vars\n    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), \"virtual/bootloader\")\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "fitimage.UBootFitImageTests.test_sign_standalone_uboot_atf_tee_fit_image": {
    "duration": 1.092287540435791,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 1414, in test_sign_standalone_uboot_atf_tee_fit_image\n    bb_vars = self._fit_get_bb_vars([\n              ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 932, in _fit_get_bb_vars\n    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), \"virtual/bootloader\")\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "fitimage.UBootFitImageTests.test_sign_standalone_uboot_fit_image": {
    "duration": 1.0952744483947754,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 1235, in test_sign_standalone_uboot_fit_image\n    bb_vars = self._fit_get_bb_vars()\n              ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 932, in _fit_get_bb_vars\n    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), \"virtual/bootloader\")\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "fitimage.UBootFitImageTests.test_sign_uboot_kernel_individual": {
    "duration": 1.0806646347045898,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 1451, in test_sign_uboot_kernel_individual\n    bb_vars = self._fit_get_bb_vars()\n              ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 932, in _fit_get_bb_vars\n    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), \"virtual/bootloader\")\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nWARNING: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/selftest.inc:8 has a lack of whitespace around the assignment: 'UBOOT_MKIMAGE_DTCOPTS=\"-I dts -O dtb -p 2000\"'\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There was 1 WARNING message.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "fitimage.UBootFitImageTests.test_uboot_atf_tee_fit_image": {
    "duration": 1.0943467617034912,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 1342, in test_uboot_atf_tee_fit_image\n    bb_vars = self._fit_get_bb_vars([\n              ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 932, in _fit_get_bb_vars\n    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), \"virtual/bootloader\")\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "fitimage.UBootFitImageTests.test_uboot_fit_image": {
    "duration": 1.0912806987762451,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 1189, in test_uboot_fit_image\n    bb_vars = self._fit_get_bb_vars()\n              ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/fitimage.py\", line 932, in _fit_get_bb_vars\n    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), \"virtual/bootloader\")\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "gdbserver.GdbServerTest.test_gdb_server": {
    "duration": 1.89975905418396,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/gdbserver.py\", line 30, in test_gdb_server\n    bitbake(\"core-image-minimal %s:do_addto_recipe_sysroot\" % gdb_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal gdb-cross-x86_64:do_addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "gitarchivetests.GitArchiveTests.test_create_first_test_tag": {
    "duration": 0.4874238967895508,
    "status": "PASSED"
   },
   "gitarchivetests.GitArchiveTests.test_create_second_test_tag": {
    "duration": 0.5756924152374268,
    "status": "PASSED"
   },
   "gitarchivetests.GitArchiveTests.test_get_revs_on_branch": {
    "duration": 0.3658006191253662,
    "status": "PASSED"
   },
   "gitarchivetests.GitArchiveTests.test_get_tags_with_only_local_tag": {
    "duration": 0.3322570323944092,
    "status": "PASSED"
   },
   "gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote": {
    "duration": 0.5159790515899658,
    "status": "PASSED"
   },
   "gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote_and_wrong_url": {
    "duration": 0.33269810676574707,
    "status": "PASSED"
   },
   "gotoolchain.oeGoToolchainSelfTest.test_go_dep_build": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/gotoolchain.py\", line 40, in setUpClass\n    bitbake(\"meta-go-toolchain\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  meta-go-toolchain' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "ERROR"
   },
   "image_typedep.ImageTypeDepTests.test_conversion_typedep_added": {
    "duration": 1.9397494792938232,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/image_typedep.py\", line 34, in test_conversion_typedep_added\n    result = bitbake('-e emptytest')\n             ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e emptytest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_all_users_can_connect_via_ssh_without_password": {
    "duration": 1.947913646697998,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 64, in test_all_users_can_connect_via_ssh_without_password\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_bmap": {
    "duration": 1.091024398803711,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 107, in test_bmap\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_empty_image": {
    "duration": 1.0755419731140137,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 304, in test_empty_image\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  test-empty-image' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_hypervisor_fmts": {
    "duration": 1.1026999950408936,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 143, in test_hypervisor_fmts\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_image_fstypes": {
    "duration": 1.0773601531982422,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 202, in test_image_fstypes\n    all_image_types = set(get_bb_var(\"IMAGE_TYPES\", image).split())\n                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_image_gen_debugfs": {
    "duration": 1.0874543190002441,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 286, in test_image_gen_debugfs\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_long_chain_conversion": {
    "duration": 1.1084041595458984,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 180, in test_long_chain_conversion\n    bitbake(image)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_mandb": {
    "duration": 1.0753066539764404,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 321, in test_mandb\n    bitbake(\"core-image-minimal\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_no_busybox_base_utils": {
    "duration": 1.0928425788879395,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 267, in test_no_busybox_base_utils\n    bitbake(\"--graphviz core-image-weston\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  --graphviz core-image-weston' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_non_root_user_can_connect_via_ssh_without_password": {
    "duration": 1.1083104610443115,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 37, in test_non_root_user_can_connect_via_ssh_without_password\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_useradd_static": {
    "duration": 1.076676368713379,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 246, in test_useradd_static\n    bitbake(\"core-image-base\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-base' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "imagefeatures.ImageFeatures.test_wayland_support_in_image": {
    "duration": 2.6099448204040527,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/imagefeatures.py\", line 92, in test_wayland_support_in_image\n    bitbake('core-image-weston')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-weston' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_and_license": {
    "duration": 0.8543479442596436,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 123, in test_bash_and_license\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_default": {
    "duration": 1.0888245105743408,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 114, in test_bash_default\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_license_exceptions": {
    "duration": 1.0810816287994385,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 134, in test_bash_license_exceptions\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicensePerImageTests.test_bash_or_license": {
    "duration": 1.0953962802886963,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 129, in test_bash_or_license\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license": {
    "duration": 0.8732450008392334,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 25, in test_incompatible_alias_spdx_license\n    self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPLv3', \"is an obsolete license, please use an SPDX reference in INCOMPATIBLE_LICENSE\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 19, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias": {
    "duration": 1.0729384422302246,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 36, in test_incompatible_alias_spdx_license_alias\n    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', 'GPLv3', \"is an obsolete license, please use an SPDX reference in INCOMPATIBLE_LICENSE\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 19, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias_wildcard": {
    "duration": 1.1197848320007324,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 48, in test_incompatible_alias_spdx_license_alias_wildcard\n    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', '*GPLv3', \"*GPLv3 is an invalid license wildcard entry\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 19, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_wildcard": {
    "duration": 1.0871083736419678,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 31, in test_incompatible_alias_spdx_license_wildcard\n    self.lic_test('incompatible-license', 'GPL-3.0-only', '*GPLv3', \"*GPLv3 is an invalid license wildcard entry\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 19, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_all_licenses_wildcard": {
    "duration": 1.117321491241455,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 60, in test_incompatible_all_licenses_wildcard\n    self.lic_test('incompatible-licenses', 'GPL-2.0-only GPL-3.0-only LGPL-3.0-only', '*', \"* is an invalid license wildcard entry\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 19, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_license_alias_wildcard": {
    "duration": 1.0909295082092285,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 42, in test_incompatible_spdx_license_alias_wildcard\n    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', '*GPL-3.0', \"*GPL-3.0 is an invalid license wildcard entry\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 19, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_licenses_wildcard": {
    "duration": 1.0940876007080078,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 54, in test_incompatible_spdx_licenses_wildcard\n    self.lic_test('incompatible-licenses', 'GPL-3.0-only LGPL-3.0-only', '*GPL-3.0-only', \"*GPL-3.0-only is an invalid license wildcard entry\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 19, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTests.test_incompatible_nonspdx_license": {
    "duration": 2.11712908744812,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 98, in test_incompatible_nonspdx_license\n    self.lic_test('incompatible-nonspdx-license', 'FooLicense', 'FooLicense')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 71, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license": {
    "duration": 1.0857200622558594,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 76, in test_incompatible_spdx_license\n    self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPL-3.0-only')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 71, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_alias": {
    "duration": 1.1320242881774902,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 88, in test_incompatible_spdx_license_alias\n    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', 'GPL-3.0-only')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 71, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_wildcard": {
    "duration": 1.0987613201141357,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 82, in test_incompatible_spdx_license_wildcard\n    self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPL-3.0*')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 71, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_licenses": {
    "duration": 1.1679155826568604,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 93, in test_incompatible_spdx_licenses\n    self.lic_test('incompatible-licenses', 'GPL-3.0-only LGPL-3.0-only', 'GPL-3.0-only LGPL-3.0-only')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 71, in lic_test\n    raise AssertionError(result.output)\nAssertionError: NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "incompatible_lic.NoGPL3InImagesTests.test_core_image_full_cmdline_weston": {
    "duration": 1.139556646347046,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 153, in test_core_image_full_cmdline_weston\n    bitbake('core-image-full-cmdline core-image-weston')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-full-cmdline core-image-weston' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "incompatible_lic.NoGPL3InImagesTests.test_core_image_minimal": {
    "duration": 1.0344839096069336,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/incompatible_lic.py\", line 143, in test_core_image_minimal\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "intercept.GitCheck.test_git_intercept": {
    "duration": 1.0757477283477783,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/intercept.py\", line 20, in test_git_intercept\n    bitbake(\"git-submodule-test -c test_git_as_user\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  git-submodule-test -c test_git_as_user' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "kerneldevelopment.KernelDev.test_apply_patches": {
    "duration": 1.747481107711792,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/kerneldevelopment.py\", line 45, in test_apply_patches\n    runCmd('bitbake virtual/kernel -c patch')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake virtual/kernel -c patch' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "layerappend.LayerAppendTests.test_layer_appends": {
    "status": "UNKNOWN"
   },
   "liboe.LibOE.test_copy_hardlink_tree_count": {
    "duration": 0.014049768447875977,
    "status": "PASSED"
   },
   "liboe.LibOE.test_copy_tree_special": {
    "duration": 0.009612321853637695,
    "status": "PASSED"
   },
   "liboe.LibOE.test_copy_tree_xattr": {
    "duration": 1.032283067703247,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/liboe.py\", line 60, in test_copy_tree_xattr\n    bitbake(\"attr-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  attr-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "lic_checksum.LicenseTests.test_checksum_with_space": {
    "duration": 1.088782787322998,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/lic_checksum.py\", line 30, in test_checksum_with_space\n    result = bitbake(bitbake_cmd)\n             ^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c populate_lic emptytest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "status": "FAILED"
   },
   "lic_checksum.LicenseTests.test_nonmatching_checksum": {
    "duration": 1.0930745601654053,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/lic_checksum.py\", line 51, in test_nonmatching_checksum\n    result = bitbake(bitbake_cmd)\n             ^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c populate_lic emptytest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "status": "FAILED"
   },
   "locales.LocalesTest.test_locales_off": {
    "duration": 1.0977599620819092,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/locales.py\", line 55, in test_locales_off\n    self.run_locales_test(False)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/locales.py\", line 26, in run_locales_test\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "locales.LocalesTest.test_locales_on": {
    "duration": 1.096179485321045,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/locales.py\", line 52, in test_locales_on\n    self.run_locales_test(True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/locales.py\", line 26, in run_locales_test\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "manifest.VerifyManifest.test_SDK_manifest_entries": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/manifest.py\", line 61, in setUpClass\n    if bitbake(self.buildtarget).status:\n       ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:04,428 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test\n",
    "status": "ERROR"
   },
   "manifest.VerifyManifest.test_image_manifest_entries": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/manifest.py\", line 61, in setUpClass\n    if bitbake(self.buildtarget).status:\n       ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:04,428 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test\n",
    "status": "ERROR"
   },
   "minidebuginfo.Minidebuginfo.test_minidebuginfo": {
    "duration": 4.404318809509277,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/minidebuginfo.py\", line 22, in test_minidebuginfo\n    bb_vars = get_bb_vars(['DEPLOY_DIR_IMAGE', 'IMAGE_LINK_NAME', 'READELF'], image)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "minidebuginfo.Minidebuginfo.test_minidebuginfo_qemu": {
    "duration": 1.1954307556152344,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/minidebuginfo.py\", line 59, in test_minidebuginfo_qemu\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "multiconfig.MultiConfig.test_multiconfig": {
    "duration": 2.096986770629883,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/multiconfig.py\", line 43, in test_multiconfig\n    bitbake('core-image-full-cmdline')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-full-cmdline' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "multiconfig.MultiConfig.test_multiconfig_inlayer": {
    "duration": 1.0708024501800537,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/multiconfig.py\", line 87, in test_multiconfig_inlayer\n    bitbake('mc:muslmc:bash -n')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  mc:muslmc:bash -n' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "multiconfig.MultiConfig.test_multiconfig_reparse": {
    "duration": 1.1086664199829102,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/multiconfig.py\", line 65, in test_multiconfig_reparse\n    result = bitbake('mc:test:multiconfig-test-parse -c showvar')\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  mc:test:multiconfig-test-parse -c showvar' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "newlib.NewlibTest.test_newlib": {
    "duration": 1.0293948650360107,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/newlib.py\", line 13, in test_newlib\n    bitbake(\"newlib libgloss\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  newlib libgloss' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "oelib.buildhistory.TestBlobParsing.test_blob_to_dict": {
    "duration": 1.8265259265899658,
    "status": "PASSED"
   },
   "oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs": {
    "duration": 1.4658377170562744,
    "status": "PASSED"
   },
   "oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs_default": {
    "duration": 1.6433053016662598,
    "status": "PASSED"
   },
   "oelib.buildhistory.TestFileListCompare.test_compare_file_lists": {
    "duration": 0.10213470458984375,
    "status": "PASSED"
   },
   "oelib.elf.TestElf.test_machine_name": {
    "duration": 0.0006411075592041016,
    "status": "PASSED"
   },
   "oelib.license.TestComplexCombinations.test_tests": {
    "duration": 0.0017337799072265625,
    "status": "PASSED"
   },
   "oelib.license.TestIsIncluded.test_tests": {
    "duration": 0.003399372100830078,
    "status": "PASSED"
   },
   "oelib.license.TestSimpleCombinations.test_tests": {
    "duration": 0.0005955696105957031,
    "status": "PASSED"
   },
   "oelib.license.TestSingleLicense.test_invalid_licenses": {
    "duration": 0.00045680999755859375,
    "status": "PASSED"
   },
   "oelib.license.TestSingleLicense.test_single_licenses": {
    "duration": 0.0004849433898925781,
    "status": "PASSED"
   },
   "oelib.path.TestRealPath.test_loop": {
    "status": "UNKNOWN"
   },
   "oelib.path.TestRealPath.test_norm": {
    "status": "UNKNOWN"
   },
   "oelib.path.TestRealPath.test_phys": {
    "status": "UNKNOWN"
   },
   "oelib.types.TestBooleanType.test_bool_equality": {
    "duration": 0.000640869140625,
    "status": "PASSED"
   },
   "oelib.types.TestBooleanType.test_false": {
    "duration": 0.00036644935607910156,
    "status": "PASSED"
   },
   "oelib.types.TestBooleanType.test_invalid": {
    "duration": 0.00039386749267578125,
    "status": "PASSED"
   },
   "oelib.types.TestBooleanType.test_true": {
    "duration": 0.0003254413604736328,
    "status": "PASSED"
   },
   "oelib.types.TestList.test_list_nosep": {
    "duration": 0.0010728836059570312,
    "status": "PASSED"
   },
   "oelib.types.TestList.test_list_usersep": {
    "duration": 0.0010986328125,
    "status": "PASSED"
   },
   "oelib.utils.TestMultiprocessLaunch.test_multiprocesslaunch": {
    "duration": 0.0369718074798584,
    "status": "PASSED"
   },
   "oelib.utils.TestPackagesFilterOutSystem.test_filter": {
    "duration": 0.0011754035949707031,
    "status": "PASSED"
   },
   "oelib.utils.TestTrimVersion.test_num_exception": {
    "duration": 0.0007112026214599609,
    "status": "PASSED"
   },
   "oelib.utils.TestTrimVersion.test_valid": {
    "duration": 0.0007684230804443359,
    "status": "PASSED"
   },
   "oelib.utils.TestTrimVersion.test_version_exception": {
    "duration": 0.0008702278137207031,
    "status": "PASSED"
   },
   "oescripts.BuildhistoryDiffTests.test_buildhistory_diff": {
    "duration": 2.7427406311035156,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 20, in test_buildhistory_diff\n    self.run_buildhistory_operation(target, target_config=\"PR = \\\"r1\\\"\", change_bh_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/buildhistory.py\", line 39, in run_buildhistory_operation\n    bitbake(\"-cclean %s\" % target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -cclean xcursor-transparent-theme' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "oescripts.OEGitproxyTests.test_oegitproxy_help": {
    "duration": 0.008089303970336914,
    "status": "PASSED"
   },
   "oescripts.OEGitproxyTests.test_oegitproxy_proxy": {
    "duration": 0.1540513038635254,
    "status": "PASSED"
   },
   "oescripts.OEGitproxyTests.test_oegitproxy_proxy_dash": {
    "duration": 0.13469958305358887,
    "status": "PASSED"
   },
   "oescripts.OEListPackageconfigTests.test_packageconfig_flags_default": {
    "duration": 1.110764980316162,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 157, in test_packageconfig_flags_default\n    results = runCmd('%s/contrib/list-packageconfig-flags.py' % self.scripts_dir)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py\", line 167, in <module>\n    main()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py\", line 152, in main\n    bbhandler.prepare()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 424, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "oescripts.OEListPackageconfigTests.test_packageconfig_flags_help": {
    "duration": 0.19208478927612305,
    "status": "PASSED"
   },
   "oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_all": {
    "duration": 1.9016504287719727,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 176, in test_packageconfig_flags_option_all\n    results = runCmd('%s/contrib/list-packageconfig-flags.py -a' % self.scripts_dir)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py -a' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py\", line 167, in <module>\n    main()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py\", line 152, in main\n    bbhandler.prepare()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 424, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_flags": {
    "duration": 2.0724804401397705,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 167, in test_packageconfig_flags_option_flags\n    results = runCmd('%s/contrib/list-packageconfig-flags.py -f' % self.scripts_dir)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py -f' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py\", line 167, in <module>\n    main()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py\", line 152, in main\n    bbhandler.prepare()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 424, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "oescripts.OEListPackageconfigTests.test_packageconfig_flags_options_preferred_only": {
    "duration": 2.0788886547088623,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 188, in test_packageconfig_flags_options_preferred_only\n    results = runCmd('%s/contrib/list-packageconfig-flags.py -p' % self.scripts_dir)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py -p' returned non-zero exit status 1:\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py\", line 167, in <module>\n    main()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/contrib/list-packageconfig-flags.py\", line 152, in main\n    bbhandler.prepare()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 424, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "oescripts.OEPybootchartguyTests.test_pybootchartguy_help": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal -c rootfs -f' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n",
    "status": "ERROR"
   },
   "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_pdf_output": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal -c rootfs -f' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n",
    "status": "ERROR"
   },
   "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_png_output": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal -c rootfs -f' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n",
    "status": "ERROR"
   },
   "oescripts.OEPybootchartguyTests.test_pybootchartguy_to_generate_build_svg_output": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 45, in setUpClass\n    bitbake(\"core-image-minimal -c rootfs -f\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal -c rootfs -f' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n",
    "status": "ERROR"
   },
   "oescripts.OeRunNativeTest.test_oe_run_native": {
    "duration": 1.0866937637329102,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/oescripts.py\", line 128, in test_oe_run_native\n    bitbake(\"qemu-helper-native -c addto_recipe_sysroot\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  qemu-helper-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_all_required_variables_set": {
    "duration": 1.0077433586120605,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 298, in test_all_required_variables_set\n    self.assertTrue(line, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_conflict": {
    "duration": 1.0806851387023926,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 331, in test_image_feature_conflict\n    self.assertTrue(\"overlayfs-etc\" in res.output, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true : NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_is_missing": {
    "duration": 1.0956804752349854,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 362, in test_image_feature_is_missing\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_lower_layer_access": {
    "duration": 1.1761603355407715,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 458, in test_lower_layer_access\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_postinst_on_target_for_read_only_rootfs": {
    "duration": 1.004650592803955,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 484, in test_postinst_on_target_for_read_only_rootfs\n    vars = get_bb_vars((\"IMAGE_ROOTFS\", \"sysconfdir\"), \"core-image-minimal\")\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_original": {
    "duration": 1.0962374210357666,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 377, in test_sbin_init_original\n    self.run_sbin_init(True, \"ext4\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 401, in run_sbin_init\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_preinit": {
    "duration": 1.0873806476593018,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 373, in test_sbin_init_preinit\n    self.run_sbin_init(False, \"ext4\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 401, in run_sbin_init\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_read_only": {
    "duration": 1.0845890045166016,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 381, in test_sbin_init_read_only\n    self.run_sbin_init(True, \"squashfs\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 401, in run_sbin_init\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "overlayfs.OverlayFSTests.test_correct_image_fstab": {
    "duration": 1.088172435760498,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 228, in test_correct_image_fstab\n    self._test_correct_image('base-files', base_files_append)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 182, in _test_correct_image\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "overlayfs.OverlayFSTests.test_correct_image_unit": {
    "duration": 1.1281096935272217,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 264, in test_correct_image_unit\n    self._test_correct_image('systemd-machine-units', systemd_machine_unit_append)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 182, in _test_correct_image\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "overlayfs.OverlayFSTests.test_distro_features_missing": {
    "duration": 1.0730013847351074,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 48, in test_distro_features_missing\n    self.assertTrue(\"overlayfs\" in res.output, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true : NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "overlayfs.OverlayFSTests.test_mount_unit_not_set": {
    "duration": 1.1342670917510986,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 107, in test_mount_unit_not_set\n    self.assertTrue(line and line.startswith(\"Parsing recipes...ERROR:\"), msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "overlayfs.OverlayFSTests.test_not_all_units_installed": {
    "duration": 1.069127082824707,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 69, in test_not_all_units_installed\n    self.assertTrue(line and line.startswith(\"WARNING:\"), msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "overlayfs.OverlayFSTests.test_not_all_units_installed_but_qa_skipped": {
    "duration": 1.1031250953674316,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 89, in test_not_all_units_installed_but_qa_skipped\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "overlayfs.OverlayFSTests.test_wrong_mount_unit_set": {
    "duration": 1.1268467903137207,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/overlayfs.py\", line 130, in test_wrong_mount_unit_set\n    self.assertTrue(line and line.startswith(\"Parsing recipes...ERROR:\"), msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: None is not true : NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "package.PackageTests.test_gdb_hardlink_debug": {
    "duration": 1.1370582580566406,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 157, in test_gdb_hardlink_debug\n    bitbake(\"core-image-minimal\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "package.PackageTests.test_package_name_conflict": {
    "duration": 1.0175249576568604,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 97, in test_package_name_conflict\n    self.assertTrue(err in res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "package.PackageTests.test_preserve_ownership": {
    "duration": 1.1156039237976074,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 192, in test_preserve_ownership\n    bitbake(\"core-image-minimal\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "package.PackageTests.test_preserve_sparse_hardlinks": {
    "duration": 1.1183702945709229,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 102, in test_preserve_sparse_hardlinks\n    bitbake(\"selftest-hardlink -c package\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  selftest-hardlink -c package' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "package.VersionOrdering.test_dpkg": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 29, in setUpClass\n    bitbake(\"dpkg-native opkg-native rpm-native python3-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  dpkg-native opkg-native rpm-native python3-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "ERROR"
   },
   "package.VersionOrdering.test_opkg": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 29, in setUpClass\n    bitbake(\"dpkg-native opkg-native rpm-native python3-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  dpkg-native opkg-native rpm-native python3-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "ERROR"
   },
   "package.VersionOrdering.test_rpm": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/package.py\", line 29, in setUpClass\n    bitbake(\"dpkg-native opkg-native rpm-native python3-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  dpkg-native opkg-native rpm-native python3-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "ERROR"
   },
   "picolibc.PicolibcTest.test_picolibc": {
    "status": "UNKNOWN"
   },
   "pkgdata.OePkgdataUtilTests.test_find_path": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - 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-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - 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-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - 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-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - 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-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - 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-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - 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-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - 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-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - 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-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/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-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "pokybleeding.PokyBleeding.test_poky_bleeding_autorev": {
    "duration": 1.085097312927246,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pokybleeding.py\", line 18, in test_poky_bleeding_autorev\n    self.assertNotEqual( get_bb_var('SRCREV', 'pseudo'), \"AUTOINC\")\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e pseudo' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "status": "FAILED"
   },
   "prservice.BitbakePrTests.test_import_export_override_db": {
    "duration": 2.2470784187316895,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 115, in test_import_export_override_db\n    self.run_test_pr_export_import('m4', replace_current_db=False)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 89, in run_test_pr_export_import\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 885, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 878, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...\nNOTE: Retrying server connection (#1)... (12:27:55.205400)\nNOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/cache/prserv.sqlite3, Address: 127.0.0.1:35635, PID: 3000397\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "prservice.BitbakePrTests.test_import_export_replace_db": {
    "duration": 2.373676300048828,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 112, in test_import_export_replace_db\n    self.run_test_pr_export_import('m4')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 89, in run_test_pr_export_import\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 885, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 878, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...\nNOTE: Retrying server connection (#1)... (12:27:57.470512)\nNOTE: Reconnecting to bitbake server...\nNOTE: Previous bitbake instance shutting down?, waiting to retry... (12:27:57.470907)\nNOTE: Directory listing: ['bitbake-cookerdaemon.log', 'conf', 'tmp', 'meta-selftest', 'cache']\nNOTE: Retrying server connection (#2)... (12:27:57.578857)\nNOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/cache/prserv.sqlite3, Address: 127.0.0.1:45203, PID: 3000589\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "prservice.BitbakePrTests.test_pr_service_deb_arch_dep": {
    "duration": 2.274193525314331,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 121, in test_pr_service_deb_arch_dep\n    self.run_test_pr_service('m4', 'deb', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 885, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 878, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...\nNOTE: Retrying server connection (#1)... (12:27:59.843896)\nNOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/cache/prserv.sqlite3, Address: 127.0.0.1:46491, PID: 3000787\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "prservice.BitbakePrTests.test_pr_service_deb_arch_indep": {
    "duration": 2.2464680671691895,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 130, in test_pr_service_deb_arch_indep\n    self.run_test_pr_service('xcursor-transparent-theme', 'deb', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 885, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 878, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...\nNOTE: Retrying server connection (#1)... (12:28:02.116223)\nNOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/cache/prserv.sqlite3, Address: 127.0.0.1:39779, PID: 3000988\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "prservice.BitbakePrTests.test_pr_service_ipk_arch_dep": {
    "duration": 2.404932975769043,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 124, in test_pr_service_ipk_arch_dep\n    self.run_test_pr_service('m4', 'ipk', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 885, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 878, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...\nNOTE: Retrying server connection (#1)... (12:28:04.384689)\nNOTE: Reconnecting to bitbake server...\nNOTE: Previous bitbake instance shutting down?, waiting to retry... (12:28:04.385095)\nNOTE: Directory listing: ['bitbake-cookerdaemon.log', 'conf', 'tmp', 'meta-selftest', 'cache']\nNOTE: Retrying server connection (#2)... (12:28:04.491540)\nNOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/cache/prserv.sqlite3, Address: 127.0.0.1:34771, PID: 3001136\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "prservice.BitbakePrTests.test_pr_service_ipk_arch_indep": {
    "duration": 2.260849952697754,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 133, in test_pr_service_ipk_arch_indep\n    self.run_test_pr_service('xcursor-transparent-theme', 'ipk', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 885, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 878, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...\nNOTE: Retrying server connection (#1)... (12:28:06.759852)\nNOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/cache/prserv.sqlite3, Address: 127.0.0.1:36443, PID: 3001284\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "prservice.BitbakePrTests.test_pr_service_rpm_arch_dep": {
    "duration": 2.2475645542144775,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 118, in test_pr_service_rpm_arch_dep\n    self.run_test_pr_service('m4', 'rpm', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 885, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 878, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...\nNOTE: Retrying server connection (#1)... (12:28:09.025273)\nNOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/cache/prserv.sqlite3, Address: 127.0.0.1:45429, PID: 3001402\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "prservice.BitbakePrTests.test_pr_service_rpm_arch_indep": {
    "duration": 2.3960838317871094,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 127, in test_pr_service_rpm_arch_indep\n    self.run_test_pr_service('xcursor-transparent-theme', 'rpm', 'do_package')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 73, in run_test_pr_service\n    self.increment_package_pr(package_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/prservice.py\", line 61, in increment_package_pr\n    self.assertEqual(res.status, 0, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 885, in assertEqual\n    assertion_func(first, second, msg=msg)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 878, in _baseAssertEqual\n    raise self.failureException(msg)\nAssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...\nNOTE: Retrying server connection (#1)... (12:28:11.298153)\nNOTE: Reconnecting to bitbake server...\nNOTE: Previous bitbake instance shutting down?, waiting to retry... (12:28:11.298542)\nNOTE: Directory listing: ['bitbake-cookerdaemon.log', 'conf', 'tmp', 'meta-selftest', 'cache']\nNOTE: Retrying server connection (#2)... (12:28:11.405989)\nNOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/cache/prserv.sqlite3, Address: 127.0.0.1:37907, PID: 3001581\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "prservice.BitbakePrTests.test_stopping_prservice_message": {
    "duration": 0.45519590377807617,
    "status": "PASSED"
   },
   "pseudo.Pseudo.test_pseudo_pyc_creation": {
    "duration": 2.62079119682312,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/pseudo.py\", line 23, in test_pseudo_pyc_creation\n    bitbake('pseudo-pyc-test -c install')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  pseudo-pyc-test -c install' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:04,428 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add_bindir": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_add_machine": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_alternatives": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_basic": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_binary": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_extlayer": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_func": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_glob": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_inst_todir_glob": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_invalid": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_orig": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_patch": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_postinstall": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_renamed": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_script": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_subdir": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_todir": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendTests.test_recipetool_appendfile_wildcard": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 93, in setUpClass\n    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "ERROR"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic": {
    "duration": 1.460911512374878,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1130, in test_recipetool_appendsrcfile_basic\n    self._test_appendsrcfile('base-files', 'a-file')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1102, in _test_appendsrcfile\n    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1010, in _try_recipetool_appendsrcfile\n    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 59, in _try_recipetool_appendcmd\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool appendsrcfile  -W /tmp/recipetoolqag2tb2zkd base-files /tmp/recipetoolqakkt5wsuq/testfile a-file' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 98, in main\n    tinfoil.parseRecipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 445, in parseRecipes\n    self.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic_wildcard": {
    "duration": 2.077705144882202,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1134, in test_recipetool_appendsrcfile_basic_wildcard\n    self._test_appendsrcfile(testrecipe, 'a-file', options='-w')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1102, in _test_appendsrcfile\n    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1010, in _try_recipetool_appendsrcfile\n    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 59, in _try_recipetool_appendcmd\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool appendsrcfile -w -W /tmp/recipetoolqag2tb2zkd base-files /tmp/recipetoolqanuak6ll4/testfile a-file' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 98, in main\n    tinfoil.parseRecipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 445, in parseRecipes\n    self.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri": {
    "duration": 2.089539051055908,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1155, in test_recipetool_appendsrcfile_existing_in_src_uri\n    filepath,_  = self._get_first_file_uri(testrecipe)\n                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1034, in _get_first_file_uri\n    src_uri = get_bb_var('SRC_URI', recipe).split()\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'bitbake  -e base-files' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri_diff_params": {
    "duration": 1.1123831272125244,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1162, in test_recipetool_appendsrcfile_existing_in_src_uri_diff_params\n    filepath, srcuri_entry = self._get_first_file_uri(testrecipe)\n                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1034, in _get_first_file_uri\n    src_uri = get_bb_var('SRC_URI', recipe).split()\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'bitbake  -e base-files' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_machine": {
    "duration": 1.0804154872894287,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1169, in test_recipetool_appendsrcfile_machine\n    self._test_appendsrcfile('base-files', 'a-file', machine='mymachine')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1102, in _test_appendsrcfile\n    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1010, in _try_recipetool_appendsrcfile\n    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 59, in _try_recipetool_appendcmd\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool appendsrcfile  -W -m mymachine /tmp/recipetoolqag2tb2zkd base-files /tmp/recipetoolqaa4f953lg/testfile a-file' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 98, in main\n    tinfoil.parseRecipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 445, in parseRecipes\n    self.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_replace_file_srcdir": {
    "duration": 2.105064630508423,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1199, in test_recipetool_appendsrcfile_replace_file_srcdir\n    bb_vars = get_bb_vars(['S', 'WORKDIR'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e bash' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_srcdir_basic": {
    "duration": 1.0838425159454346,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1147, in test_recipetool_appendsrcfile_srcdir_basic\n    bb_vars = get_bb_vars(['S', 'WORKDIR'], testrecipe)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e bash' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic": {
    "duration": 1.1007475852966309,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1140, in test_recipetool_appendsrcfile_subdir_basic\n    self._test_appendsrcfile('base-files', 'a-file', 'tmp')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1102, in _test_appendsrcfile\n    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1010, in _try_recipetool_appendsrcfile\n    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 59, in _try_recipetool_appendcmd\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool appendsrcfile  -W /tmp/recipetoolqag2tb2zkd base-files /tmp/recipetoolqai4ia4a0d/testfile tmp/a-file' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 98, in main\n    tinfoil.parseRecipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 445, in parseRecipes\n    self.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic_dirdest": {
    "duration": 2.0820865631103516,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1143, in test_recipetool_appendsrcfile_subdir_basic_dirdest\n    self._test_appendsrcfile('base-files', destdir='tmp')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1102, in _test_appendsrcfile\n    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1010, in _try_recipetool_appendsrcfile\n    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 59, in _try_recipetool_appendcmd\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool appendsrcfile  -W /tmp/recipetoolqag2tb2zkd base-files /tmp/recipetoolqah3igvmop/testfile tmp/' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 98, in main\n    tinfoil.parseRecipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 445, in parseRecipes\n    self.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_update_recipe_basic": {
    "duration": 2.0957906246185303,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1179, in test_recipetool_appendsrcfile_update_recipe_basic\n    recipefile = get_bb_var('FILE', testrecipe)\n                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'bitbake  -e mtd-utils-selftest' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic": {
    "duration": 1.1168076992034912,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1217, in test_recipetool_appendsrcfiles_basic\n    self._test_appendsrcfiles('gcc', newfiles, destdir=destdir, options='-W')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1108, in _test_appendsrcfiles\n    self._try_recipetool_appendsrcfiles(testrecipe, newfiles, expectedfiles=expectedfiles, destdir=destdir, options=options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1021, in _try_recipetool_appendsrcfiles\n    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 59, in _try_recipetool_appendcmd\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool appendsrcfiles -W /tmp/recipetoolqag2tb2zkd gcc /tmp/recipetoolqazwtfu0am/testfile /tmp/recipetoolqazwtfu0am/testfile1 /tmp/recipetoolqazwtfu0am/testfile2 /tmp/recipetoolqazwtfu0am/testfile3 /tmp/recipetoolqazwtfu0am/testfile4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 98, in main\n    tinfoil.parseRecipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 445, in parseRecipes\n    self.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic_subdir": {
    "duration": 2.0997722148895264,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1220, in test_recipetool_appendsrcfiles_basic_subdir\n    self.test_recipetool_appendsrcfiles_basic(destdir='testdir')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1217, in test_recipetool_appendsrcfiles_basic\n    self._test_appendsrcfiles('gcc', newfiles, destdir=destdir, options='-W')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1108, in _test_appendsrcfiles\n    self._try_recipetool_appendsrcfiles(testrecipe, newfiles, expectedfiles=expectedfiles, destdir=destdir, options=options)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 1021, in _try_recipetool_appendsrcfiles\n    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 59, in _try_recipetool_appendcmd\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool appendsrcfiles -W -D testdir /tmp/recipetoolqag2tb2zkd gcc /tmp/recipetoolqaad1rkwgs/testfile /tmp/recipetoolqaad1rkwgs/testfile1 /tmp/recipetoolqaad1rkwgs/testfile2 /tmp/recipetoolqaad1rkwgs/testfile3 /tmp/recipetoolqaad1rkwgs/testfile4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 98, in main\n    tinfoil.parseRecipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 445, in parseRecipes\n    self.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create": {
    "duration": 1.4041249752044678,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 364, in test_recipetool_create\n    result = runCmd('recipetool create -o %s %s -x %s' % (recipefile, srcuri, tempsrc))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqahgf_hs0t/logrotate_3.12.3.bb https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz -x /tmp/recipetoolqahgf_hs0t/srctree' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_autotools": {
    "duration": 3.744138717651367,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 377, in test_recipetool_create_autotools\n    bitbake('libpng pango libx11 libxext jpeg libcheck')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  libpng pango libx11 libxext jpeg libcheck' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_cmake": {
    "duration": 1.0702412128448486,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 422, in test_recipetool_create_cmake\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqah6dob2w0/recipe http://taglib.github.io/releases/taglib-1.11.1.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching http://taglib.github.io/releases/taglib-1.11.1.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_git_http": {
    "duration": 2.1151411533355713,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 741, in test_recipetool_create_git_http\n    self._test_recipetool_create_git('http://git.yoctoproject.org/git/matchbox-keyboard')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 729, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqaltbohbb9/recipe \"http://git.yoctoproject.org/git/matchbox-keyboard\"' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://git.yoctoproject.org/git/matchbox-keyboard;protocol=http;branch=master...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcbranch": {
    "duration": 2.1012513637542725,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 750, in test_recipetool_create_git_srcbranch\n    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;protocol=https', 'matchbox-keyboard-0-1')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 729, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqawdgw3dfj/recipe -B matchbox-keyboard-0-1 \"git://git.yoctoproject.org/matchbox-keyboard;protocol=https\"' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;protocol=https;branch=matchbox-keyboard-0-1...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_branch": {
    "duration": 2.09163761138916,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 747, in test_recipetool_create_git_srcuri_branch\n    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 729, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqab9ilktz6/recipe \"git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https\"' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_master": {
    "duration": 2.0940260887145996,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 744, in test_recipetool_create_git_srcuri_master\n    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 729, in _test_recipetool_create_git\n    result = runCmd('recipetool create -o %s%s \"%s\"' % (temprecipe, options, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqaj04vi56c/recipe \"git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https\"' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_github": {
    "duration": 2.091578960418701,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 469, in test_recipetool_create_github\n    result = runCmd(cmd)\n             ^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command '['recipetool', 'create', '-o', '/tmp/recipetoolqarlydb__d/recipe', 'https://github.com/mesonbuild/meson;rev=0.52.1']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://github.com/mesonbuild/meson;rev=0.52.1;protocol=https;nobranch=1...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_github_tarball": {
    "duration": 2.076608180999756,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 714, in test_recipetool_create_github_tarball\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqa6e8pb2wp/recipe https://github.com/mesonbuild/meson/releases/download/0.52.1/meson-0.52.1.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://github.com/mesonbuild/meson/releases/download/0.52.1/meson-0.52.1.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_go": {
    "duration": 2.118396282196045,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 772, in test_recipetool_create_go\n    result = runCmd('recipetool create -o %s %s -S %s -B %s' % (temprecipe, srcuri, srcrev, srcbranch))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqalissazsd/recipe https://git.yoctoproject.org/recipetool-go-test.git -S c3e213c01b6c1406b430df03ef0d1ae77de5d2f7 -B main' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git://git.yoctoproject.org/recipetool-go-test.git;protocol=https;branch=main...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_npm": {
    "duration": 2.4972293376922607,
    "log": "Test needs meta-oe for nodejs\n",
    "status": "SKIPPED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_flit_core_buildapi": {
    "duration": 1.1019949913024902,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 631, in test_recipetool_create_python3_pep517_flit_core_buildapi\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqayiz2uoer/recipe https://files.pythonhosted.org/packages/1f/7a/8b94bb016069caa12fc9f587b28080ac33b4fbb8ca369b98bc0a4828543e/typing_extensions-4.8.0.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/1f/7a/8b94bb016069caa12fc9f587b28080ac33b4fbb8ca369b98bc0a4828543e/typing_extensions-4.8.0.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_hatchling": {
    "duration": 2.107907295227051,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 653, in test_recipetool_create_python3_pep517_hatchling\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqa41ev54ca/recipe https://files.pythonhosted.org/packages/e4/43/087b24516db11722c8687e0caf0f66c7785c0b1c51b0ab951dfde924e3f5/jsonschema-4.19.1.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/e4/43/087b24516db11722c8687e0caf0f66c7785c0b1c51b0ab951dfde924e3f5/jsonschema-4.19.1.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_maturin": {
    "duration": 2.1036689281463623,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 676, in test_recipetool_create_python3_pep517_maturin\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqaqt3m9l3j/recipe https://files.pythonhosted.org/packages/64/26/cffb93fe9c6b5a91c497f37fae14a4b073ecbc47fc36a9979c7aa888b245/pydantic_core-2.14.5.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/64/26/cffb93fe9c6b5a91c497f37fae14a4b073ecbc47fc36a9979c7aa888b245/pydantic_core-2.14.5.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_mesonpy": {
    "duration": 2.073117733001709,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 698, in test_recipetool_create_python3_pep517_mesonpy\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqauu020civ/recipe https://files.pythonhosted.org/packages/c2/32/b934a70592f314afcfa86c7f7e388804a8061be65b822e2aa07e573b6477/siphash24-1.4.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/c2/32/b934a70592f314afcfa86c7f7e388804a8061be65b822e2aa07e573b6477/siphash24-1.4.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_poetry_core_masonry_api": {
    "duration": 2.07649564743042,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 609, in test_recipetool_create_python3_pep517_poetry_core_masonry_api\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqaioc2nu7g/recipe https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta": {
    "duration": 2.0856401920318604,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 587, in test_recipetool_create_python3_pep517_setuptools_build_meta\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqai76u8xsu/recipe https://files.pythonhosted.org/packages/a1/fb/f95560c6a5d4469d9c49e24cf1b5d4d21ffab5608251c6020a965fb7791c/webcolors-1.13.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/a1/fb/f95560c6a5d4469d9c49e24cf1b5d4d21ffab5608251c6020a965fb7791c/webcolors-1.13.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools": {
    "duration": 2.0886647701263428,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 487, in test_recipetool_create_python3_setuptools\n    result = runCmd('recipetool create --no-pypi -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create --no-pypi -o /tmp/recipetoolqakhrgkbe5/recipe https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi": {
    "duration": 2.111748456954956,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 527, in test_recipetool_create_python3_setuptools_pypi\n    runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqaleu1i6g1/recipe https://pypi.org/project/python-magic/0.4.15' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi_tarball": {
    "duration": 2.102182388305664,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 505, in test_recipetool_create_python3_setuptools_pypi_tarball\n    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create -o /tmp/recipetoolqapugk0bo8/recipe https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolCreateTests.test_recipetool_create_simple": {
    "duration": 2.101649284362793,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipetool.py\", line 401, in test_recipetool_create_simple\n    result = runCmd('recipetool create %s -o %s' % (srcuri, temprecipe))\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command 'recipetool create http://www.dest-unreach.org/socat/download/Archive/socat-1.7.4.1.tar.bz2 -o /tmp/recipetoolqaqy73wqzs/recipe' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching http://www.dest-unreach.org/socat/download/Archive/socat-1.7.4.1.tar.bz2...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "recipetool.RecipetoolTests.test_recipetool_handle_license_vars": {
    "duration": 1.7868390083312988,
    "status": "PASSED"
   },
   "recipetool.RecipetoolTests.test_recipetool_load_plugin": {
    "duration": 9.536844730377197,
    "status": "PASSED"
   },
   "recipetool.RecipetoolTests.test_recipetool_split_pkg_licenses": {
    "duration": 0.007868528366088867,
    "status": "PASSED"
   },
   "recipeutils.RecipeUtilsTests.test_patch_recipe_appends": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipeutils.py\", line 18, in setUpModule\n    tinfoil.prepare(config_only=False, quiet=2)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 424, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n",
    "status": "ERROR"
   },
   "recipeutils.RecipeUtilsTests.test_patch_recipe_singleappend": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipeutils.py\", line 18, in setUpModule\n    tinfoil.prepare(config_only=False, quiet=2)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 424, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n",
    "status": "ERROR"
   },
   "recipeutils.RecipeUtilsTests.test_patch_recipe_varflag": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipeutils.py\", line 18, in setUpModule\n    tinfoil.prepare(config_only=False, quiet=2)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 424, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n",
    "status": "ERROR"
   },
   "recipeutils.RecipeUtilsTests.test_split_var_value": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipeutils.py\", line 18, in setUpModule\n    tinfoil.prepare(config_only=False, quiet=2)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 424, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n",
    "status": "ERROR"
   },
   "recipeutils.RecipeUtilsTests.test_validate_pn": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/recipeutils.py\", line 18, in setUpModule\n    tinfoil.prepare(config_only=False, quiet=2)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 424, in prepare\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985281/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:42,260 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n",
    "status": "ERROR"
   },
   "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.007726192474365234,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_can_match_non_static_ptest_names": {
    "duration": 0.007138252258300781,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_can_not_compare_non_ltp_tests": {
    "duration": 0.009233474731445312,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_machine_matches": {
    "duration": 0.010232686996459961,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_machine_mismatches": {
    "duration": 0.0075953006744384766,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_merge_can_merged_results": {
    "duration": 0.007176876068115234,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_metadata_matching_is_only_checked_for_relevant_test_type": {
    "duration": 0.005850791931152344,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_regression_can_get_regression_base_target_pair": {
    "duration": 0.004027128219604492,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_regression_can_get_regression_result": {
    "duration": 0.003934383392333984,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_report_can_aggregate_test_result": {
    "duration": 0.003943443298339844,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_results_with_matching_metadata_can_be_compared": {
    "duration": 0.003765106201171875,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_results_with_mismatching_metadata_can_not_be_compared": {
    "duration": 0.003891468048095703,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_results_without_metadata_can_be_compared": {
    "duration": 0.003966808319091797,
    "status": "PASSED"
   },
   "resulttooltests.ResultToolTests.test_target_result_with_missing_metadata_can_not_be_compared": {
    "duration": 0.003953456878662109,
    "status": "PASSED"
   },
   "retain.Retain.test_retain_always": {
    "duration": 1.0761911869049072,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/retain.py\", line 33, in test_retain_always\n    bitbake('-c clean %s' % test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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 quilt-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "retain.Retain.test_retain_failure": {
    "duration": 2.8347878456115723,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/retain.py\", line 83, in test_retain_failure\n    bitbake('-c clean %s' % test_recipe_fail)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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 error' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "retain.Retain.test_retain_global": {
    "duration": 1.0568349361419678,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/retain.py\", line 135, in test_retain_global\n    bitbake('-c clean %s' % test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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 quilt-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "retain.Retain.test_retain_misc": {
    "duration": 2.6498796939849854,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/retain.py\", line 197, in test_retain_misc\n    bitbake('-c clean %s' % test_recipe_fail)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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 error' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_backup_files": {
    "duration": 1.068967580795288,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py\", line 63, in test_shadowutils_backup_files\n    rootfs_sysconfdir = self.sysconf_build()\n                        ^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py\", line 33, in sysconf_build\n    vars = get_bb_vars((\"IMAGE_ROOTFS\", \"SORT_PASSWD_POSTPROCESS_COMMAND\", \"sysconfdir\"),\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_sorted_files": {
    "duration": 1.1061482429504395,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py\", line 84, in test_shadowutils_sorted_files\n    rootfs_sysconfdir = self.sysconf_build()\n                        ^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py\", line 33, in sysconf_build\n    vars = get_bb_vars((\"IMAGE_ROOTFS\", \"SORT_PASSWD_POSTPROCESS_COMMAND\", \"sysconfdir\"),\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "rpmtests.BitbakeTests.test_rpm_filenames": {
    "status": "UNKNOWN"
   },
   "runcmd.RunCmdTests.test_list_not_found": {
    "duration": 0.009796857833862305,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_list_okay": {
    "duration": 0.01241755485534668,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_log": {
    "duration": 0.009677648544311523,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_log_split": {
    "duration": 0.01027989387512207,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_no_shell": {
    "duration": 0.009097576141357422,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_output": {
    "duration": 0.009435415267944336,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_output_split": {
    "duration": 0.009746789932250977,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_result_assertion": {
    "duration": 0.009672403335571289,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_result_exception": {
    "duration": 0.009405136108398438,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_result_false": {
    "duration": 0.009316682815551758,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_result_okay": {
    "duration": 0.008661746978759766,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_shell": {
    "duration": 0.008613109588623047,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_stdin": {
    "duration": 0.007819890975952148,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_stdin_timeout": {
    "duration": 10.00687551498413,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_timeout": {
    "duration": 10.00611138343811,
    "status": "PASSED"
   },
   "runcmd.RunCmdTests.test_timeout_split": {
    "duration": 10.011881113052368,
    "status": "PASSED"
   },
   "runqemu.RunqemuTests.test_boot_deploy": {
    "duration": 1.1000325679779053,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runqemu.RunqemuTests.test_boot_deploy_hddimg": {
    "duration": 1.0977296829223633,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runqemu.RunqemuTests.test_boot_machine": {
    "duration": 1.089486837387085,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runqemu.RunqemuTests.test_boot_machine_ext4": {
    "duration": 1.0846104621887207,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runqemu.RunqemuTests.test_boot_machine_iso": {
    "duration": 1.1049244403839111,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runqemu.RunqemuTests.test_boot_machine_slirp": {
    "duration": 1.0926053524017334,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runqemu.RunqemuTests.test_boot_machine_slirp_qcow2": {
    "duration": 1.0693962574005127,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runqemu.RunqemuTests.test_boot_qemu_boot": {
    "duration": 1.094040870666504,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runqemu.RunqemuTests.test_boot_recipe_image": {
    "duration": 1.111673355102539,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runqemu.RunqemuTests.test_boot_recipe_image_vdi": {
    "duration": 1.0862810611724854,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runqemu.RunqemuTests.test_boot_recipe_image_vmdk": {
    "duration": 1.0728349685668945,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runqemu.RunqemuTests.test_boot_rootfs": {
    "duration": 1.1137421131134033,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runqemu.py\", line 28, in setUpLocal\n    self.image_link_name = get_bb_var('IMAGE_LINK_NAME', self.recipe)\n                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.Postinst.test_failing_postinst": {
    "duration": 1.6396117210388184,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 391, in test_failing_postinst\n    vars = get_bb_vars((\"IMAGE_ROOTFS\", \"sysconfdir\"), \"core-image-minimal\")\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.Postinst.test_postinst_rootfs_and_boot_systemd": {
    "duration": 1.0795860290527344,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 376, in test_postinst_rootfs_and_boot_systemd\n    self.init_manager_loop(\"systemd\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 303, in init_manager_loop\n    vars = get_bb_vars((\"IMAGE_ROOTFS\", \"sysconfdir\"), \"core-image-minimal\")\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.Postinst.test_postinst_rootfs_and_boot_sysvinit": {
    "duration": 1.0952606201171875,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 354, in test_postinst_rootfs_and_boot_sysvinit\n    self.init_manager_loop(\"sysvinit\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 303, in init_manager_loop\n    vars = get_bb_vars((\"IMAGE_ROOTFS\", \"sysconfdir\"), \"core-image-minimal\")\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.SystemTap.test_crosstap_helloworld": {
    "duration": 1.0643994808197021,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 446, in test_crosstap_helloworld\n    bitbake('systemtap-native')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:04,428 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.SystemTap.test_crosstap_pstree": {
    "duration": 1.1025640964508057,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 458, in test_crosstap_pstree\n    bitbake('systemtap-native')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:04,428 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.SystemTap.test_crosstap_syscalls_by_pid": {
    "duration": 1.0914990901947021,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 482, in test_crosstap_syscalls_by_pid\n    bitbake('systemtap-native')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:04,428 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.SystemTap.test_crosstap_syscalls_by_proc": {
    "duration": 1.0921878814697266,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 470, in test_crosstap_syscalls_by_proc\n    bitbake('systemtap-native')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:04,428 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.TestExport.test_testexport_basic": {
    "duration": 1.627514362335205,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 36, in test_testexport_basic\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.TestExport.test_testexport_sdk": {
    "duration": 1.0926923751831055,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 80, in test_testexport_sdk\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n",
    "status": "FAILED"
   },
   "runtime_test.TestImage.test_testimage_apt": {
    "duration": 3.5134243965148926,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 205, in test_testimage_apt\n    bitbake('gnupg-native -c addto_recipe_sysroot')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.TestImage.test_testimage_dnf": {
    "duration": 2.6064422130584717,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 167, in test_testimage_dnf\n    bitbake('gnupg-native -c addto_recipe_sysroot')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.TestImage.test_testimage_install": {
    "duration": 2.759058952331543,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 130, in test_testimage_install\n    bitbake('core-image-full-cmdline socat')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-full-cmdline socat' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.TestImage.test_testimage_slirp": {
    "duration": 1.0917003154754639,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 146, in test_testimage_slirp\n    bitbake('core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.TestImage.test_testimage_virgl_gtk_sdl": {
    "duration": 1.1070764064788818,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 246, in test_testimage_virgl_gtk_sdl\n    qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native')\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e qemu-system-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "runtime_test.TestImage.test_testimage_virgl_headless": {
    "duration": 1.104156494140625,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/runtime_test.py\", line 285, in test_testimage_virgl_headless\n    qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native')\n                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e qemu-system-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "selftest.ExternalLayer.test_list_imported": {
    "duration": 0.005361080169677734,
    "status": "PASSED"
   },
   "signing.LockedSignatures.test_locked_signatures": {
    "duration": 1.896993637084961,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/signing.py\", line 194, in test_locked_signatures\n    bitbake(test_recipe)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  ed' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "signing.Signing.test_signing_packages": {
    "status": "UNKNOWN"
   },
   "signing.Signing.test_signing_sstate_archive": {
    "status": "UNKNOWN"
   },
   "spdx.SPDX22Check.test_spdx_base_files": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 21, in setUpClass\n    bitbake(\"python3-spdx-tools-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-spdx-tools-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "ERROR"
   },
   "spdx.SPDX22Check.test_spdx_tar": {
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 39, in _oeSetUpClass\n    clss.setUpClassMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 21, in setUpClass\n    bitbake(\"python3-spdx-tools-native\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  python3-spdx-tools-native' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985184/conf/local.conf\n2025-05-09 12:26:36,878 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "ERROR"
   },
   "spdx.SPDX30Check.test_baremetal_helloworld": {
    "duration": 1.071737289428711,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 196, in test_baremetal_helloworld\n    objset = self.check_recipe_spdx(\n             ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 107, in check_recipe_spdx\n    bitbake(target_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  baremetal-helloworld' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "spdx.SPDX30Check.test_base_files": {
    "duration": 1.1169190406799316,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 147, in test_base_files\n    self.check_recipe_spdx(\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 107, in check_recipe_spdx\n    bitbake(target_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  base-files' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "spdx.SPDX30Check.test_core_image_minimal": {
    "duration": 1.0933213233947754,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 177, in test_core_image_minimal\n    objset = self.check_recipe_spdx(\n             ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 107, in check_recipe_spdx\n    bitbake(target_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "spdx.SPDX30Check.test_core_image_minimal_sdk": {
    "duration": 1.105574607849121,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 186, in test_core_image_minimal_sdk\n    objset = self.check_recipe_spdx(\n             ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 105, in check_recipe_spdx\n    bitbake(f\"-c {task} {target_name}\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -c populate_sdk core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "spdx.SPDX30Check.test_extra_opts": {
    "duration": 1.1704163551330566,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 239, in test_extra_opts\n    objset = self.check_recipe_spdx(\n             ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 107, in check_recipe_spdx\n    bitbake(target_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "spdx.SPDX30Check.test_gcc_include_source": {
    "duration": 0.9894771575927734,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 153, in test_gcc_include_source\n    objset = self.check_recipe_spdx(\n             ^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/spdx.py\", line 107, in check_recipe_spdx\n    bitbake(target_name)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  gcc' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "status": "FAILED"
   },
   "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_machine": {
    "duration": 2.5797364711761475,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 367, in test_sstate_cache_management_script_using_machine\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  m4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_1": {
    "duration": 2.6862268447875977,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 338, in test_sstate_cache_management_script_using_pr_1\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  m4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_2": {
    "duration": 2.7037248611450195,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 347, in test_sstate_cache_management_script_using_pr_2\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  m4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_3": {
    "duration": 2.6167492866516113,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 358, in test_sstate_cache_management_script_using_pr_3\n    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 301, in run_test_sstate_cache_management_script\n    bitbake(target)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  m4' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "sstatetests.SStateCleanup.test_cleansstate_task_distro_nonspecific": {
    "duration": 4.300795793533325,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 273, in test_cleansstate_task_distro_nonspecific\n    self.run_test_cleansstate_task(['linux-libc-headers'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 137, in run_test_cleansstate_task\n    bitbake(['-ccleansstate'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command '['bitbake', '-ccleansstate', 'linux-libc-headers']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateCleanup.test_cleansstate_task_distro_specific": {
    "duration": 4.197927951812744,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 278, in test_cleansstate_task_distro_specific\n    self.run_test_cleansstate_task(targets, distro_specific=True, distro_nonspecific=False, temp_sstate_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 137, in run_test_cleansstate_task\n    bitbake(['-ccleansstate'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command '['bitbake', '-ccleansstate', 'binutils-cross-x86_64', 'binutils-native', 'linux-libc-headers']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateCleanup.test_cleansstate_task_distro_specific_nonspecific": {
    "duration": 4.2898266315460205,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 270, in test_cleansstate_task_distro_specific_nonspecific\n    self.run_test_cleansstate_task(targets, distro_specific=True, distro_nonspecific=True, temp_sstate_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 137, in run_test_cleansstate_task\n    bitbake(['-ccleansstate'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command '['bitbake', '-ccleansstate', 'binutils-cross-x86_64', 'binutils-native', 'linux-libc-headers']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985191/conf/local.conf\n2025-05-09 12:26:36,880 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateCreation.test_sstate_creation_distro_nonspecific_fail": {
    "duration": 4.344060182571411,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 264, in test_sstate_creation_distro_nonspecific_fail\n    self.run_test_sstate_creation(['linux-libc-headers'], distro_specific=True, distro_nonspecific=False, temp_sstate_location=True, should_pass=False)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command '['bitbake', '-cclean', 'linux-libc-headers']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateCreation.test_sstate_creation_distro_nonspecific_pass": {
    "duration": 4.233593225479126,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 261, in test_sstate_creation_distro_nonspecific_pass\n    self.run_test_sstate_creation(['linux-libc-headers'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command '['bitbake', '-cclean', 'linux-libc-headers']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateCreation.test_sstate_creation_distro_specific_fail": {
    "duration": 4.062458515167236,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 258, in test_sstate_creation_distro_specific_fail\n    self.run_test_sstate_creation(['binutils-cross-'+ self.tune_arch, 'binutils-native'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True, should_pass=False)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command '['bitbake', '-cclean', 'binutils-cross-x86_64', 'binutils-native']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateCreation.test_sstate_creation_distro_specific_pass": {
    "duration": 4.047103404998779,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 255, in test_sstate_creation_distro_specific_pass\n    self.run_test_sstate_creation(['binutils-cross-'+ self.tune_arch, 'binutils-native'], distro_specific=True, distro_nonspecific=False, temp_sstate_location=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 87, in run_test_sstate_creation\n    bitbake(['-cclean'] + targets)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command '['bitbake', '-cclean', 'binutils-cross-x86_64', 'binutils-native']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_cross_native_targets": {
    "status": "UNKNOWN"
   },
   "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_cross_target": {
    "status": "UNKNOWN"
   },
   "sstatetests.SStateDistroTests.test_rebuild_distro_specific_sstate_native_target": {
    "status": "UNKNOWN"
   },
   "sstatetests.SStateFindSiginfo.test_sstate_compare_sigfiles_and_find_siginfo": {
    "duration": 2.5884265899658203,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 762, in test_sstate_compare_sigfiles_and_find_siginfo\n    bitbake(\"%s -c do_tmptask1 -S none\" % pn)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  binutils -c do_tmptask1 -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateHashSameSigs.test_sstate_32_64_same_hash": {
    "duration": 2.583000898361206,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 418, in test_sstate_32_64_same_hash\n    self.sstate_hashtest(\"i686\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 382, in sstate_hashtest\n    bitbake(\"core-image-weston -S none\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-weston -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateHashSameSigs.test_sstate_nativelsbstring_same_hash": {
    "duration": 2.749925136566162,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 439, in test_sstate_nativelsbstring_same_hash\n    bitbake(\"core-image-weston -S none\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-weston -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateHashSameSigs.test_sstate_sdk_arch_same_hash": {
    "duration": 2.780588150024414,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 424, in test_sstate_sdk_arch_same_hash\n    self.sstate_hashtest(\"aarch64\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 382, in sstate_hashtest\n    bitbake(\"core-image-weston -S none\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-weston -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateHashSameSigs2.test_sstate_allarch_samesigs": {
    "duration": 2.7256834506988525,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 482, in test_sstate_allarch_samesigs\n    self.sstate_common_samesigs(configA, configB, allarch=True)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 186, in sstate_common_samesigs\n    bitbake(\"world meta-toolchain -S none\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateHashSameSigs2.test_sstate_nativesdk_samesigs_multilib": {
    "duration": 2.65260648727417,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 504, in test_sstate_nativesdk_samesigs_multilib\n    self.sstate_common_samesigs(configA, configB)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 186, in sstate_common_samesigs\n    bitbake(\"world meta-toolchain -S none\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985221/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateHashSameSigs3.test_sstate_multilib_or_not_native_samesigs": {
    "duration": 2.588731288909912,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 569, in test_sstate_multilib_or_not_native_samesigs\n    bitbake(\"binutils-native  -S none\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  binutils-native  -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:04,428 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateHashSameSigs3.test_sstate_sametune_samesigs": {
    "duration": 2.6767871379852295,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 523, in test_sstate_sametune_samesigs\n    bitbake(\"world meta-toolchain -S none\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:04,428 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateHashSameSigs4.test_sstate_movelayer_samesigs": {
    "duration": 2.611215829849243,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 692, in test_sstate_movelayer_samesigs\n    bitbake(\"bash -S none\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  bash -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateHashSameSigs4.test_sstate_noop_samesigs": {
    "duration": 2.7419850826263428,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 610, in test_sstate_noop_samesigs\n    bitbake(\"world meta-toolchain -S none\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985241/conf/local.conf\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:07,233 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,401 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:16,598 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n2025-05-09 12:27:23,326 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.g4eehyhg\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/0\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7jztq4i2\nINFO: Committing data into to branch main\nINFO: Creating tag main/42-g0f7d5df/1\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.hc1r8dgx\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.xk45_zif\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.7mn8g0qu\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nINFO: Initializing a new Git repo at /tmp/fake_results.kcjgrf_6\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:37,999 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStatePrintdiff.test_gcc_runtime_vs_gcc_source": {
    "duration": 2.646848678588867,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 869, in test_gcc_runtime_vs_gcc_source\n    gcc_source_pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV']\n                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, 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: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStatePrintdiff.test_image_minimal_vs_base_do_configure": {
    "duration": 2.793704032897949,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 909, in test_image_minimal_vs_base_do_configure\n    self.run_test_printdiff_changeconfig(\"core-image-minimal\",change_bbtasks,\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 831, in run_test_printdiff_changeconfig\n    bitbake(\"--runall build --runall deploy_source_date_epoch {}\".format(target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  --runall build --runall deploy_source_date_epoch core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStatePrintdiff.test_image_minimal_vs_perlcross": {
    "duration": 2.6271841526031494,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 859, in test_image_minimal_vs_perlcross\n    self.run_test_printdiff_changerecipe(\"core-image-minimal\", \"perlcross\", \"-c do_install perlcross-native\",\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 809, in run_test_printdiff_changerecipe\n    bitbake(\"--runall build --runall deploy_source_date_epoch {}\".format(target))\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  --runall build --runall deploy_source_date_epoch core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985252/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:01,026 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean mdadm\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:10,511 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean go-helloworld\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:13,055 - oe-selftest - WARNING - tearDown commands have failed: bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sstatetests.SStateTests.test_autorev_sstate_works": {
    "duration": 7.046977281570435,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 240, in test_autorev_sstate_works\n    result = runCmd(['recipetool', 'create', '-o', recipefile, srcuri])\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\nAssertionError: Command '['recipetool', 'create', '-o', '/tmp/sstate_autorevrcs2z1an/recipes-test/dbus-wait-test/dbus-wait-test_git.bb', 'git:///tmp/sstate_autorevrcs2z1an/noname;protocol=file;branch=master']' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nINFO: Fetching git:///tmp/sstate_autorevrcs2z1an/noname;protocol=file;branch=master...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 111, in <module>\n    ret = main()\n          ^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/recipetool\", line 100, in main\n    ret = args.func(args)\n          ^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/recipetool/create.py\", line 523, in create_recipe\n    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)\n                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/scripts/lib/scriptutils.py\", line 199, in fetch_url\n    tinfoil.parse_recipes()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 456, in parse_recipes\n    self.run_actions(config_params)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/tinfoil.py\", line 439, in run_actions\n    raise TinfoilUIException(ret)\nbb.tinfoil.TinfoilUIException: 1\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985263/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sysroot.SysrootTests.test_sysroot_cleanup": {
    "duration": 1.11210298538208,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sysroot.py\", line 32, in test_sysroot_cleanup\n    bitbake(\"sysroot-test\")\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  sysroot-test' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sysroot.SysrootTests.test_sysroot_la": {
    "duration": 1.0962748527526855,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sysroot.py\", line 61, in test_sysroot_la\n    self.assertTrue(expected in res.output, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true : NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sysroot.SysrootTests.test_sysroot_max_shebang": {
    "duration": 1.0888068675994873,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sysroot.py\", line 49, in test_sysroot_max_shebang\n    self.assertTrue(expected in res.output, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true : NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "sysroot.SysrootTests.test_sysroot_pkgconfig": {
    "duration": 1.072115421295166,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/sysroot.py\", line 79, in test_sysroot_pkgconfig\n    self.assertTrue('[pkgconfig]' in res.output, msg=res.output)\n  File \"/usr/lib/python3.12/unittest/case.py\", line 727, in assertTrue\n    raise self.failureException(msg)\nAssertionError: False is not true : NOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,887 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985273/conf/local.conf\n2025-05-09 12:26:36,888 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "systemd_boot.Systemdboot.test_efi_systemdboot_images_can_be_built": {
    "duration": 1.0690765380859375,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py\", line 26, in test_efi_systemdboot_images_can_be_built\n    bb_vars = get_bb_vars(['DEPLOY_DIR_IMAGE', 'IMAGE_LINK_NAME'], image)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985231/conf/local.conf\n2025-05-09 12:26:36,885 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:04,428 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "tinfoil.TinfoilTests.test_datastore_operations": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_expand": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_getvar": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_getvar_bb_origenv": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_list_recipes": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_parse_recipe": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_parse_recipe_copy_expand": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_parse_recipe_custom_data": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_parse_virtual_recipe": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_parse_virtual_recipe_custom_data": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_setvariable_clean": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_variable_history": {
    "status": "UNKNOWN"
   },
   "tinfoil.TinfoilTests.test_wait_event": {
    "status": "UNKNOWN"
   },
   "uboot.UBootTest.test_boot_uboot": {
    "oetags": [
     "runqemu"
    ],
    "status": "UNKNOWN"
   },
   "uki.UkiTest.test_uki_boot_systemd": {
    "duration": 1.1037371158599854,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/uki.py\", line 22, in test_uki_boot_systemd\n    runqemu_params = get_bb_var('TEST_RUNQEMUPARAMS', image) or \"\"\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 288, in get_bb_var\n    return get_bb_vars([var], target, postconfig)[var]\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 250, in get_bb_vars\n    bbenv = get_bb_env(target, postconfig=postconfig)\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 244, in get_bb_env\n    return bitbake(\"-e %s\" % target, postconfig=postconfig).output\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "uki.UkiTest.test_uki_sysvinit": {
    "duration": 1.0765557289123535,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n           ^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/uki.py\", line 115, in test_uki_sysvinit\n    bitbake('core-image-base ovmf')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  core-image-base ovmf' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/local.conf\n2025-05-09 12:26:36,876 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:39,673 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\n2025-05-09 12:26:41,850 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985185/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nWARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/conf/distro/defaultsetup.conf\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 3 WARNING messages.\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "usergrouptests.UserGroupTests.test_add_task_between_p_sysroot_and_package": {
    "duration": 1.1744070053100586,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 23, in test_add_task_between_p_sysroot_and_package\n    self.assertTrue(bitbake('useraddbadtask -C fetch'))\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  useraddbadtask -C fetch' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n",
    "status": "FAILED"
   },
   "usergrouptests.UserGroupTests.test_group_from_dep_package": {
    "duration": 1.0062291622161865,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 16, in test_group_from_dep_package\n    bitbake(' creategroup2 creategroup1')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake   creategroup2 creategroup1' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:27:05,761 - oe-selftest - INFO - Building creategroup2\n",
    "status": "FAILED"
   },
   "usergrouptests.UserGroupTests.test_postinst_order": {
    "duration": 1.0809173583984375,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 27, in test_postinst_order\n    self.assertTrue(bitbake(' dcreategroup'))\n                    ^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake   dcreategroup' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:27:05,761 - oe-selftest - INFO - Building creategroup2\n2025-05-09 12:27:06,762 - oe-selftest - INFO - Building dcreategroup\n",
    "status": "FAILED"
   },
   "usergrouptests.UserGroupTests.test_static_useradd_from_dynamic": {
    "duration": 2.745170831680298,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/usergrouptests.py\", line 32, in test_static_useradd_from_dynamic\n    bitbake(' core-image-minimal')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake   core-image-minimal' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985187/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:26:40,741 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:26:42,954 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example\n2025-05-09 12:27:05,761 - oe-selftest - INFO - Building creategroup2\n2025-05-09 12:27:06,762 - oe-selftest - INFO - Building dcreategroup\n2025-05-09 12:27:09,470 - oe-selftest - INFO - Building core-image-minimal to generate passwd/group file\n",
    "status": "FAILED"
   },
   "wic.CLITests.test_createhelp": {
    "duration": 0.1758897304534912,
    "status": "PASSED"
   },
   "wic.CLITests.test_help": {
    "duration": 0.32860803604125977,
    "status": "PASSED"
   },
   "wic.CLITests.test_help_create": {
    "duration": 0.16567373275756836,
    "status": "PASSED"
   },
   "wic.CLITests.test_help_kickstart": {
    "duration": 0.18450593948364258,
    "status": "PASSED"
   },
   "wic.CLITests.test_help_list": {
    "duration": 0.16750550270080566,
    "status": "PASSED"
   },
   "wic.CLITests.test_help_overview": {
    "duration": 0.17107844352722168,
    "status": "PASSED"
   },
   "wic.CLITests.test_help_plugins": {
    "duration": 0.16862821578979492,
    "status": "PASSED"
   },
   "wic.CLITests.test_list_images": {
    "duration": 2.338942050933838,
    "status": "PASSED"
   },
   "wic.CLITests.test_list_source_plugins": {
    "duration": 1.5148308277130127,
    "status": "PASSED"
   },
   "wic.CLITests.test_listed_images_help": {
    "duration": 40.85800337791443,
    "status": "PASSED"
   },
   "wic.CLITests.test_listhelp": {
    "duration": 0.1697695255279541,
    "status": "PASSED"
   },
   "wic.CLITests.test_no_command": {
    "duration": 0.1705920696258545,
    "status": "PASSED"
   },
   "wic.CLITests.test_unsupported_subcommand": {
    "duration": 0.17122149467468262,
    "status": "PASSED"
   },
   "wic.CLITests.test_version": {
    "duration": 0.17177319526672363,
    "status": "PASSED"
   },
   "wic.ModifyTests.test_wic_cp": {
    "duration": 1.1173367500305176,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.ModifyTests.test_wic_cp_ext": {
    "duration": 1.0708873271942139,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.ModifyTests.test_wic_ls": {
    "duration": 1.095198392868042,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.ModifyTests.test_wic_ls_ext": {
    "duration": 1.1129169464111328,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.ModifyTests.test_wic_rm": {
    "duration": 1.0969793796539307,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.ModifyTests.test_wic_rm_ext": {
    "duration": 1.0963566303253174,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985193/conf/local.conf\n2025-05-09 12:26:36,895 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic.test_bootloader_config": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_build_artifacts": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_build_image_name": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_build_rootfs_long": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_build_rootfs_short": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_change_directory": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_change_directory_errors": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_compress_bzip2": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_compress_gzip": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_compress_xz": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_debug_long": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_debug_short": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_default_output_dir": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_efi_bootpart": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_exclude_path": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_exclude_path_errors": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_exclude_path_with_extra_space": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_extra_space": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_gpt_image": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_include_path": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_include_path_embeded": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_include_path_errors": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_iso_image": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_kernel_install": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_mkefidisk": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_no_fstab_update": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_no_fstab_update_errors": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_no_table": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_partition_hidden_attributes": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_permissions": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_qemux86_directdisk": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_rootfs_artifacts": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_rootfs_indirect_recipes": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_sdimage_bootpart": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_skip_build_check_long": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_skip_build_check_short": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_skip_kernel_install": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_systemd_bootdisk": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_wic_sector_size": {
    "status": "UNKNOWN"
   },
   "wic.Wic.test_wrong_compressor": {
    "status": "UNKNOWN"
   },
   "wic.Wic2.test_biosplusefi_plugin": {
    "duration": 1.1179375648498535,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_biosplusefi_plugin_qemu": {
    "duration": 1.1077969074249268,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "wic.Wic2.test_bmap_long": {
    "duration": 1.0976123809814453,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_bmap_short": {
    "duration": 1.1051409244537354,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_efi_plugin_plain_systemd_boot_qemu_aarch64": {
    "duration": 0.0017192363739013672,
    "log": "Test skipped on x86_64\n",
    "oetags": [
     "runqemu"
    ],
    "status": "SKIPPED"
   },
   "wic.Wic2.test_efi_plugin_plain_systemd_boot_qemu_x86": {
    "duration": 1.108201026916504,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "wic.Wic2.test_efi_plugin_unified_kernel_image_qemu": {
    "duration": 1.100964069366455,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "wic.Wic2.test_empty_plugin": {
    "duration": 1.1101434230804443,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_empty_zeroize_plugin": {
    "duration": 1.100233554840088,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_expand_mbr_image": {
    "duration": 1.1049389839172363,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "wic.Wic2.test_extra_space": {
    "duration": 1.1097846031188965,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_fixed_size": {
    "duration": 1.099168062210083,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_fixed_size_error": {
    "duration": 1.0875146389007568,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_fs_types": {
    "duration": 1.1315970420837402,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_gpt_partition_name": {
    "duration": 1.1077542304992676,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_image_bootpart_globbed": {
    "duration": 1.1044414043426514,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_image_env": {
    "duration": 1.102738857269287,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_image_vars_dir_long": {
    "duration": 1.1055018901824951,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_image_vars_dir_short": {
    "duration": 1.1010141372680664,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_kickstart_parser": {
    "duration": 1.1093883514404297,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_mkfs_extraopts": {
    "duration": 1.1054127216339111,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_offset": {
    "duration": 1.1078290939331055,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_qemu": {
    "duration": 1.0948514938354492,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "wic.Wic2.test_qemu_efi": {
    "duration": 1.117089033126831,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "wic.Wic2.test_rawcopy_plugin": {
    "duration": 1.1033275127410889,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_rawcopy_plugin_qemu": {
    "duration": 1.1063179969787598,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "oetags": [
     "runqemu"
    ],
    "status": "FAILED"
   },
   "wic.Wic2.test_rawcopy_plugin_unpack": {
    "duration": 1.1098048686981201,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_sparse_copy": {
    "duration": 1.1069402694702148,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_uefi_kernel": {
    "duration": 1.103654384613037,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wic.Wic2.test_wic_image_type": {
    "duration": 1.1053762435913086,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/core/case.py\", line 53, in _oeSetUp\n    self.setUpMethod()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/case.py\", line 123, in setUp\n    self.setUpLocal()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wic.py\", line 71, in setUpLocal\n    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985206/conf/local.conf\n2025-05-09 12:26:36,879 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,246 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c cleansstate pv\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:28:10,564 - oe-selftest - INFO - Running bitbake to generate pkgdata\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "wrapper.WrapperTests.test_shebang_wrapper": {
    "duration": 1.1049411296844482,
    "log": "testtools.testresult.real._StringException: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/selftest/cases/wrapper.py\", line 16, in test_shebang_wrapper\n    res = bitbake(\"cmdline-shebang-wrapper-test -c install\", ignore_status=False)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 236, in bitbake\n    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/lib/oeqa/utils/commands.py\", line 214, in runCmd\n    raise AssertionError(\"Command '%s' returned non-zero exit status %d:\\n%s\" % (command, result.status, exc_output))\nAssertionError: Command 'bitbake  cmdline-shebang-wrapper-test -c install' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR: Execution of event handler 'check_sanity_eventhandler' failed\nTraceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\nERROR: Command execution failed: Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/command.py\", line 123, in runAsyncCommand\n    self.cooker.updateCache()\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/cooker.py\", line 1610, in updateCache\n    bb.event.fire(bb.event.SanityCheck(False), self.databuilder.mcdata[mc])\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 232, in fire\n    fire_class_handlers(event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 131, in fire_class_handlers\n    execute_handler(name, handler, event, d)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/bitbake/lib/bb/event.py\", line 102, in execute_handler\n    ret = handler(event, d)\n          ^^^^^^^^^^^^^^^^^\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1090, in check_sanity_eventhandler\n    check_sanity(sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 1061, in check_sanity\n    check_sanity_version_change(status, sanity_data)\n  File \"/srv/pokybuild/yocto-worker/oe-selftest-debian/build/meta/classes-global/sanity.bbclass\", line 743, in check_sanity_version_change\n    pseudoignorepaths = d.getVar('PSEUDO_IGNORE_PATHS', expand=True).split(\",\")\n                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'split'\n\n\nSummary: There were 2 ERROR messages, returning a non-zero exit code.\n\n\nStderr:\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-2985211/conf/local.conf\n2025-05-09 12:26:36,881 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n2025-05-09 12:27:17,474 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean core-image-minimal, bitbake-layers remove-layer */workspace\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n/usr/lib/python3.12/unittest/case.py:580: RuntimeWarning: TestResult has no addDuration method\n  warnings.warn(\"TestResult has no addDuration method\",\n\n",
    "status": "FAILED"
   },
   "yoctotestresultsquerytests.TestResultsQueryTests.test_create_workdir": {
    "duration": 2.8986656665802,
    "status": "PASSED"
   },
   "yoctotestresultsquerytests.TestResultsQueryTests.test_get_sha1": {
    "duration": 0.04533553123474121,
    "status": "PASSED"
   }
  }
 }
}