Running '. ./init-build-env; OEQA_DEBUGGING_SAVED_OUTPUT=/srv/autobuilder/valkyrie.yocto.io/pub/repro-fail/ oe-selftest -a --skip-tests distrodata.Distrodata.test_checkpkg reproducible -T yocto-mirrors -T machine -T toolchain-user -T toolchain-system -j 15' with output to /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build/command-2-cmds.log in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build
Poky - The Yocto Project testing distribution
2026-07-03 08:18:40,526 - oe-selftest - INFO - Adding layer libraries:
2026-07-03 08:18:40,526 - oe-selftest - INFO - 	/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/lib
2026-07-03 08:18:40,526 - oe-selftest - INFO - 	/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib
2026-07-03 08:18:40,526 - oe-selftest - INFO - 	/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-yocto-bsp/lib
2026-07-03 08:18:40,526 - oe-selftest - INFO - 	/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta-selftest/lib
2026-07-03 08:18:40,527 - oe-selftest - INFO - Checking base configuration is valid/parsable
NOTE: Reconnecting to bitbake server...
2026-07-03 08:18:40,925 - oe-selftest - INFO - barebox.BareboxTest.test_boot_barebox (subunit.RemotedTestCase)
2026-07-03 08:18:40,926 - oe-selftest - INFO -  ... skipped 'Test skipped on x86_64\n'
2026-07-03 08:18:40,926 - oe-selftest - INFO - 2: 1/62 1/694 (0.00s) (0 failed) (barebox.BareboxTest.test_boot_barebox)
2026-07-03 08:18:40,926 - oe-selftest - INFO - Test skipped on x86_64

2026-07-03 08:18:43,305 - oe-selftest - INFO - buildoptions.Poisoning.test_poisoning (subunit.RemotedTestCase)
2026-07-03 08:18:43,307 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:43,307 - oe-selftest - INFO - 14: 1/32 2/694 (2.37s) (0 failed) (buildoptions.Poisoning.test_poisoning)
2026-07-03 08:18:43,307 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 196, in test_poisoning
    bitbake("poison")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  poison' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:43,307 - oe-selftest - INFO - baremetal.BaremetalTest.test_baremetal (subunit.RemotedTestCase)
2026-07-03 08:18:43,308 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:43,308 - oe-selftest - INFO - 3: 1/71 3/694 (2.38s) (0 failed) (baremetal.BaremetalTest.test_baremetal)
2026-07-03 08:18:43,308 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/baremetal.py", line 14, in test_baremetal
    bitbake('baremetal-helloworld')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  baremetal-helloworld' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:43,308 - oe-selftest - INFO - archiver.Archiver.test_archiver_allows_to_filter_on_recipe_name (subunit.RemotedTestCase)
2026-07-03 08:18:43,308 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:43,308 - oe-selftest - INFO - 1: 1/61 4/694 (2.38s) (0 failed) (archiver.Archiver.test_archiver_allows_to_filter_on_recipe_name)
2026-07-03 08:18:43,308 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 34, in test_archiver_allows_to_filter_on_recipe_name
    bitbake("-c deploy_archives %s %s" % (include_recipe, exclude_recipe))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed initscripts' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:43,309 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exec_func_python_loggingA (subunit.RemotedTestCase)
2026-07-03 08:18:43,309 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:43,309 - oe-selftest - INFO - 8: 1/40 5/694 (2.38s) (0 failed) (bblogging.BitBakeLogging.test_python_exec_func_python_loggingA)
2026-07-03 08:18:43,309 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 122, in test_python_exec_func_python_loggingA
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "ERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:43,309 - oe-selftest - INFO - buildoptions.ImageOptionsTests.test_ccache_tool (subunit.RemotedTestCase)
2026-07-03 08:18:43,309 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:43,309 - oe-selftest - INFO - 13: 1/21 6/694 (2.38s) (0 failed) (buildoptions.ImageOptionsTests.test_ccache_tool)
2026-07-03 08:18:43,310 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 39, in test_ccache_tool
    bitbake("ccache-native")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  ccache-native' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:43,310 - oe-selftest - INFO - bbclasses.Systemd.test_systemd_in_distro (subunit.RemotedTestCase)
2026-07-03 08:18:43,310 - oe-selftest - INFO -  ... FAIL
2026-07-03 08:18:43,310 - oe-selftest - INFO - 4: 1/26 7/694 (2.38s) (0 failed) (bbclasses.Systemd.test_systemd_in_distro)
2026-07-03 08:18:43,310 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbclasses.py", line 48, in test_systemd_in_distro
    bitbake("systemd-only systemd-and-sysvinit -c install")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemd-only systemd-and-sysvinit -c install' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


2026-07-03 08:18:43,310 - oe-selftest - INFO - buildoptions.ArchiverTest.test_arch_work_dir_and_export_source (subunit.RemotedTestCase)
2026-07-03 08:18:43,310 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:43,310 - oe-selftest - INFO - 11: 1/46 8/694 (2.38s) (0 failed) (buildoptions.ArchiverTest.test_arch_work_dir_and_export_source)
2026-07-03 08:18:43,310 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 153, in test_arch_work_dir_and_export_source
    self.assertEqual(res.status, 0, "\nCouldn't build xcursortransparenttheme.\nbitbake output %s" % res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : 
Couldn't build xcursortransparenttheme.
bitbake output ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:43,310 - oe-selftest - INFO - setUpClass (bblayers.BitbakeLayers) [ (subunit.RemotedTestCase)
2026-07-03 08:18:43,311 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838270/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:43,311 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblayers.py", line 20, in setUpClass
    bitbake("python3-jsonschema-native")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838270/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:43,311 - oe-selftest - INFO - buildoptions.DiskMonTest.test_stoptask_behavior (subunit.RemotedTestCase)
2026-07-03 08:18:43,311 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:43,311 - oe-selftest - INFO - 12: 1/39 9/694 (2.37s) (0 failed) (buildoptions.DiskMonTest.test_stoptask_behavior)
2026-07-03 08:18:43,311 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 66, in test_stoptask_behavior
    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)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true : Tasks should have stopped. Disk monitor is set to STOPTASK: ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

Exception in thread Thread-10 (_run_test):
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 234, in _run_test
    testserver.run(process_result)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 1197, in run
    protocol.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 567, in lineReceived
    self._state.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 404, in lineReceived
    self.details_parser.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/details.py", line 42, in lineReceived
    self._state.endDetails()
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 400, in endDetails
    self.parser.client.stopTest(self.parser._current_test)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1537, in stopTest
    return self.decorated.stopTest(test)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 232, in stopTest
    super().stopTest(test)
  File "/usr/lib/python3.11/unittest/result.py", line 80, in stopTest
    self._restoreStdout()
  File "/usr/lib/python3.11/unittest/result.py", line 99, in _restoreStdout
    self._stdout_buffer.seek(0)
    ^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'seek'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 240, in _run_test
    case.run(process_result)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 837, in run
    result.tags(self._tags, set())
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1548, in tags
    return method(new_tags, gone_tags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1335, in tags
    super().tags(new_tags, gone_tags)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 245, in tags
    self._tags.change_tags(new_tags, gone_tags)
    ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'change_tags'
2026-07-03 08:18:43,377 - oe-selftest - INFO - bbtests.BitbakeTests.test_bb_env_bb_getvar_equality (subunit.RemotedTestCase)
2026-07-03 08:18:43,377 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:43,377 - oe-selftest - INFO - 9: 1/60 10/694 (2.45s) (0 failed) (bbtests.BitbakeTests.test_bb_env_bb_getvar_equality)
2026-07-03 08:18:43,830 - oe-selftest - INFO - setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:18:43,830 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:43,830 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa5w4yrq74/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa5w4yrq74/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:43,963 - oe-selftest - INFO - setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:18:43,964 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:43,964 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa5w4yrq74/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa5w4yrq74/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:43,983 - oe-selftest - INFO - setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:18:43,983 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:43,983 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa5w4yrq74/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa5w4yrq74/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:44,122 - oe-selftest - INFO - bblock.BBLock.test_lock_architecture_specific (subunit.RemotedTestCase)
2026-07-03 08:18:44,122 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,122 - oe-selftest - INFO - 7: 1/32 11/694 (3.19s) (0 failed) (bblock.BBLock.test_lock_architecture_specific)
2026-07-03 08:18:44,122 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 127, in test_lock_architecture_specific
    self.lock_recipes(recipes, tasks)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 55, in lock_recipes
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bblock quilt -t do_compile' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to get recipe info for: quilt


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:44,371 - oe-selftest - INFO - gitarchivetests.GitArchiveTests.test_create_first_test_tag (subunit.RemotedTestCase)
2026-07-03 08:18:44,371 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:44,371 - oe-selftest - INFO - 12: 2/39 12/694 (0.41s) (4 failed) (gitarchivetests.GitArchiveTests.test_create_first_test_tag)
2026-07-03 08:18:44,538 - oe-selftest - INFO - buildhistory.BuildhistoryTests.test_buildhistory_basic (subunit.RemotedTestCase)
2026-07-03 08:18:44,538 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,538 - oe-selftest - INFO - 10: 1/50 13/694 (3.60s) (0 failed) (buildhistory.BuildhistoryTests.test_buildhistory_basic)
2026-07-03 08:18:44,538 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 53, in test_buildhistory_basic
    self.run_buildhistory_operation('xcursor-transparent-theme')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 39, in run_buildhistory_operation
    bitbake("-cclean %s" % target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -cclean xcursor-transparent-theme' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:44,835 - oe-selftest - INFO - gitarchivetests.GitArchiveTests.test_create_second_test_tag (subunit.RemotedTestCase)
2026-07-03 08:18:44,835 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:44,835 - oe-selftest - INFO - 12: 3/39 14/694 (0.46s) (4 failed) (gitarchivetests.GitArchiveTests.test_create_second_test_tag)
2026-07-03 08:18:44,881 - oe-selftest - INFO - archiver.Archiver.test_archiver_cleanup (subunit.RemotedTestCase)
2026-07-03 08:18:44,881 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,881 - oe-selftest - INFO - 1: 2/61 15/694 (1.58s) (2 failed) (archiver.Archiver.test_archiver_cleanup)
2026-07-03 08:18:44,881 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 367, in test_archiver_cleanup
    bitbake('-c deploy_archives %s -f' % target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native -f' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:44,893 - oe-selftest - INFO - bbclasses.Systemd.test_sysvinit_in_distro (subunit.RemotedTestCase)
2026-07-03 08:18:44,894 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,894 - oe-selftest - INFO - 4: 2/26 16/694 (1.59s) (2 failed) (bbclasses.Systemd.test_sysvinit_in_distro)
2026-07-03 08:18:44,894 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbclasses.py", line 72, in test_sysvinit_in_distro
    bitbake("systemd-only systemd-and-sysvinit -c install")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemd-only systemd-and-sysvinit -c install' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:44,898 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exec_func_python_loggingB (subunit.RemotedTestCase)
2026-07-03 08:18:44,898 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,898 - oe-selftest - INFO - 8: 2/40 17/694 (1.59s) (2 failed) (bblogging.BitBakeLogging.test_python_exec_func_python_loggingB)
2026-07-03 08:18:44,898 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 130, in test_python_exec_func_python_loggingB
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:44,901 - oe-selftest - INFO - c_cpp.CMakeTests.test_cmake_qemu (subunit.RemotedTestCase)
2026-07-03 08:18:44,901 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:44,902 - oe-selftest - INFO - 2: 2/62 18/694 (3.98s) (0 failed) (c_cpp.CMakeTests.test_cmake_qemu)
2026-07-03 08:18:44,902 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/c_cpp.py", line 36, in test_cmake_qemu
    self._qemu_usermode("cmake-example")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/c_cpp.py", line 17, in _qemu_usermode
    bitbake("%s -c run_tests" % recipe_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  cmake-example -c run_tests' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example

2026-07-03 08:18:45,116 - oe-selftest - INFO - gitarchivetests.GitArchiveTests.test_get_revs_on_branch (subunit.RemotedTestCase)
2026-07-03 08:18:45,117 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:45,117 - oe-selftest - INFO - 12: 4/39 19/694 (0.28s) (4 failed) (gitarchivetests.GitArchiveTests.test_get_revs_on_branch)
2026-07-03 08:18:45,403 - oe-selftest - INFO - gitarchivetests.GitArchiveTests.test_get_tags_with_only_local_tag (subunit.RemotedTestCase)
2026-07-03 08:18:45,403 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:45,403 - oe-selftest - INFO - 12: 5/39 20/694 (0.29s) (4 failed) (gitarchivetests.GitArchiveTests.test_get_tags_with_only_local_tag)
2026-07-03 08:18:45,551 - oe-selftest - INFO - bbtests.BitbakeTests.test_bbappend_order (subunit.RemotedTestCase)
2026-07-03 08:18:45,551 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:45,551 - oe-selftest - INFO - 9: 2/60 21/694 (2.17s) (0 failed) (bbtests.BitbakeTests.test_bbappend_order)
2026-07-03 08:18:45,551 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 295, in test_bbappend_order
    bb_vars = get_bb_vars(['SUMMARY', 'PV'], test_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e ed' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:45,900 - oe-selftest - INFO - buildoptions.ImageOptionsTests.test_incremental_image_generation (subunit.RemotedTestCase)
2026-07-03 08:18:45,900 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:45,901 - oe-selftest - INFO - 13: 2/21 22/694 (2.59s) (2 failed) (buildoptions.ImageOptionsTests.test_incremental_image_generation)
2026-07-03 08:18:45,901 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 24, in test_incremental_image_generation
    bitbake("-c clean core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:45,966 - oe-selftest - INFO - gdbserver.GdbServerTest.test_gdb_server (subunit.RemotedTestCase)
2026-07-03 08:18:45,966 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:45,966 - oe-selftest - INFO - 11: 2/46 23/694 (1.98s) (4 failed) (gdbserver.GdbServerTest.test_gdb_server)
2026-07-03 08:18:45,966 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/gdbserver.py", line 32, in test_gdb_server
    bitbake("core-image-minimal %s:do_addto_recipe_sysroot" % gdb_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal gdb-cross-x86_64:do_addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:45,976 - oe-selftest - INFO - liboe.SubprocessTests.test_subprocess_tweak (subunit.RemotedTestCase)
2026-07-03 08:18:45,976 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:45,976 - oe-selftest - INFO - 11: 3/46 24/694 (0.01s) (6 failed) (liboe.SubprocessTests.test_subprocess_tweak)
2026-07-03 08:18:45,994 - oe-selftest - INFO - image_typedep.ImageTypeDepTests.test_conversion_typedep_added (subunit.RemotedTestCase)
2026-07-03 08:18:45,994 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:45,994 - oe-selftest - INFO - 14: 2/32 25/694 (2.16s) (4 failed) (image_typedep.ImageTypeDepTests.test_conversion_typedep_added)
2026-07-03 08:18:45,994 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/image_typedep.py", line 34, in test_conversion_typedep_added
    result = bitbake('-e emptytest')
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e emptytest' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:46,137 - oe-selftest - INFO - oelib.patch.TestGitApplyTree.test_dirty_push_run_false_returns_argv (subunit.RemotedTestCase)
2026-07-03 08:18:46,137 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:46,137 - oe-selftest - INFO - 11: 4/46 26/694 (0.16s) (6 failed) (oelib.patch.TestGitApplyTree.test_dirty_push_run_false_returns_argv)
2026-07-03 08:18:46,347 - oe-selftest - INFO - gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote (subunit.RemotedTestCase)
2026-07-03 08:18:46,347 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:46,347 - oe-selftest - INFO - 12: 6/39 27/694 (0.94s) (4 failed) (gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote)
2026-07-03 08:18:46,487 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exec_func_python_loggingC (subunit.RemotedTestCase)
2026-07-03 08:18:46,488 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,488 - oe-selftest - INFO - 8: 3/40 28/694 (1.59s) (4 failed) (bblogging.BitBakeLogging.test_python_exec_func_python_loggingC)
2026-07-03 08:18:46,488 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 139, in test_python_exec_func_python_loggingC
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:46,495 - oe-selftest - INFO - archiver.Archiver.test_archiver_filters_by_type (subunit.RemotedTestCase)
2026-07-03 08:18:46,495 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,495 - oe-selftest - INFO - 1: 3/61 29/694 (1.61s) (4 failed) (archiver.Archiver.test_archiver_filters_by_type)
2026-07-03 08:18:46,496 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 64, in test_archiver_filters_by_type
    bitbake("%s -c deploy_archives %s" % (target_recipe, native_recipe))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-ed -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:46,500 - oe-selftest - INFO - c_cpp.MesonTests.test_meson_qemu (subunit.RemotedTestCase)
2026-07-03 08:18:46,500 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:46,500 - oe-selftest - INFO - 3: 2/71 30/694 (3.19s) (2 failed) (c_cpp.MesonTests.test_meson_qemu)
2026-07-03 08:18:46,500 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/c_cpp.py", line 53, in test_meson_qemu
    self._qemu_usermode("meson-example")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/c_cpp.py", line 17, in _qemu_usermode
    bitbake("%s -c run_tests" % recipe_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  meson-example -c run_tests' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example

2026-07-03 08:18:46,523 - oe-selftest - INFO - containerimage.ContainerImageTests.test_expected_files (subunit.RemotedTestCase)
2026-07-03 08:18:46,524 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,524 - oe-selftest - INFO - 4: 3/26 31/694 (1.63s) (4 failed) (containerimage.ContainerImageTests.test_expected_files)
2026-07-03 08:18:46,524 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/containerimage.py", line 51, in test_expected_files
    bbvars = get_bb_vars(['bindir', 'sysconfdir', 'localstatedir',
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e container-test-image' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:46,573 - oe-selftest - INFO - oelib.patch.TestGitApplyTree.test_fallback_preserves_original_patch_name (subunit.RemotedTestCase)
2026-07-03 08:18:46,573 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:46,573 - oe-selftest - INFO - 11: 5/46 32/694 (0.44s) (6 failed) (oelib.patch.TestGitApplyTree.test_fallback_preserves_original_patch_name)
2026-07-03 08:18:46,595 - oe-selftest - INFO - gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote_and_wrong_url (subunit.RemotedTestCase)
2026-07-03 08:18:46,595 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:46,595 - oe-selftest - INFO - 12: 7/39 33/694 (0.25s) (4 failed) (gitarchivetests.GitArchiveTests.test_get_tags_without_valid_remote_and_wrong_url)
2026-07-03 08:18:46,980 - oe-selftest - INFO - oelib.patch.TestGitApplyTree.test_git_am_preserves_original_patch_name (subunit.RemotedTestCase)
2026-07-03 08:18:46,980 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:46,980 - oe-selftest - INFO - 11: 6/46 34/694 (0.41s) (6 failed) (oelib.patch.TestGitApplyTree.test_git_am_preserves_original_patch_name)
2026-07-03 08:18:47,177 - oe-selftest - INFO - bbtests.BitbakeTests.test_bitbake_g (subunit.RemotedTestCase)
2026-07-03 08:18:47,178 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:47,178 - oe-selftest - INFO - 9: 3/60 35/694 (1.63s) (2 failed) (bbtests.BitbakeTests.test_bitbake_g)
2026-07-03 08:18:47,178 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 127, in test_bitbake_g
    result = bitbake('-g %s' % recipe)
             ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -g base-files' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:47,258 - oe-selftest - INFO - oelib.patch.TestGitApplyTree.test_push_run_false_returns_argv (subunit.RemotedTestCase)
2026-07-03 08:18:47,258 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:47,258 - oe-selftest - INFO - 11: 7/46 36/694 (0.28s) (6 failed) (oelib.patch.TestGitApplyTree.test_push_run_false_returns_argv)
2026-07-03 08:18:47,582 - oe-selftest - INFO - buildhistory.BuildhistoryTests.test_buildhistory_buildtime_pr_backwards (subunit.RemotedTestCase)
2026-07-03 08:18:47,582 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:47,583 - oe-selftest - INFO - 10: 2/50 37/694 (3.04s) (2 failed) (buildhistory.BuildhistoryTests.test_buildhistory_buildtime_pr_backwards)
2026-07-03 08:18:47,583 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 59, in test_buildhistory_buildtime_pr_backwards
    self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 39, in run_buildhistory_operation
    bitbake("-cclean %s" % target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -cclean xcursor-transparent-theme' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:47,623 - oe-selftest - INFO - setUpClass (manifest.VerifyManifest) [ (subunit.RemotedTestCase)
2026-07-03 08:18:47,623 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:45,994 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test
2026-07-03 08:18:47,623 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/manifest.py", line 61, in setUpClass
    if bitbake(self.buildtarget).status:
       ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:45,994 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test

Exception in thread Thread-18 (_run_test):
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 234, in _run_test
    testserver.run(process_result)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 1197, in run
    protocol.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 567, in lineReceived
    self._state.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 404, in lineReceived
    self.details_parser.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/details.py", line 42, in lineReceived
    self._state.endDetails()
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 400, in endDetails
    self.parser.client.stopTest(self.parser._current_test)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1536, in stopTest
    self._tags = self._tags.parent
                 ^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'parent'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 240, in _run_test
    case.run(process_result)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 837, in run
    result.tags(self._tags, set())
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1548, in tags
    return method(new_tags, gone_tags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1335, in tags
    super().tags(new_tags, gone_tags)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 245, in tags
    self._tags.change_tags(new_tags, gone_tags)
    ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'change_tags'
2026-07-03 08:18:47,779 - oe-selftest - INFO - bblock.BBLock.test_lock_multiple_recipe_single_task (subunit.RemotedTestCase)
2026-07-03 08:18:47,779 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:47,779 - oe-selftest - INFO - 7: 2/32 38/694 (3.66s) (2 failed) (bblock.BBLock.test_lock_multiple_recipe_single_task)
2026-07-03 08:18:47,779 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 110, in test_lock_multiple_recipe_single_task
    self._run_test(recipes, tasks)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 152, in _run_test
    result = self.lock_recipes(recipes, tasks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 55, in lock_recipes
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bblock quilt bc -t do_compile' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to get recipe info for: quilt


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:47,899 - oe-selftest - INFO - lic_checksum.LicenseTests.test_checksum_with_space (subunit.RemotedTestCase)
2026-07-03 08:18:47,899 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:18:47,899 - oe-selftest - INFO - 12: 8/39 39/694 (1.30s) (4 failed) (lic_checksum.LicenseTests.test_checksum_with_space)
2026-07-03 08:18:47,899 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/lic_checksum.py", line 30, in test_checksum_with_space
    result = bitbake(bitbake_cmd)
             ^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c populate_lic emptytest' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:18:48,104 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exec_func_python_loggingD (subunit.RemotedTestCase)
2026-07-03 08:18:48,104 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:48,105 - oe-selftest - INFO - 8: 4/40 40/694 (1.62s) (6 failed) (bblogging.BitBakeLogging.test_python_exec_func_python_loggingD)
2026-07-03 08:18:48,105 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 147, in test_python_exec_func_python_loggingD
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:48,120 - oe-selftest - INFO - archiver.Archiver.test_archiver_filters_by_type_and_name (subunit.RemotedTestCase)
2026-07-03 08:18:48,120 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:48,120 - oe-selftest - INFO - 1: 4/61 41/694 (1.62s) (6 failed) (archiver.Archiver.test_archiver_filters_by_type_and_name)
2026-07-03 08:18:48,120 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 100, in test_archiver_filters_by_type_and_name
    bitbake('-c deploy_archives %s %s' % (' '.join(target_recipes), ' '.join(native_recipes)))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives initscripts selftest-ed update-rc.d-native selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:48,121 - oe-selftest - INFO - c_cpp.CMakeTests.test_cmake_qemu_failing (subunit.RemotedTestCase)
2026-07-03 08:18:48,122 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:48,122 - oe-selftest - INFO - 2: 3/62 42/694 (3.22s) (2 failed) (c_cpp.CMakeTests.test_cmake_qemu_failing)
2026-07-03 08:18:48,122 - oe-selftest - INFO - distrodata.Distrodata.test_checkpkg (subunit.RemotedTestCase)
2026-07-03 08:18:48,122 - oe-selftest - INFO -  ... skipped 'Skip by the command line argument "distrodata.Distrodata.test_checkpkg"\n'
2026-07-03 08:18:48,122 - oe-selftest - INFO - 2: 4/62 43/694 (0.00s) (2 failed) (distrodata.Distrodata.test_checkpkg)
2026-07-03 08:18:48,122 - oe-selftest - INFO - Skip by the command line argument "distrodata.Distrodata.test_checkpkg"

2026-07-03 08:18:48,147 - oe-selftest - INFO - setUpClass (esdk.oeSDKExtSelfTest) [ (subunit.RemotedTestCase)
2026-07-03 08:18:48,147 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:48,147 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/esdk.py", line 77, in setUpClass
    bb_vars = get_bb_vars(['SSTATE_DIR', 'WORKDIR'], cls.image)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:48,190 - oe-selftest - INFO - bbtests.BitbakeTests.test_bitbake_invalid_recipe (subunit.RemotedTestCase)
2026-07-03 08:18:48,190 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:48,190 - oe-selftest - INFO - 9: 4/60 44/694 (1.01s) (4 failed) (bbtests.BitbakeTests.test_bitbake_invalid_recipe)
2026-07-03 08:18:48,529 - oe-selftest - INFO - buildoptions.ImageOptionsTests.test_read_only_image (subunit.RemotedTestCase)
2026-07-03 08:18:48,530 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:48,530 - oe-selftest - INFO - 13: 3/21 45/694 (2.63s) (4 failed) (buildoptions.ImageOptionsTests.test_read_only_image)
2026-07-03 08:18:48,530 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 58, in test_read_only_image
    bitbake("core-image-sato core-image-weston")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-sato core-image-weston' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:48,587 - oe-selftest - INFO - overlayfs.OverlayFSTests.test_correct_image_fstab (subunit.RemotedTestCase)
2026-07-03 08:18:48,587 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:48,587 - oe-selftest - INFO - 11: 8/46 46/694 (1.33s) (6 failed) (overlayfs.OverlayFSTests.test_correct_image_fstab)
2026-07-03 08:18:48,587 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 231, in test_correct_image_fstab
    self._test_correct_image('base-files', base_files_append)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 186, in _test_correct_image
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:49,516 - oe-selftest - INFO - lic_checksum.LicenseTests.test_nonmatching_checksum (subunit.RemotedTestCase)
2026-07-03 08:18:49,517 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:18:49,517 - oe-selftest - INFO - 12: 9/39 47/694 (1.62s) (6 failed) (lic_checksum.LicenseTests.test_nonmatching_checksum)
2026-07-03 08:18:49,517 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/lic_checksum.py", line 51, in test_nonmatching_checksum
    result = bitbake(bitbake_cmd)
             ^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c populate_lic emptytest' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:18:49,517 - oe-selftest - INFO - oelib.patch.TestPatchTree.test_push_run_false_returns_argv (subunit.RemotedTestCase)
2026-07-03 08:18:49,517 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:49,517 - oe-selftest - INFO - 12: 10/39 48/694 (0.00s) (8 failed) (oelib.patch.TestPatchTree.test_push_run_false_returns_argv)
2026-07-03 08:18:49,693 - oe-selftest - INFO - distrodata.Distrodata.test_common_include_recipes (subunit.RemotedTestCase)
2026-07-03 08:18:49,693 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:18:49,693 - oe-selftest - INFO - 2: 5/62 49/694 (1.57s) (2 failed) (distrodata.Distrodata.test_common_include_recipes)
2026-07-03 08:18:49,693 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/distrodata.py", line 126, in test_common_include_recipes
    recipes = oe.recipeutils.get_common_include_recipes()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oe/recipeutils.py", line 1205, in get_common_include_recipes
    tinfoil.prepare(config_only=False)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:18:49,715 - oe-selftest - INFO - c_cpp.MesonTests.test_meson_qemu_failing (subunit.RemotedTestCase)
2026-07-03 08:18:49,715 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:49,715 - oe-selftest - INFO - 3: 3/71 50/694 (3.22s) (4 failed) (c_cpp.MesonTests.test_meson_qemu_failing)
2026-07-03 08:18:49,736 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exec_func_shell_loggingA (subunit.RemotedTestCase)
2026-07-03 08:18:49,736 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:49,736 - oe-selftest - INFO - 8: 5/40 51/694 (1.63s) (8 failed) (bblogging.BitBakeLogging.test_python_exec_func_shell_loggingA)
2026-07-03 08:18:49,736 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 55, in test_python_exec_func_shell_loggingA
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:49,737 - oe-selftest - INFO - archiver.Archiver.test_archiver_mode_configured (subunit.RemotedTestCase)
2026-07-03 08:18:49,737 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:49,737 - oe-selftest - INFO - 1: 5/61 52/694 (1.62s) (8 failed) (archiver.Archiver.test_archiver_mode_configured)
2026-07-03 08:18:49,737 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 203, in test_archiver_mode_configured
    self._test_archiver_mode('configured', 'selftest-ed-native-1.21.1-r0-configured.tar.xz')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:49,784 - oe-selftest - INFO - incompatible_lic.NoGPL3InImagesTests.test_core_image_full_cmdline_weston (subunit.RemotedTestCase)
2026-07-03 08:18:49,784 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:49,784 - oe-selftest - INFO - 4: 4/26 53/694 (1.64s) (8 failed) (incompatible_lic.NoGPL3InImagesTests.test_core_image_full_cmdline_weston)
2026-07-03 08:18:49,784 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 155, in test_core_image_full_cmdline_weston
    bitbake('core-image-full-cmdline core-image-weston')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-full-cmdline core-image-weston' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:49,841 - oe-selftest - INFO - bbtests.BitbakeTests.test_bitbake_invalid_target (subunit.RemotedTestCase)
2026-07-03 08:18:49,841 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:49,841 - oe-selftest - INFO - 9: 5/60 54/694 (1.65s) (4 failed) (bbtests.BitbakeTests.test_bitbake_invalid_target)
2026-07-03 08:18:49,841 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 64, in test_bitbake_invalid_target
    self.assertIn("ERROR: Nothing PROVIDES 'asdf'", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'asdf'" not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:50,233 - oe-selftest - INFO - overlayfs.OverlayFSTests.test_correct_image_unit (subunit.RemotedTestCase)
2026-07-03 08:18:50,233 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:50,233 - oe-selftest - INFO - 11: 9/46 55/694 (1.65s) (8 failed) (overlayfs.OverlayFSTests.test_correct_image_unit)
2026-07-03 08:18:50,234 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 267, in test_correct_image_unit
    self._test_correct_image('systemd-machine-units', systemd_machine_unit_append)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 186, in _test_correct_image
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:50,674 - oe-selftest - INFO - buildhistory.BuildhistoryTests.test_buildhistory_diff (subunit.RemotedTestCase)
2026-07-03 08:18:50,674 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:50,675 - oe-selftest - INFO - 10: 3/50 56/694 (3.09s) (4 failed) (buildhistory.BuildhistoryTests.test_buildhistory_diff)
2026-07-03 08:18:50,675 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 88, in test_buildhistory_diff
    self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 39, in run_buildhistory_operation
    bitbake("-cclean %s" % target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -cclean xcursor-transparent-theme' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:51,139 - oe-selftest - INFO - setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:18:51,139 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:51,139 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa5w4yrq74/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa5w4yrq74/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:51,139 - oe-selftest - INFO - setUpClass (gotoolchain.oeGoToolchainSelfTest) [ (subunit.RemotedTestCase)
2026-07-03 08:18:51,140 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:51,140 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/gotoolchain.py", line 40, in setUpClass
    bitbake("meta-go-toolchain")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  meta-go-toolchain' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

Exception in thread Thread-17 (_run_test):
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 234, in _run_test
    testserver.run(process_result)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 1197, in run
    protocol.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 567, in lineReceived
    self._state.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 404, in lineReceived
    self.details_parser.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/details.py", line 42, in lineReceived
    self._state.endDetails()
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 400, in endDetails
    self.parser.client.stopTest(self.parser._current_test)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1536, in stopTest
    self._tags = self._tags.parent
                 ^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'parent'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 240, in _run_test
    case.run(process_result)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 837, in run
    result.tags(self._tags, set())
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1548, in tags
    return method(new_tags, gone_tags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1335, in tags
    super().tags(new_tags, gone_tags)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 245, in tags
    self._tags.change_tags(new_tags, gone_tags)
    ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'change_tags'
2026-07-03 08:18:51,171 - oe-selftest - INFO - package.PackageTests.test_gdb_hardlink_debug (subunit.RemotedTestCase)
2026-07-03 08:18:51,171 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:18:51,171 - oe-selftest - INFO - 12: 11/39 57/694 (1.65s) (8 failed) (package.PackageTests.test_gdb_hardlink_debug)
2026-07-03 08:18:51,172 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/package.py", line 157, in test_gdb_hardlink_debug
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:18:51,246 - oe-selftest - INFO - pokybleeding.PokyBleeding.test_poky_bleeding_autorev (subunit.RemotedTestCase)
2026-07-03 08:18:51,246 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:51,246 - oe-selftest - INFO - 0: 1/74 58/694 (10.32s) (0 failed) (pokybleeding.PokyBleeding.test_poky_bleeding_autorev)
2026-07-03 08:18:51,246 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/lib/oeqa/selftest/cases/pokybleeding.py", line 29, in test_poky_bleeding_autorev
    self.assertEqual( get_bb_var('SRCREV', 'pseudo'), "AUTOINC")
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: None != 'AUTOINC'


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:18:51,350 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exec_func_shell_loggingB (subunit.RemotedTestCase)
2026-07-03 08:18:51,351 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:51,351 - oe-selftest - INFO - 8: 6/40 59/694 (1.61s) (10 failed) (bblogging.BitBakeLogging.test_python_exec_func_shell_loggingB)
2026-07-03 08:18:51,351 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 64, in test_python_exec_func_shell_loggingB
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:51,384 - oe-selftest - INFO - archiver.Archiver.test_archiver_mode_diff (subunit.RemotedTestCase)
2026-07-03 08:18:51,384 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:51,384 - oe-selftest - INFO - 1: 6/61 60/694 (1.65s) (10 failed) (archiver.Archiver.test_archiver_mode_diff)
2026-07-03 08:18:51,384 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 219, in test_archiver_mode_diff
    self._test_archiver_mode('patched', 'selftest-ed-native-1.21.1-r0-diff.gz',
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:51,407 - oe-selftest - INFO - bblock.BBLock.test_lock_single_recipe_all_tasks (subunit.RemotedTestCase)
2026-07-03 08:18:51,407 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:51,407 - oe-selftest - INFO - 7: 3/32 61/694 (3.63s) (4 failed) (bblock.BBLock.test_lock_single_recipe_all_tasks)
2026-07-03 08:18:51,407 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 105, in test_lock_single_recipe_all_tasks
    self._run_test(recipes, None)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 152, in _run_test
    result = self.lock_recipes(recipes, tasks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 55, in lock_recipes
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bblock quilt' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to get recipe info for: quilt


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:51,407 - oe-selftest - INFO - incompatible_lic.NoGPL3InImagesTests.test_core_image_minimal (subunit.RemotedTestCase)
2026-07-03 08:18:51,407 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:51,407 - oe-selftest - INFO - 4: 5/26 62/694 (1.62s) (10 failed) (incompatible_lic.NoGPL3InImagesTests.test_core_image_minimal)
2026-07-03 08:18:51,407 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 144, in test_core_image_minimal
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:51,444 - oe-selftest - INFO - bbtests.BitbakeTests.test_checkuri (subunit.RemotedTestCase)
2026-07-03 08:18:51,444 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:51,445 - oe-selftest - INFO - 9: 6/60 63/694 (1.60s) (6 failed) (bbtests.BitbakeTests.test_checkuri)
2026-07-03 08:18:51,445 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 217, in test_checkuri
    result = runCmd('bitbake -c checkuri m4')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake -c checkuri m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:51,492 - oe-selftest - INFO - oelib.buildhistory.TestFileListCompare.test_compare_file_lists (subunit.RemotedTestCase)
2026-07-03 08:18:51,492 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:51,492 - oe-selftest - INFO - 4: 6/26 64/694 (0.08s) (12 failed) (oelib.buildhistory.TestFileListCompare.test_compare_file_lists)
2026-07-03 08:18:51,493 - oe-selftest - INFO - oelib.utils.TestPackagesFilterOutSystem.test_filter (subunit.RemotedTestCase)
2026-07-03 08:18:51,493 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:51,493 - oe-selftest - INFO - 4: 7/26 65/694 (0.00s) (12 failed) (oelib.utils.TestPackagesFilterOutSystem.test_filter)
2026-07-03 08:18:51,667 - oe-selftest - INFO - bblayers.BitbakeConfigBuild.test_enable_disable_builtin_fragments (subunit.RemotedTestCase)
2026-07-03 08:18:51,667 - oe-selftest - INFO -  ... ok
2026-07-03 08:18:51,667 - oe-selftest - INFO - 5: 1/51 66/694 (10.74s) (0 failed) (bblayers.BitbakeConfigBuild.test_enable_disable_builtin_fragments)
2026-07-03 08:18:51,860 - oe-selftest - INFO - overlayfs.OverlayFSTests.test_distro_features_missing (subunit.RemotedTestCase)
2026-07-03 08:18:51,860 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:51,860 - oe-selftest - INFO - 11: 10/46 67/694 (1.63s) (10 failed) (overlayfs.OverlayFSTests.test_distro_features_missing)
2026-07-03 08:18:51,861 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 48, in test_distro_features_missing
    self.assertTrue("overlayfs" in res.output, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:52,309 - oe-selftest - INFO - distrodata.Distrodata.test_maintainers (subunit.RemotedTestCase)
2026-07-03 08:18:52,310 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:18:52,310 - oe-selftest - INFO - 2: 6/62 68/694 (2.62s) (4 failed) (distrodata.Distrodata.test_maintainers)
2026-07-03 08:18:52,310 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/distrodata.py", line 69, in test_maintainers
    tinfoil.prepare(config_only=False)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:18:52,768 - oe-selftest - INFO - package.PackageTests.test_package_name_conflict (subunit.RemotedTestCase)
2026-07-03 08:18:52,769 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:18:52,769 - oe-selftest - INFO - 12: 12/39 69/694 (1.60s) (10 failed) (package.PackageTests.test_package_name_conflict)
2026-07-03 08:18:52,769 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/package.py", line 97, in test_package_name_conflict
    self.assertTrue(err in res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:18:52,963 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exec_func_shell_loggingC (subunit.RemotedTestCase)
2026-07-03 08:18:52,963 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:52,963 - oe-selftest - INFO - 8: 7/40 70/694 (1.61s) (12 failed) (bblogging.BitBakeLogging.test_python_exec_func_shell_loggingC)
2026-07-03 08:18:52,963 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 73, in test_python_exec_func_shell_loggingC
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:52,990 - oe-selftest - INFO - archiver.Archiver.test_archiver_mode_dumpdata (subunit.RemotedTestCase)
2026-07-03 08:18:52,990 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:52,990 - oe-selftest - INFO - 1: 7/61 71/694 (1.61s) (12 failed) (archiver.Archiver.test_archiver_mode_dumpdata)
2026-07-03 08:18:52,990 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 227, in test_archiver_mode_dumpdata
    self._test_archiver_mode('patched', 'selftest-ed-native-1.21.1-r0-showdata.dump',
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:53,479 - oe-selftest - INFO - overlayfs.OverlayFSTests.test_mount_unit_not_set (subunit.RemotedTestCase)
2026-07-03 08:18:53,479 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:53,479 - oe-selftest - INFO - 11: 11/46 72/694 (1.62s) (12 failed) (overlayfs.OverlayFSTests.test_mount_unit_not_set)
2026-07-03 08:18:53,479 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 110, in test_mount_unit_not_set
    self.assertTrue(line and line.startswith("Parsing recipes...ERROR:"), msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:53,794 - oe-selftest - INFO - buildhistory.BuildhistoryTests.test_fileinfo (subunit.RemotedTestCase)
2026-07-03 08:18:53,794 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:53,794 - oe-selftest - INFO - 10: 4/50 73/694 (3.12s) (6 failed) (buildhistory.BuildhistoryTests.test_fileinfo)
2026-07-03 08:18:53,794 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 64, in test_fileinfo
    bitbake('hicolor-icon-theme')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  hicolor-icon-theme' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:53,876 - oe-selftest - INFO - buildoptions.SanityOptionsTest.test_layer_without_git_dir (subunit.RemotedTestCase)
2026-07-03 08:18:53,876 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:53,876 - oe-selftest - INFO - 0: 2/74 74/694 (2.63s) (2 failed) (buildoptions.SanityOptionsTest.test_layer_without_git_dir)
2026-07-03 08:18:53,877 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 133, in test_layer_without_git_dir
    ret = bitbake('-n %s' % test_recipe)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -n ed' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
WARNING: 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.
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 WARNING message.
Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:18:53,958 - oe-selftest - INFO - efibootpartition.GenericEFITest.test_boot_efi (subunit.RemotedTestCase)
2026-07-03 08:18:53,958 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:53,958 - oe-selftest - INFO - 3: 4/71 75/694 (4.24s) (4 failed) (efibootpartition.GenericEFITest.test_boot_efi)
2026-07-03 08:18:53,958 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/efibootpartition.py", line 32, in test_boot_efi
    bitbake(image + " ovmf")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal ovmf' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:18:54,403 - oe-selftest - INFO - package.PackageTests.test_preserve_ownership (subunit.RemotedTestCase)
2026-07-03 08:18:54,403 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:18:54,403 - oe-selftest - INFO - 12: 13/39 76/694 (1.63s) (12 failed) (package.PackageTests.test_preserve_ownership)
2026-07-03 08:18:54,403 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/package.py", line 191, in test_preserve_ownership
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:18:54,520 - oe-selftest - INFO - setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:18:54,520 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:54,520 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa5w4yrq74/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa5w4yrq74/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:54,555 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exec_func_shell_loggingD (subunit.RemotedTestCase)
2026-07-03 08:18:54,555 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:54,555 - oe-selftest - INFO - 8: 8/40 77/694 (1.59s) (14 failed) (bblogging.BitBakeLogging.test_python_exec_func_shell_loggingD)
2026-07-03 08:18:54,555 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 83, in test_python_exec_func_shell_loggingD
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:54,641 - oe-selftest - INFO - archiver.Archiver.test_archiver_mode_mirror (subunit.RemotedTestCase)
2026-07-03 08:18:54,642 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:54,642 - oe-selftest - INFO - 1: 8/61 78/694 (1.65s) (14 failed) (archiver.Archiver.test_archiver_mode_mirror)
2026-07-03 08:18:54,642 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 235, in test_archiver_mode_mirror
    self._test_archiver_mode('mirror', 'ed-1.21.1.tar.lz',
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:54,948 - oe-selftest - INFO - fitimage.UBootFitImageTests.test_sign_cascaded_uboot_fit_image (subunit.RemotedTestCase)
2026-07-03 08:18:54,948 - oe-selftest - INFO -  ... skipped 'MACHINE=qemux86-64 does not provide capability _cap_spl_dtb\n'
2026-07-03 08:18:54,948 - oe-selftest - INFO - 10: 5/50 79/694 (0.43s) (10 failed) (fitimage.UBootFitImageTests.test_sign_cascaded_uboot_fit_image)
2026-07-03 08:18:54,949 - oe-selftest - INFO - MACHINE=qemux86-64 does not provide capability _cap_spl_dtb

2026-07-03 08:18:54,981 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license (subunit.RemotedTestCase)
2026-07-03 08:18:54,981 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:18:54,981 - oe-selftest - INFO - 2: 7/62 80/694 (2.67s) (6 failed) (incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license)
2026-07-03 08:18:54,981 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 26, in test_incompatible_alias_spdx_license
    self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, please use an SPDX reference in INCOMPATIBLE_LICENSE")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:18:55,032 - oe-selftest - INFO - bblock.BBLock.test_lock_single_recipe_multiple_tasks (subunit.RemotedTestCase)
2026-07-03 08:18:55,032 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:55,032 - oe-selftest - INFO - 7: 4/32 81/694 (3.63s) (6 failed) (bblock.BBLock.test_lock_single_recipe_multiple_tasks)
2026-07-03 08:18:55,032 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 101, in test_lock_single_recipe_multiple_tasks
    self._run_test(recipes, tasks)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 152, in _run_test
    result = self.lock_recipes(recipes, tasks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 55, in lock_recipes
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bblock quilt -t do_compile,do_install' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to get recipe info for: quilt


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:55,054 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic (subunit.RemotedTestCase)
2026-07-03 08:18:55,055 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:55,055 - oe-selftest - INFO - 4: 8/26 82/694 (2.39s) (12 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic)
2026-07-03 08:18:55,055 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1162, in test_recipetool_appendsrcfile_basic
    self._test_appendsrcfile('base-files', 'a-file')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1134, in _test_appendsrcfile
    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1042, in _try_recipetool_appendsrcfile
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfile  -W /tmp/recipetoolqa9ke9z3s5 base-files /tmp/recipetoolqaotw07mny/testfile a-file' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:55,134 - oe-selftest - INFO - overlayfs.OverlayFSTests.test_not_all_units_installed (subunit.RemotedTestCase)
2026-07-03 08:18:55,135 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:55,135 - oe-selftest - INFO - 11: 12/46 83/694 (1.66s) (14 failed) (overlayfs.OverlayFSTests.test_not_all_units_installed)
2026-07-03 08:18:55,135 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 70, in test_not_all_units_installed
    self.assertTrue(line and line.startswith("WARNING:"), msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:55,587 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTests.test_incompatible_nonspdx_license (subunit.RemotedTestCase)
2026-07-03 08:18:55,587 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:55,587 - oe-selftest - INFO - 3: 5/71 84/694 (1.63s) (6 failed) (incompatible_lic.IncompatibleLicenseTests.test_incompatible_nonspdx_license)
2026-07-03 08:18:55,587 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 99, in test_incompatible_nonspdx_license
    self.lic_test('incompatible-nonspdx-license', 'FooLicense', 'FooLicense')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 72, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:18:55,629 - oe-selftest - INFO - fitimage.UBootFitImageTests.test_sign_standalone_uboot_atf_tee_fit_image (subunit.RemotedTestCase)
2026-07-03 08:18:55,629 - oe-selftest - INFO -  ... skipped 'MACHINE=qemux86-64 does not provide capability _cap_spl_dtb\n'
2026-07-03 08:18:55,629 - oe-selftest - INFO - 10: 6/50 85/694 (0.68s) (10 failed) (fitimage.UBootFitImageTests.test_sign_standalone_uboot_atf_tee_fit_image)
2026-07-03 08:18:55,629 - oe-selftest - INFO - MACHINE=qemux86-64 does not provide capability _cap_spl_dtb

2026-07-03 08:18:56,037 - oe-selftest - INFO - package.PackageTests.test_preserve_sparse_hardlinks (subunit.RemotedTestCase)
2026-07-03 08:18:56,037 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:18:56,037 - oe-selftest - INFO - 12: 14/39 86/694 (1.63s) (14 failed) (package.PackageTests.test_preserve_sparse_hardlinks)
2026-07-03 08:18:56,037 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/package.py", line 102, in test_preserve_sparse_hardlinks
    bitbake("selftest-hardlink -c package")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-hardlink -c package' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:18:56,175 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exit_loggingA (subunit.RemotedTestCase)
2026-07-03 08:18:56,175 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:56,175 - oe-selftest - INFO - 8: 9/40 87/694 (1.62s) (16 failed) (bblogging.BitBakeLogging.test_python_exit_loggingA)
2026-07-03 08:18:56,175 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 92, in test_python_exit_loggingA
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:56,285 - oe-selftest - INFO - archiver.Archiver.test_archiver_mode_mirror_combined (subunit.RemotedTestCase)
2026-07-03 08:18:56,285 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:56,285 - oe-selftest - INFO - 1: 9/61 88/694 (1.64s) (16 failed) (archiver.Archiver.test_archiver_mode_mirror_combined)
2026-07-03 08:18:56,285 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 279, in test_archiver_mode_mirror_combined
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:56,592 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias (subunit.RemotedTestCase)
2026-07-03 08:18:56,592 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:18:56,592 - oe-selftest - INFO - 2: 8/62 89/694 (1.61s) (8 failed) (incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias)
2026-07-03 08:18:56,592 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 37, in test_incompatible_alias_spdx_license_alias
    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, please use an SPDX reference in INCOMPATIBLE_LICENSE")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:18:56,764 - oe-selftest - INFO - overlayfs.OverlayFSTests.test_not_all_units_installed_but_qa_skipped (subunit.RemotedTestCase)
2026-07-03 08:18:56,764 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:56,764 - oe-selftest - INFO - 11: 13/46 90/694 (1.63s) (16 failed) (overlayfs.OverlayFSTests.test_not_all_units_installed_but_qa_skipped)
2026-07-03 08:18:56,764 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 91, in test_not_all_units_installed_but_qa_skipped
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:56,823 - oe-selftest - INFO - fitimage.UBootFitImageTests.test_sign_standalone_uboot_fit_image (subunit.RemotedTestCase)
2026-07-03 08:18:56,823 - oe-selftest - INFO -  ... skipped 'MACHINE=qemux86-64 does not provide capability _cap_spl_dtb\n'
2026-07-03 08:18:56,823 - oe-selftest - INFO - 10: 7/50 91/694 (1.19s) (10 failed) (fitimage.UBootFitImageTests.test_sign_standalone_uboot_fit_image)
2026-07-03 08:18:56,823 - oe-selftest - INFO - MACHINE=qemux86-64 does not provide capability _cap_spl_dtb

2026-07-03 08:18:57,230 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license (subunit.RemotedTestCase)
2026-07-03 08:18:57,230 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:57,230 - oe-selftest - INFO - 3: 6/71 92/694 (1.64s) (8 failed) (incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license)
2026-07-03 08:18:57,231 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 77, in test_incompatible_spdx_license
    self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPL-3.0-only')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 72, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:18:57,643 - oe-selftest - INFO - rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_backup_files (subunit.RemotedTestCase)
2026-07-03 08:18:57,643 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:18:57,643 - oe-selftest - INFO - 12: 15/39 93/694 (1.61s) (16 failed) (rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_backup_files)
2026-07-03 08:18:57,644 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py", line 63, in test_shadowutils_backup_files
    rootfs_sysconfdir = self.sysconf_build()
                        ^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py", line 33, in sysconf_build
    vars = get_bb_vars(("IMAGE_ROOTFS", "SORT_PASSWD_POSTPROCESS_COMMAND", "sysconfdir"),
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:18:57,689 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic_wildcard (subunit.RemotedTestCase)
2026-07-03 08:18:57,689 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:57,689 - oe-selftest - INFO - 4: 9/26 94/694 (2.63s) (14 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic_wildcard)
2026-07-03 08:18:57,689 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1166, in test_recipetool_appendsrcfile_basic_wildcard
    self._test_appendsrcfile(testrecipe, 'a-file', options='-w')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1134, in _test_appendsrcfile
    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1042, in _try_recipetool_appendsrcfile
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfile -w -W /tmp/recipetoolqa9ke9z3s5 base-files /tmp/recipetoolqafabqe7vb/testfile a-file' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:57,792 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exit_loggingB (subunit.RemotedTestCase)
2026-07-03 08:18:57,792 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:57,793 - oe-selftest - INFO - 8: 10/40 95/694 (1.62s) (18 failed) (bblogging.BitBakeLogging.test_python_exit_loggingB)
2026-07-03 08:18:57,793 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 99, in test_python_exit_loggingB
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:57,942 - oe-selftest - INFO - archiver.Archiver.test_archiver_mode_mirror_excludes (subunit.RemotedTestCase)
2026-07-03 08:18:57,942 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:57,942 - oe-selftest - INFO - 1: 10/61 96/694 (1.66s) (18 failed) (archiver.Archiver.test_archiver_mode_mirror_excludes)
2026-07-03 08:18:57,942 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 254, in test_archiver_mode_mirror_excludes
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:58,170 - oe-selftest - INFO - buildoptions.SanityOptionsTest.test_options_warnqa_errorqa_switch (subunit.RemotedTestCase)
2026-07-03 08:18:58,170 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
2026-07-03 08:18:58,170 - oe-selftest - INFO - 0: 3/74 97/694 (4.29s) (4 failed) (buildoptions.SanityOptionsTest.test_options_warnqa_errorqa_switch)
2026-07-03 08:18:58,170 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 93, in test_options_warnqa_errorqa_switch
    self.assertTrue(line and line.startswith("ERROR:"), msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme

2026-07-03 08:18:58,207 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias_wildcard (subunit.RemotedTestCase)
2026-07-03 08:18:58,207 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:18:58,207 - oe-selftest - INFO - 2: 9/62 98/694 (1.62s) (10 failed) (incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias_wildcard)
2026-07-03 08:18:58,208 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 49, in test_incompatible_alias_spdx_license_alias_wildcard
    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', '*GPLv3', "*GPLv3 is an invalid license wildcard entry")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:18:58,406 - oe-selftest - INFO - overlayfs.OverlayFSTests.test_wrong_mount_unit_set (subunit.RemotedTestCase)
2026-07-03 08:18:58,406 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:58,406 - oe-selftest - INFO - 11: 14/46 99/694 (1.64s) (18 failed) (overlayfs.OverlayFSTests.test_wrong_mount_unit_set)
2026-07-03 08:18:58,406 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 134, in test_wrong_mount_unit_set
    self.assertTrue(line and line.startswith("Parsing recipes...ERROR:"), msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:58,656 - oe-selftest - INFO - bblock.BBLock.test_lock_single_recipe_single_task (subunit.RemotedTestCase)
2026-07-03 08:18:58,656 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:58,656 - oe-selftest - INFO - 7: 5/32 100/694 (3.62s) (8 failed) (bblock.BBLock.test_lock_single_recipe_single_task)
2026-07-03 08:18:58,656 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 96, in test_lock_single_recipe_single_task
    self._run_test(recipes, tasks)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 152, in _run_test
    result = self.lock_recipes(recipes, tasks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 55, in lock_recipes
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bblock quilt -t do_compile' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to get recipe info for: quilt


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:58,874 - oe-selftest - INFO - setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:18:58,874 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
2026-07-03 08:18:58,874 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa5w4yrq74/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa5w4yrq74/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:58,900 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_alias (subunit.RemotedTestCase)
2026-07-03 08:18:58,901 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,901 - oe-selftest - INFO - 3: 7/71 101/694 (1.67s) (10 failed) (incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_alias)
2026-07-03 08:18:58,901 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 89, in test_incompatible_spdx_license_alias
    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', 'GPL-3.0-only')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 72, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:18:59,247 - oe-selftest - INFO - rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_sorted_files (subunit.RemotedTestCase)
2026-07-03 08:18:59,247 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:18:59,247 - oe-selftest - INFO - 12: 16/39 102/694 (1.60s) (18 failed) (rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_sorted_files)
2026-07-03 08:18:59,247 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py", line 84, in test_shadowutils_sorted_files
    rootfs_sysconfdir = self.sysconf_build()
                        ^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py", line 33, in sysconf_build
    vars = get_bb_vars(("IMAGE_ROOTFS", "SORT_PASSWD_POSTPROCESS_COMMAND", "sysconfdir"),
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:18:59,424 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exit_loggingC (subunit.RemotedTestCase)
2026-07-03 08:18:59,425 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:59,425 - oe-selftest - INFO - 8: 11/40 103/694 (1.63s) (20 failed) (bblogging.BitBakeLogging.test_python_exit_loggingC)
2026-07-03 08:18:59,425 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 107, in test_python_exit_loggingC
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:59,577 - oe-selftest - INFO - archiver.Archiver.test_archiver_mode_mirror_gitsm (subunit.RemotedTestCase)
2026-07-03 08:18:59,577 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:59,577 - oe-selftest - INFO - 1: 11/61 104/694 (1.64s) (20 failed) (archiver.Archiver.test_archiver_mode_mirror_gitsm)
2026-07-03 08:18:59,578 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 299, in test_archiver_mode_mirror_gitsm
    bitbake('-c deploy_archives -f git-submodule-test')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives -f git-submodule-test' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:18:59,838 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_wildcard (subunit.RemotedTestCase)
2026-07-03 08:18:59,838 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:18:59,838 - oe-selftest - INFO - 2: 10/62 105/694 (1.63s) (12 failed) (incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_wildcard)
2026-07-03 08:18:59,838 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 32, in test_incompatible_alias_spdx_license_wildcard
    self.lic_test('incompatible-license', 'GPL-3.0-only', '*GPLv3', "*GPLv3 is an invalid license wildcard entry")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:18:59,918 - oe-selftest - INFO - setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:18:59,918 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:59,918 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa5w4yrq74/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa5w4yrq74/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:00,052 - oe-selftest - INFO - retain.Retain.test_retain_always (subunit.RemotedTestCase)
2026-07-03 08:19:00,053 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:00,053 - oe-selftest - INFO - 11: 15/46 106/694 (1.65s) (20 failed) (retain.Retain.test_retain_always)
2026-07-03 08:19:00,053 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/retain.py", line 33, in test_retain_always
    bitbake('-c clean %s' % test_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean quilt-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:00,268 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri (subunit.RemotedTestCase)
2026-07-03 08:19:00,268 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:00,268 - oe-selftest - INFO - 4: 10/26 107/694 (2.58s) (16 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri)
2026-07-03 08:19:00,268 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1187, in test_recipetool_appendsrcfile_existing_in_src_uri
    filepath,_  = self._get_first_file_uri(testrecipe)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1066, in _get_first_file_uri
    src_uri = get_bb_var('SRC_URI', recipe).split()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:00,403 - oe-selftest - INFO - fitimage.UBootFitImageTests.test_sign_uboot_fit_image_without_spl (subunit.RemotedTestCase)
2026-07-03 08:19:00,403 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:00,403 - oe-selftest - INFO - 10: 8/50 108/694 (3.58s) (10 failed) (fitimage.UBootFitImageTests.test_sign_uboot_fit_image_without_spl)
2026-07-03 08:19:00,403 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 2190, in test_sign_uboot_fit_image_without_spl
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1663, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), UBootFitImageTests.BOOTLOADER_RECIPE)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:00,549 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_wildcard (subunit.RemotedTestCase)
2026-07-03 08:19:00,549 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:00,549 - oe-selftest - INFO - 3: 8/71 109/694 (1.65s) (12 failed) (incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_wildcard)
2026-07-03 08:19:00,549 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 83, in test_incompatible_spdx_license_wildcard
    self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPL-3.0*')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 72, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:00,789 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_all_users_can_connect_via_ssh_without_password (subunit.RemotedTestCase)
2026-07-03 08:19:00,789 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
2026-07-03 08:19:00,789 - oe-selftest - INFO - 0: 4/74 110/694 (1.92s) (8 failed) (imagefeatures.ImageFeatures.test_all_users_can_connect_via_ssh_without_password)
2026-07-03 08:19:00,789 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 63, in test_all_users_can_connect_via_ssh_without_password
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme

2026-07-03 08:19:01,046 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_exit_loggingD (subunit.RemotedTestCase)
2026-07-03 08:19:01,046 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:01,046 - oe-selftest - INFO - 8: 12/40 111/694 (1.62s) (22 failed) (bblogging.BitBakeLogging.test_python_exit_loggingD)
2026-07-03 08:19:01,046 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 114, in test_python_exit_loggingD
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:01,196 - oe-selftest - INFO - archiver.Archiver.test_archiver_mode_mirror_gitsm_shallow (subunit.RemotedTestCase)
2026-07-03 08:19:01,196 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:01,196 - oe-selftest - INFO - 1: 12/61 112/694 (1.62s) (22 failed) (archiver.Archiver.test_archiver_mode_mirror_gitsm_shallow)
2026-07-03 08:19:01,196 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 328, in test_archiver_mode_mirror_gitsm_shallow
    bitbake('-c clean git-submodule-test')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean git-submodule-test' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:01,481 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_all_licenses_wildcard (subunit.RemotedTestCase)
2026-07-03 08:19:01,481 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:01,481 - oe-selftest - INFO - 2: 11/62 113/694 (1.64s) (14 failed) (incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_all_licenses_wildcard)
2026-07-03 08:19:01,482 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 61, in test_incompatible_all_licenses_wildcard
    self.lic_test('incompatible-licenses', 'GPL-2.0-only GPL-3.0-only LGPL-3.0-only', '*', "* is an invalid license wildcard entry")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:02,169 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_licenses (subunit.RemotedTestCase)
2026-07-03 08:19:02,169 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:02,169 - oe-selftest - INFO - 3: 9/71 114/694 (1.62s) (14 failed) (incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_licenses)
2026-07-03 08:19:02,169 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 94, in test_incompatible_spdx_licenses
    self.lic_test('incompatible-licenses', 'GPL-3.0-only LGPL-3.0-only', 'GPL-3.0-only LGPL-3.0-only')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 72, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:02,315 - oe-selftest - INFO - fetch.Fetch.test_git_mirrors (subunit.RemotedTestCase)
2026-07-03 08:19:02,316 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:02,316 - oe-selftest - INFO - 7: 6/32 115/694 (2.40s) (12 failed) (fetch.Fetch.test_git_mirrors)
2026-07-03 08:19:02,316 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fetch.py", line 34, in test_git_mirrors
    bitbake("dbus-wait -c fetch -f")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  dbus-wait -c fetch -f' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:02,349 - oe-selftest - INFO - sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_machine (subunit.RemotedTestCase)
2026-07-03 08:19:02,349 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:19:02,349 - oe-selftest - INFO - 12: 17/39 116/694 (3.10s) (20 failed) (sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_machine)
2026-07-03 08:19:02,349 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 355, in test_sstate_cache_management_script_using_machine
    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 289, in run_test_sstate_cache_management_script
    bitbake(target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:19:02,425 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_bmap (subunit.RemotedTestCase)
2026-07-03 08:19:02,425 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
2026-07-03 08:19:02,426 - oe-selftest - INFO - 0: 5/74 117/694 (1.64s) (10 failed) (imagefeatures.ImageFeatures.test_bmap)
2026-07-03 08:19:02,426 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 106, in test_bmap
    bitbake(image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme

2026-07-03 08:19:02,692 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_fatal_loggingA (subunit.RemotedTestCase)
2026-07-03 08:19:02,693 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:02,693 - oe-selftest - INFO - 8: 13/40 118/694 (1.65s) (24 failed) (bblogging.BitBakeLogging.test_python_fatal_loggingA)
2026-07-03 08:19:02,693 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 154, in test_python_fatal_loggingA
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:02,822 - oe-selftest - INFO - archiver.Archiver.test_archiver_mode_original (subunit.RemotedTestCase)
2026-07-03 08:19:02,823 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:02,823 - oe-selftest - INFO - 1: 13/61 119/694 (1.63s) (24 failed) (archiver.Archiver.test_archiver_mode_original)
2026-07-03 08:19:02,823 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 189, in test_archiver_mode_original
    self._test_archiver_mode('original', 'ed-1.21.1.tar.lz')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:02,898 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri_diff_params (subunit.RemotedTestCase)
2026-07-03 08:19:02,899 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:02,899 - oe-selftest - INFO - 4: 11/26 120/694 (2.63s) (18 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri_diff_params)
2026-07-03 08:19:02,899 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1194, in test_recipetool_appendsrcfile_existing_in_src_uri_diff_params
    filepath, srcuri_entry = self._get_first_file_uri(testrecipe)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1066, in _get_first_file_uri
    src_uri = get_bb_var('SRC_URI', recipe).split()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:02,908 - oe-selftest - INFO - oelib.buildhistory.TestBlobParsing.test_blob_to_dict (subunit.RemotedTestCase)
2026-07-03 08:19:02,908 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:02,908 - oe-selftest - INFO - 3: 10/71 121/694 (0.74s) (16 failed) (oelib.buildhistory.TestBlobParsing.test_blob_to_dict)
2026-07-03 08:19:03,043 - oe-selftest - INFO - fitimage.UBootFitImageTests.test_sign_uboot_kernel_individual (subunit.RemotedTestCase)
2026-07-03 08:19:03,043 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:03,043 - oe-selftest - INFO - 10: 9/50 122/694 (2.64s) (12 failed) (fitimage.UBootFitImageTests.test_sign_uboot_kernel_individual)
2026-07-03 08:19:03,043 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 2147, in test_sign_uboot_kernel_individual
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1663, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), UBootFitImageTests.BOOTLOADER_RECIPE)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:03,117 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_license_alias_wildcard (subunit.RemotedTestCase)
2026-07-03 08:19:03,118 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:03,118 - oe-selftest - INFO - 2: 12/62 123/694 (1.64s) (16 failed) (incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_license_alias_wildcard)
2026-07-03 08:19:03,118 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 43, in test_incompatible_spdx_license_alias_wildcard
    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', '*GPL-3.0', "*GPL-3.0 is an invalid license wildcard entry")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:03,166 - oe-selftest - INFO - retain.Retain.test_retain_failure (subunit.RemotedTestCase)
2026-07-03 08:19:03,167 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:03,167 - oe-selftest - INFO - 11: 16/46 124/694 (3.11s) (22 failed) (retain.Retain.test_retain_failure)
2026-07-03 08:19:03,167 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/retain.py", line 83, in test_retain_failure
    bitbake('-c clean %s' % test_recipe_fail)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean error' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:03,468 - oe-selftest - INFO - oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs (subunit.RemotedTestCase)
2026-07-03 08:19:03,469 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:03,469 - oe-selftest - INFO - 3: 11/71 125/694 (0.56s) (16 failed) (oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs)
2026-07-03 08:19:03,698 - oe-selftest - INFO - fitimage.UBootFitImageTests.test_uboot_atf_tee_fit_image (subunit.RemotedTestCase)
2026-07-03 08:19:03,698 - oe-selftest - INFO -  ... skipped 'MACHINE=qemux86-64 does not provide capability _cap_atf_tee\n'
2026-07-03 08:19:03,698 - oe-selftest - INFO - 10: 10/50 126/694 (0.66s) (14 failed) (fitimage.UBootFitImageTests.test_uboot_atf_tee_fit_image)
2026-07-03 08:19:03,698 - oe-selftest - INFO - MACHINE=qemux86-64 does not provide capability _cap_atf_tee

2026-07-03 08:19:04,034 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_empty_image (subunit.RemotedTestCase)
2026-07-03 08:19:04,034 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
2026-07-03 08:19:04,034 - oe-selftest - INFO - 0: 6/74 127/694 (1.61s) (12 failed) (imagefeatures.ImageFeatures.test_empty_image)
2026-07-03 08:19:04,034 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 306, in test_empty_image
    bitbake(image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  test-empty-image' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme

2026-07-03 08:19:04,278 - oe-selftest - INFO - oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs_default (subunit.RemotedTestCase)
2026-07-03 08:19:04,278 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:04,278 - oe-selftest - INFO - 3: 12/71 128/694 (0.81s) (16 failed) (oelib.buildhistory.TestBlobParsing.test_compare_dict_blobs_default)
2026-07-03 08:19:04,318 - oe-selftest - INFO - oelib.utils.TestMultiprocessLaunch.test_multiprocesslaunch (subunit.RemotedTestCase)
2026-07-03 08:19:04,318 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:04,318 - oe-selftest - INFO - 3: 13/71 129/694 (0.04s) (16 failed) (oelib.utils.TestMultiprocessLaunch.test_multiprocesslaunch)
2026-07-03 08:19:04,332 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_fatal_loggingB (subunit.RemotedTestCase)
2026-07-03 08:19:04,332 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:04,332 - oe-selftest - INFO - 8: 14/40 130/694 (1.64s) (26 failed) (bblogging.BitBakeLogging.test_python_fatal_loggingB)
2026-07-03 08:19:04,333 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 162, in test_python_fatal_loggingB
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:04,422 - oe-selftest - INFO - archiver.Archiver.test_archiver_mode_patched (subunit.RemotedTestCase)
2026-07-03 08:19:04,422 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:04,422 - oe-selftest - INFO - 1: 14/61 131/694 (1.60s) (26 failed) (archiver.Archiver.test_archiver_mode_patched)
2026-07-03 08:19:04,422 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 196, in test_archiver_mode_patched
    self._test_archiver_mode('patched', 'selftest-ed-native-1.21.1-r0-patched.tar.xz')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:04,730 - oe-selftest - INFO - incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_licenses_wildcard (subunit.RemotedTestCase)
2026-07-03 08:19:04,731 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:04,731 - oe-selftest - INFO - 2: 13/62 132/694 (1.61s) (18 failed) (incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_licenses_wildcard)
2026-07-03 08:19:04,731 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 55, in test_incompatible_spdx_licenses_wildcard
    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")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:04,785 - oe-selftest - INFO - retain.Retain.test_retain_global (subunit.RemotedTestCase)
2026-07-03 08:19:04,785 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:04,785 - oe-selftest - INFO - 11: 17/46 133/694 (1.62s) (24 failed) (retain.Retain.test_retain_global)
2026-07-03 08:19:04,785 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/retain.py", line 135, in test_retain_global
    bitbake('-c clean %s' % test_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean quilt-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:05,495 - oe-selftest - INFO - sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_1 (subunit.RemotedTestCase)
2026-07-03 08:19:05,495 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:19:05,495 - oe-selftest - INFO - 12: 18/39 134/694 (3.15s) (22 failed) (sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_1)
2026-07-03 08:19:05,495 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 326, in test_sstate_cache_management_script_using_pr_1
    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 289, in run_test_sstate_cache_management_script
    bitbake(target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:19:05,539 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_machine (subunit.RemotedTestCase)
2026-07-03 08:19:05,539 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:05,539 - oe-selftest - INFO - 4: 12/26 135/694 (2.64s) (20 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_machine)
2026-07-03 08:19:05,539 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1201, in test_recipetool_appendsrcfile_machine
    self._test_appendsrcfile('base-files', 'a-file', machine='mymachine')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1134, in _test_appendsrcfile
    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1042, in _try_recipetool_appendsrcfile
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfile  -W -m mymachine /tmp/recipetoolqa9ke9z3s5 base-files /tmp/recipetoolqa3jyc0f22/testfile a-file' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:05,662 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_hypervisor_fmts (subunit.RemotedTestCase)
2026-07-03 08:19:05,662 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
2026-07-03 08:19:05,662 - oe-selftest - INFO - 0: 7/74 136/694 (1.63s) (14 failed) (imagefeatures.ImageFeatures.test_hypervisor_fmts)
2026-07-03 08:19:05,663 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 142, in test_hypervisor_fmts
    bitbake(image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme

2026-07-03 08:19:05,960 - oe-selftest - INFO - kerneldevelopment.KernelDev.test_apply_patches (subunit.RemotedTestCase)
2026-07-03 08:19:05,960 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:05,960 - oe-selftest - INFO - 7: 7/32 137/694 (2.40s) (14 failed) (kerneldevelopment.KernelDev.test_apply_patches)
2026-07-03 08:19:05,960 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/kerneldevelopment.py", line 45, in test_apply_patches
    runCmd('bitbake virtual/kernel -c patch')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake virtual/kernel -c patch' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:05,974 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_fatal_loggingC (subunit.RemotedTestCase)
2026-07-03 08:19:05,975 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:05,975 - oe-selftest - INFO - 8: 15/40 138/694 (1.64s) (28 failed) (bblogging.BitBakeLogging.test_python_fatal_loggingC)
2026-07-03 08:19:05,975 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 171, in test_python_fatal_loggingC
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:06,050 - oe-selftest - INFO - archiver.Archiver.test_archiver_mode_recipe (subunit.RemotedTestCase)
2026-07-03 08:19:06,050 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:06,050 - oe-selftest - INFO - 1: 15/61 139/694 (1.63s) (28 failed) (archiver.Archiver.test_archiver_mode_recipe)
2026-07-03 08:19:06,050 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 210, in test_archiver_mode_recipe
    self._test_archiver_mode('patched', 'selftest-ed-native-1.21.1-r0-recipe.tar.xz',
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:06,344 - oe-selftest - INFO - newlib.NewlibTest.test_newlib (subunit.RemotedTestCase)
2026-07-03 08:19:06,345 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:06,345 - oe-selftest - INFO - 2: 14/62 140/694 (1.61s) (20 failed) (newlib.NewlibTest.test_newlib)
2026-07-03 08:19:06,345 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/newlib.py", line 13, in test_newlib
    bitbake("newlib libgloss")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  newlib libgloss' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:06,345 - oe-selftest - INFO - oelib.utils.TestDefaultFeatures.test_filter_default_features (subunit.RemotedTestCase)
2026-07-03 08:19:06,345 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:06,345 - oe-selftest - INFO - 2: 15/62 141/694 (0.00s) (22 failed) (oelib.utils.TestDefaultFeatures.test_filter_default_features)
2026-07-03 08:19:06,605 - oe-selftest - INFO - oelib.license.TestIsIncluded.test_tests (subunit.RemotedTestCase)
2026-07-03 08:19:06,605 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:06,605 - oe-selftest - INFO - 7: 8/32 142/694 (0.00s) (16 failed) (oelib.license.TestIsIncluded.test_tests)
2026-07-03 08:19:06,654 - oe-selftest - INFO - fitimage.UBootFitImageTests.test_uboot_fit_image (subunit.RemotedTestCase)
2026-07-03 08:19:06,654 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:06,654 - oe-selftest - INFO - 10: 11/50 143/694 (2.96s) (14 failed) (fitimage.UBootFitImageTests.test_uboot_fit_image)
2026-07-03 08:19:06,654 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1941, in test_uboot_fit_image
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1663, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), UBootFitImageTests.BOOTLOADER_RECIPE)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:07,267 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_image_fstypes (subunit.RemotedTestCase)
2026-07-03 08:19:07,267 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:07,267 - oe-selftest - INFO - 0: 8/74 144/694 (1.60s) (16 failed) (imagefeatures.ImageFeatures.test_image_fstypes)
2026-07-03 08:19:07,267 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 201, in test_image_fstypes
    all_image_types = set(get_bb_var("IMAGE_TYPES", image).split())
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:07,316 - oe-selftest - INFO - liboe.CopyTreeTests.test_copy_hardlink_tree_count (subunit.RemotedTestCase)
2026-07-03 08:19:07,316 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:07,316 - oe-selftest - INFO - 10: 12/50 145/694 (0.02s) (16 failed) (liboe.CopyTreeTests.test_copy_hardlink_tree_count)
2026-07-03 08:19:07,323 - oe-selftest - INFO - liboe.CopyTreeTests.test_copy_tree_special (subunit.RemotedTestCase)
2026-07-03 08:19:07,323 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:07,323 - oe-selftest - INFO - 10: 13/50 146/694 (0.01s) (16 failed) (liboe.CopyTreeTests.test_copy_tree_special)
2026-07-03 08:19:07,571 - oe-selftest - INFO - bblogging.BitBakeLogging.test_python_fatal_loggingD (subunit.RemotedTestCase)
2026-07-03 08:19:07,571 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:07,571 - oe-selftest - INFO - 8: 16/40 147/694 (1.60s) (30 failed) (bblogging.BitBakeLogging.test_python_fatal_loggingD)
2026-07-03 08:19:07,571 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 179, in test_python_fatal_loggingD
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:07,923 - oe-selftest - INFO - retain.Retain.test_retain_misc (subunit.RemotedTestCase)
2026-07-03 08:19:07,924 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:07,924 - oe-selftest - INFO - 11: 18/46 148/694 (3.14s) (26 failed) (retain.Retain.test_retain_misc)
2026-07-03 08:19:07,924 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/retain.py", line 197, in test_retain_misc
    bitbake('-c clean %s' % test_recipe_fail)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean error' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:08,162 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_replace_file_srcdir (subunit.RemotedTestCase)
2026-07-03 08:19:08,163 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:08,163 - oe-selftest - INFO - 4: 13/26 149/694 (2.62s) (22 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_replace_file_srcdir)
2026-07-03 08:19:08,163 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1231, in test_recipetool_appendsrcfile_replace_file_srcdir
    bb_vars = get_bb_vars(['S', 'UNPACKDIR'], testrecipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e bash' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:08,651 - oe-selftest - INFO - sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_2 (subunit.RemotedTestCase)
2026-07-03 08:19:08,652 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:19:08,652 - oe-selftest - INFO - 12: 19/39 150/694 (3.16s) (24 failed) (sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_2)
2026-07-03 08:19:08,652 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 335, in test_sstate_cache_management_script_using_pr_2
    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 289, in run_test_sstate_cache_management_script
    bitbake(target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:19:08,685 - oe-selftest - INFO - archiver.Archiver.test_archiver_multiconfig_shared_unpack_and_patch (subunit.RemotedTestCase)
2026-07-03 08:19:08,685 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:08,685 - oe-selftest - INFO - 1: 16/61 151/694 (2.64s) (30 failed) (archiver.Archiver.test_archiver_multiconfig_shared_unpack_and_patch)
2026-07-03 08:19:08,685 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 138, in test_archiver_multiconfig_shared_unpack_and_patch
    pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV']
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e gcc' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:08,969 - oe-selftest - INFO - pseudo.Pseudo.test_pseudo_pyc_creation (subunit.RemotedTestCase)
2026-07-03 08:19:08,970 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:08,970 - oe-selftest - INFO - 2: 16/62 152/694 (2.62s) (22 failed) (pseudo.Pseudo.test_pseudo_pyc_creation)
2026-07-03 08:19:08,970 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/pseudo.py", line 23, in test_pseudo_pyc_creation
    bitbake('pseudo-pyc-test -c install')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  pseudo-pyc-test -c install' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:09,193 - oe-selftest - INFO - bblogging.BitBakeLogging.test_shell_loggingA (subunit.RemotedTestCase)
2026-07-03 08:19:09,193 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:09,193 - oe-selftest - INFO - 8: 17/40 153/694 (1.62s) (32 failed) (bblogging.BitBakeLogging.test_shell_loggingA)
2026-07-03 08:19:09,194 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 20, in test_shell_loggingA
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:09,221 - oe-selftest - INFO - setUpClass (recipetool.RecipetoolAppendTests) [ (subunit.RemotedTestCase)
2026-07-03 08:19:09,221 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:09,221 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 93, in setUpClass
    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:09,321 - oe-selftest - INFO - liboe.CopyTreeTests.test_copy_tree_xattr (subunit.RemotedTestCase)
2026-07-03 08:19:09,321 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:09,321 - oe-selftest - INFO - 10: 14/50 154/694 (2.00s) (16 failed) (liboe.CopyTreeTests.test_copy_tree_xattr)
2026-07-03 08:19:09,321 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/liboe.py", line 60, in test_copy_tree_xattr
    bitbake("attr-native")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  attr-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:09,328 - oe-selftest - INFO - oelib.package.TestCopyDebugSources.test_copydebugsources_copies_files_and_dereferences_links (subunit.RemotedTestCase)
2026-07-03 08:19:09,329 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:09,329 - oe-selftest - INFO - 10: 15/50 155/694 (0.01s) (18 failed) (oelib.package.TestCopyDebugSources.test_copydebugsources_copies_files_and_dereferences_links)
2026-07-03 08:19:09,331 - oe-selftest - INFO - oelib.package.TestCopyDebugSources.test_copydebugsources_ignores_copy_failure (subunit.RemotedTestCase)
2026-07-03 08:19:09,331 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:09,331 - oe-selftest - INFO - 10: 16/50 156/694 (0.00s) (18 failed) (oelib.package.TestCopyDebugSources.test_copydebugsources_ignores_copy_failure)
2026-07-03 08:19:09,334 - oe-selftest - INFO - oelib.package.TestCopyDebugSources.test_copydebugsources_ignores_empty_externalsrc_relocation (subunit.RemotedTestCase)
2026-07-03 08:19:09,334 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:09,334 - oe-selftest - INFO - 10: 17/50 157/694 (0.00s) (18 failed) (oelib.package.TestCopyDebugSources.test_copydebugsources_ignores_empty_externalsrc_relocation)
2026-07-03 08:19:09,339 - oe-selftest - INFO - oelib.package.TestCopyDebugSources.test_copydebugsources_moves_externalsrc_relocation (subunit.RemotedTestCase)
2026-07-03 08:19:09,339 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:09,339 - oe-selftest - INFO - 10: 18/50 158/694 (0.01s) (18 failed) (oelib.package.TestCopyDebugSources.test_copydebugsources_moves_externalsrc_relocation)
2026-07-03 08:19:09,372 - oe-selftest - INFO - bblayers.BitbakeConfigBuild.test_enable_disable_fragments (subunit.RemotedTestCase)
2026-07-03 08:19:09,372 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:09,372 - oe-selftest - INFO - 5: 2/51 159/694 (17.71s) (0 failed) (bblayers.BitbakeConfigBuild.test_enable_disable_fragments)
2026-07-03 08:19:09,521 - oe-selftest - INFO - spdx.SPDX30Check.test_baremetal_helloworld (subunit.RemotedTestCase)
2026-07-03 08:19:09,521 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:09,521 - oe-selftest - INFO - 11: 19/46 160/694 (1.60s) (28 failed) (spdx.SPDX30Check.test_baremetal_helloworld)
2026-07-03 08:19:09,522 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 146, in test_baremetal_helloworld
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  baremetal-helloworld' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:09,579 - oe-selftest - INFO - oescripts.OEListPackageconfigTests.test_packageconfig_flags_default (subunit.RemotedTestCase)
2026-07-03 08:19:09,579 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:09,579 - oe-selftest - INFO - 7: 9/32 161/694 (2.41s) (16 failed) (oescripts.OEListPackageconfigTests.test_packageconfig_flags_default)
2026-07-03 08:19:09,579 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 137, in test_packageconfig_flags_default
    results = runCmd('%s/contrib/list-packageconfig-flags.py' % self.scripts_dir)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 167, in <module>
    main()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 152, in main
    bbhandler.prepare()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:09,756 - oe-selftest - INFO - oescripts.OEListPackageconfigTests.test_packageconfig_flags_help (subunit.RemotedTestCase)
2026-07-03 08:19:09,756 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:09,756 - oe-selftest - INFO - 7: 10/32 162/694 (0.18s) (18 failed) (oescripts.OEListPackageconfigTests.test_packageconfig_flags_help)
2026-07-03 08:19:09,874 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_srcdir_basic (subunit.RemotedTestCase)
2026-07-03 08:19:09,874 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:09,874 - oe-selftest - INFO - 4: 14/26 163/694 (1.71s) (24 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_srcdir_basic)
2026-07-03 08:19:09,874 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1179, in test_recipetool_appendsrcfile_srcdir_basic
    bb_vars = get_bb_vars(['S', 'UNPACKDIR'], testrecipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e bash' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:09,879 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_image_gen_debugfs (subunit.RemotedTestCase)
2026-07-03 08:19:09,879 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:09,879 - oe-selftest - INFO - 0: 9/74 164/694 (2.61s) (18 failed) (imagefeatures.ImageFeatures.test_image_gen_debugfs)
2026-07-03 08:19:09,879 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 286, in test_image_gen_debugfs
    bitbake(image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:10,327 - oe-selftest - INFO - archiver.Archiver.test_archiver_srpm_mode (subunit.RemotedTestCase)
2026-07-03 08:19:10,327 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:10,327 - oe-selftest - INFO - 1: 17/61 165/694 (1.64s) (32 failed) (archiver.Archiver.test_archiver_srpm_mode)
2026-07-03 08:19:10,327 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 163, in test_archiver_srpm_mode
    bitbake('-n selftest-nopackages selftest-ed')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -n selftest-nopackages selftest-ed' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:10,840 - oe-selftest - INFO - bblogging.BitBakeLogging.test_shell_loggingB (subunit.RemotedTestCase)
2026-07-03 08:19:10,841 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:10,841 - oe-selftest - INFO - 8: 18/40 166/694 (1.65s) (34 failed) (bblogging.BitBakeLogging.test_shell_loggingB)
2026-07-03 08:19:10,841 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 28, in test_shell_loggingB
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:10,948 - oe-selftest - INFO - overlayfs.OverlayFSEtcRunTimeTests.test_all_required_variables_set (subunit.RemotedTestCase)
2026-07-03 08:19:10,948 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:10,948 - oe-selftest - INFO - 10: 19/50 167/694 (1.61s) (18 failed) (overlayfs.OverlayFSEtcRunTimeTests.test_all_required_variables_set)
2026-07-03 08:19:10,948 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 301, in test_all_required_variables_set
    self.assertTrue(line, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:11,148 - oe-selftest - INFO - spdx.SPDX30Check.test_base_files (subunit.RemotedTestCase)
2026-07-03 08:19:11,149 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:11,149 - oe-selftest - INFO - 11: 20/46 168/694 (1.63s) (30 failed) (spdx.SPDX30Check.test_base_files)
2026-07-03 08:19:11,149 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 83, in test_base_files
    self.check_recipe_spdx(
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 41, in check_recipe_spdx
    bitbake(f"-c {task} {target_name}")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c create_recipe_spdx base-files' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:11,361 - oe-selftest - INFO - bblayers.BitbakeConfigBuild.test_show_fragment (subunit.RemotedTestCase)
2026-07-03 08:19:11,362 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:11,362 - oe-selftest - INFO - 5: 3/51 169/694 (1.99s) (0 failed) (bblayers.BitbakeConfigBuild.test_show_fragment)
2026-07-03 08:19:11,374 - oe-selftest - INFO - cve_check.CVECheck.test_convert_cve_version (subunit.RemotedTestCase)
2026-07-03 08:19:11,374 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:11,374 - oe-selftest - INFO - 5: 4/51 170/694 (0.01s) (0 failed) (cve_check.CVECheck.test_convert_cve_version)
2026-07-03 08:19:11,384 - oe-selftest - INFO - cve_check.CVECheck.test_parse_cve_from_patch_contents (subunit.RemotedTestCase)
2026-07-03 08:19:11,385 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:11,385 - oe-selftest - INFO - 5: 5/51 171/694 (0.01s) (0 failed) (cve_check.CVECheck.test_parse_cve_from_patch_contents)
2026-07-03 08:19:11,394 - oe-selftest - INFO - cve_check.CVECheck.test_parse_cve_from_patch_filename (subunit.RemotedTestCase)
2026-07-03 08:19:11,395 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:11,395 - oe-selftest - INFO - 5: 6/51 172/694 (0.01s) (0 failed) (cve_check.CVECheck.test_parse_cve_from_patch_filename)
2026-07-03 08:19:11,400 - oe-selftest - INFO - runtime_test.SystemTap.test_crosstap_helloworld (subunit.RemotedTestCase)
2026-07-03 08:19:11,401 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:11,401 - oe-selftest - INFO - 3: 14/71 173/694 (2.18s) (18 failed) (runtime_test.SystemTap.test_crosstap_helloworld)
2026-07-03 08:19:11,401 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 450, in test_crosstap_helloworld
    bitbake('systemtap-native')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:11,404 - oe-selftest - INFO - cve_check.CVECheck.test_product_match (subunit.RemotedTestCase)
2026-07-03 08:19:11,404 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:11,405 - oe-selftest - INFO - 5: 7/51 174/694 (0.01s) (0 failed) (cve_check.CVECheck.test_product_match)
2026-07-03 08:19:11,414 - oe-selftest - INFO - cve_check.CVECheck.test_version_compare (subunit.RemotedTestCase)
2026-07-03 08:19:11,414 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:11,414 - oe-selftest - INFO - 5: 8/51 175/694 (0.01s) (0 failed) (cve_check.CVECheck.test_version_compare)
2026-07-03 08:19:11,464 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_long_chain_conversion (subunit.RemotedTestCase)
2026-07-03 08:19:11,464 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:11,464 - oe-selftest - INFO - 0: 10/74 176/694 (1.58s) (20 failed) (imagefeatures.ImageFeatures.test_long_chain_conversion)
2026-07-03 08:19:11,464 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 179, in test_long_chain_conversion
    bitbake(image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:11,536 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic (subunit.RemotedTestCase)
2026-07-03 08:19:11,536 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:11,536 - oe-selftest - INFO - 4: 15/26 177/694 (1.66s) (26 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic)
2026-07-03 08:19:11,537 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1172, in test_recipetool_appendsrcfile_subdir_basic
    self._test_appendsrcfile('base-files', 'a-file', 'tmp')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1134, in _test_appendsrcfile
    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1042, in _try_recipetool_appendsrcfile
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfile  -W /tmp/recipetoolqa9ke9z3s5 base-files /tmp/recipetoolqarj1b66tn/testfile tmp/a-file' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:11,820 - oe-selftest - INFO - sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_3 (subunit.RemotedTestCase)
2026-07-03 08:19:11,820 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
2026-07-03 08:19:11,820 - oe-selftest - INFO - 12: 20/39 178/694 (3.17s) (26 failed) (sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_3)
2026-07-03 08:19:11,820 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 346, in test_sstate_cache_management_script_using_pr_3
    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 289, in run_test_sstate_cache_management_script
    bitbake(target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:19:11,820 - oe-selftest - INFO - uboot.UBootTest.test_boot_uboot (subunit.RemotedTestCase)
2026-07-03 08:19:11,820 - oe-selftest - INFO -  ... skipped 'Test skipped on x86_64\n'
2026-07-03 08:19:11,820 - oe-selftest - INFO - 12: 21/39 179/694 (0.00s) (28 failed) (uboot.UBootTest.test_boot_uboot)
2026-07-03 08:19:11,820 - oe-selftest - INFO - Test skipped on x86_64

2026-07-03 08:19:11,820 - oe-selftest - INFO - uboot.UBootTest.test_boot_uboot_kvm_to_full_target (subunit.RemotedTestCase)
2026-07-03 08:19:11,820 - oe-selftest - INFO -  ... skipped 'Test skipped on x86_64\n'
2026-07-03 08:19:11,820 - oe-selftest - INFO - 12: 22/39 180/694 (0.00s) (28 failed) (uboot.UBootTest.test_boot_uboot_kvm_to_full_target)
2026-07-03 08:19:11,820 - oe-selftest - INFO - Test skipped on x86_64

2026-07-03 08:19:11,933 - oe-selftest - INFO - buildoptions.ToolchainOptions.test_toolchain_fortran (subunit.RemotedTestCase)
2026-07-03 08:19:11,933 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:11,933 - oe-selftest - INFO - 1: 18/61 181/694 (1.61s) (34 failed) (buildoptions.ToolchainOptions.test_toolchain_fortran)
2026-07-03 08:19:11,933 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 168, in test_toolchain_fortran
    bitbake('fortran-helloworld')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  fortran-helloworld' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:12,214 - oe-selftest - INFO - oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_all (subunit.RemotedTestCase)
2026-07-03 08:19:12,214 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:12,214 - oe-selftest - INFO - 7: 11/32 182/694 (2.46s) (18 failed) (oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_all)
2026-07-03 08:19:12,214 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 156, in test_packageconfig_flags_option_all
    results = runCmd('%s/contrib/list-packageconfig-flags.py -a' % self.scripts_dir)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py -a' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 167, in <module>
    main()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 152, in main
    bbhandler.prepare()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:12,422 - oe-selftest - INFO - bblogging.BitBakeLogging.test_shell_loggingC (subunit.RemotedTestCase)
2026-07-03 08:19:12,422 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:12,422 - oe-selftest - INFO - 8: 19/40 183/694 (1.58s) (36 failed) (bblogging.BitBakeLogging.test_shell_loggingC)
2026-07-03 08:19:12,422 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 36, in test_shell_loggingC
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:12,552 - oe-selftest - INFO - overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_conflict (subunit.RemotedTestCase)
2026-07-03 08:19:12,552 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:12,552 - oe-selftest - INFO - 10: 20/50 184/694 (1.60s) (20 failed) (overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_conflict)
2026-07-03 08:19:12,552 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 334, in test_image_feature_conflict
    self.assertTrue("overlayfs-etc" in res.output, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:12,594 - oe-selftest - INFO - setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:19:12,594 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:12,594 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa5w4yrq74/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa5w4yrq74/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:12,758 - oe-selftest - INFO - spdx.SPDX30Check.test_core_image_minimal (subunit.RemotedTestCase)
2026-07-03 08:19:12,758 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:12,758 - oe-selftest - INFO - 11: 21/46 185/694 (1.61s) (32 failed) (spdx.SPDX30Check.test_core_image_minimal)
2026-07-03 08:19:12,758 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 127, in test_core_image_minimal
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:13,004 - oe-selftest - INFO - runtime_test.RustKernel.test_kernel_rust_sample (subunit.RemotedTestCase)
2026-07-03 08:19:13,005 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:13,005 - oe-selftest - INFO - 2: 17/62 186/694 (4.03s) (24 failed) (runtime_test.RustKernel.test_kernel_rust_sample)
2026-07-03 08:19:13,005 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 511, in test_kernel_rust_sample
    bitbake(self.image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:13,019 - oe-selftest - INFO - runtime_test.SystemTap.test_crosstap_pstree (subunit.RemotedTestCase)
2026-07-03 08:19:13,019 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:13,019 - oe-selftest - INFO - 3: 15/71 187/694 (1.62s) (20 failed) (runtime_test.SystemTap.test_crosstap_pstree)
2026-07-03 08:19:13,019 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 462, in test_crosstap_pstree
    bitbake('systemtap-native')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:13,111 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_mandb (subunit.RemotedTestCase)
2026-07-03 08:19:13,111 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:13,111 - oe-selftest - INFO - 0: 11/74 188/694 (1.65s) (22 failed) (imagefeatures.ImageFeatures.test_mandb)
2026-07-03 08:19:13,111 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 323, in test_mandb
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:14,099 - oe-selftest - INFO - bblogging.BitBakeLogging.test_shell_loggingD (subunit.RemotedTestCase)
2026-07-03 08:19:14,099 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:14,099 - oe-selftest - INFO - 8: 20/40 189/694 (1.68s) (38 failed) (bblogging.BitBakeLogging.test_shell_loggingD)
2026-07-03 08:19:14,100 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 45, in test_shell_loggingD
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:14,138 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic_dirdest (subunit.RemotedTestCase)
2026-07-03 08:19:14,139 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:14,139 - oe-selftest - INFO - 4: 16/26 190/694 (2.60s) (28 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic_dirdest)
2026-07-03 08:19:14,139 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1175, in test_recipetool_appendsrcfile_subdir_basic_dirdest
    self._test_appendsrcfile('base-files', destdir='tmp')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1134, in _test_appendsrcfile
    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1042, in _try_recipetool_appendsrcfile
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfile  -W /tmp/recipetoolqa9ke9z3s5 base-files /tmp/recipetoolqa8f5vcbi9/testfile tmp/' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:14,168 - oe-selftest - INFO - externalsrc.ExternalSrc.test_externalsrc_srctree_hash_files (subunit.RemotedTestCase)
2026-07-03 08:19:14,168 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:14,168 - oe-selftest - INFO - 5: 9/51 191/694 (2.75s) (0 failed) (externalsrc.ExternalSrc.test_externalsrc_srctree_hash_files)
2026-07-03 08:19:14,169 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/externalsrc.py", line 34, in test_externalsrc_srctree_hash_files
    self.assertEqual(get_bb_var("S", test_recipe), externalsrc_dir, msg = "S does not equal to EXTERNALSRC")
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: None != '/tmp/externalsrcui9t6bw2' : S does not equal to EXTERNALSRC


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:14,181 - oe-selftest - INFO - overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_is_missing (subunit.RemotedTestCase)
2026-07-03 08:19:14,181 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:14,182 - oe-selftest - INFO - 10: 21/50 192/694 (1.63s) (22 failed) (overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_is_missing)
2026-07-03 08:19:14,182 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 365, in test_image_feature_is_missing
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:14,366 - oe-selftest - INFO - spdx.SPDX30Check.test_core_image_minimal_sdk (subunit.RemotedTestCase)
2026-07-03 08:19:14,366 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:14,366 - oe-selftest - INFO - 11: 22/46 193/694 (1.61s) (34 failed) (spdx.SPDX30Check.test_core_image_minimal_sdk)
2026-07-03 08:19:14,366 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 136, in test_core_image_minimal_sdk
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 41, in check_recipe_spdx
    bitbake(f"-c {task} {target_name}")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c populate_sdk core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:14,585 - oe-selftest - INFO - incompatible_lic.IncompatibleLicensePerImageTests.test_bash_and_license (subunit.RemotedTestCase)
2026-07-03 08:19:14,585 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:14,585 - oe-selftest - INFO - 1: 19/61 194/694 (1.99s) (38 failed) (incompatible_lic.IncompatibleLicensePerImageTests.test_bash_and_license)
2026-07-03 08:19:14,585 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 124, in test_bash_and_license
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:14,646 - oe-selftest - INFO - runtime_test.SystemTap.test_crosstap_syscalls_by_pid (subunit.RemotedTestCase)
2026-07-03 08:19:14,646 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:14,646 - oe-selftest - INFO - 3: 16/71 195/694 (1.63s) (22 failed) (runtime_test.SystemTap.test_crosstap_syscalls_by_pid)
2026-07-03 08:19:14,646 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 486, in test_crosstap_syscalls_by_pid
    bitbake('systemtap-native')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:14,698 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_no_busybox_base_utils (subunit.RemotedTestCase)
2026-07-03 08:19:14,699 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:14,699 - oe-selftest - INFO - 0: 12/74 196/694 (1.59s) (24 failed) (imagefeatures.ImageFeatures.test_no_busybox_base_utils)
2026-07-03 08:19:14,699 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 266, in test_no_busybox_base_utils
    bitbake("--graphviz core-image-weston")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  --graphviz core-image-weston' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:14,779 - oe-selftest - INFO - setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:19:14,780 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:14,780 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa5w4yrq74/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa5w4yrq74/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:14,784 - oe-selftest - INFO - fitimage.FitImagePyTests.test_fitimage_py_conf_extra_mappings_unused_error (subunit.RemotedTestCase)
2026-07-03 08:19:14,784 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:14,784 - oe-selftest - INFO - 8: 21/40 197/694 (0.00s) (42 failed) (fitimage.FitImagePyTests.test_fitimage_py_conf_extra_mappings_unused_error)
2026-07-03 08:19:14,789 - oe-selftest - INFO - fitimage.FitImagePyTests.test_fitimage_py_conf_loadables (subunit.RemotedTestCase)
2026-07-03 08:19:14,789 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:14,789 - oe-selftest - INFO - 8: 22/40 198/694 (0.00s) (42 failed) (fitimage.FitImagePyTests.test_fitimage_py_conf_loadables)
2026-07-03 08:19:14,793 - oe-selftest - INFO - fitimage.FitImagePyTests.test_fitimage_py_conf_mappings (subunit.RemotedTestCase)
2026-07-03 08:19:14,793 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:14,793 - oe-selftest - INFO - 8: 23/40 199/694 (0.00s) (42 failed) (fitimage.FitImagePyTests.test_fitimage_py_conf_mappings)
2026-07-03 08:19:14,797 - oe-selftest - INFO - fitimage.FitImagePyTests.test_fitimage_py_conf_mappings_unused_error (subunit.RemotedTestCase)
2026-07-03 08:19:14,797 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:14,797 - oe-selftest - INFO - 8: 24/40 200/694 (0.00s) (42 failed) (fitimage.FitImagePyTests.test_fitimage_py_conf_mappings_unused_error)
2026-07-03 08:19:14,802 - oe-selftest - INFO - fitimage.FitImagePyTests.test_fitimage_py_conf_mappings_with_alias (subunit.RemotedTestCase)
2026-07-03 08:19:14,802 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:14,802 - oe-selftest - INFO - 8: 25/40 201/694 (0.00s) (42 failed) (fitimage.FitImagePyTests.test_fitimage_py_conf_mappings_with_alias)
2026-07-03 08:19:14,806 - oe-selftest - INFO - fitimage.FitImagePyTests.test_fitimage_py_default (subunit.RemotedTestCase)
2026-07-03 08:19:14,806 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:14,806 - oe-selftest - INFO - 8: 26/40 202/694 (0.00s) (42 failed) (fitimage.FitImagePyTests.test_fitimage_py_default)
2026-07-03 08:19:14,811 - oe-selftest - INFO - fitimage.FitImagePyTests.test_fitimage_py_default_dtb (subunit.RemotedTestCase)
2026-07-03 08:19:14,811 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:14,811 - oe-selftest - INFO - 8: 27/40 203/694 (0.00s) (42 failed) (fitimage.FitImagePyTests.test_fitimage_py_default_dtb)
2026-07-03 08:19:14,859 - oe-selftest - INFO - oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_flags (subunit.RemotedTestCase)
2026-07-03 08:19:14,859 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:14,859 - oe-selftest - INFO - 7: 12/32 204/694 (2.65s) (20 failed) (oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_flags)
2026-07-03 08:19:14,860 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 147, in test_packageconfig_flags_option_flags
    results = runCmd('%s/contrib/list-packageconfig-flags.py -f' % self.scripts_dir)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py -f' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 167, in <module>
    main()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 152, in main
    bbhandler.prepare()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:15,786 - oe-selftest - INFO - overlayfs.OverlayFSEtcRunTimeTests.test_lower_layer_access (subunit.RemotedTestCase)
2026-07-03 08:19:15,786 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:15,786 - oe-selftest - INFO - 10: 22/50 205/694 (1.60s) (24 failed) (overlayfs.OverlayFSEtcRunTimeTests.test_lower_layer_access)
2026-07-03 08:19:15,786 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 459, in test_lower_layer_access
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:15,947 - oe-selftest - INFO - spdx.SPDX30Check.test_custom_annotation_vars (subunit.RemotedTestCase)
2026-07-03 08:19:15,947 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:15,947 - oe-selftest - INFO - 11: 23/46 206/694 (1.58s) (36 failed) (spdx.SPDX30Check.test_custom_annotation_vars)
2026-07-03 08:19:15,947 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 259, in test_custom_annotation_vars
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  base-files' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:16,073 - oe-selftest - INFO - uboot.UBootTest.test_uboot_config_initial_env_binary (subunit.RemotedTestCase)
2026-07-03 08:19:16,074 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:16,074 - oe-selftest - INFO - 12: 23/39 207/694 (4.25s) (28 failed) (uboot.UBootTest.test_uboot_config_initial_env_binary)
2026-07-03 08:19:16,074 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 144, in test_uboot_config_initial_env_binary
    bitbake("u-boot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  u-boot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:16,173 - oe-selftest - INFO - incompatible_lic.IncompatibleLicensePerImageTests.test_bash_default (subunit.RemotedTestCase)
2026-07-03 08:19:16,173 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:16,173 - oe-selftest - INFO - 1: 20/61 208/694 (1.59s) (40 failed) (incompatible_lic.IncompatibleLicensePerImageTests.test_bash_default)
2026-07-03 08:19:16,173 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 115, in test_bash_default
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:16,277 - oe-selftest - INFO - runtime_test.SystemTap.test_crosstap_syscalls_by_proc (subunit.RemotedTestCase)
2026-07-03 08:19:16,277 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:16,278 - oe-selftest - INFO - 3: 17/71 209/694 (1.63s) (24 failed) (runtime_test.SystemTap.test_crosstap_syscalls_by_proc)
2026-07-03 08:19:16,278 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 474, in test_crosstap_syscalls_by_proc
    bitbake('systemtap-native')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:16,316 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_non_root_user_can_connect_via_ssh_without_password (subunit.RemotedTestCase)
2026-07-03 08:19:16,316 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:16,316 - oe-selftest - INFO - 0: 13/74 210/694 (1.62s) (26 failed) (imagefeatures.ImageFeatures.test_non_root_user_can_connect_via_ssh_without_password)
2026-07-03 08:19:16,316 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 37, in test_non_root_user_can_connect_via_ssh_without_password
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:16,685 - oe-selftest - INFO - kernelmodulesplit.KernelModuleSplit.test_cross_recipe_module_dependency (subunit.RemotedTestCase)
2026-07-03 08:19:16,685 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
FIT configuration mapping(s) not matched with any DTB: dtb-extra-conf:nonexistent.dtb:extra-conf
FIT configuration mapping(s) not matched with any DTB: dtb-conf:nonexistent.dtb:renamed
2026-07-03 08:19:16,685 - oe-selftest - INFO - 8: 28/40 211/694 (1.87s) (42 failed) (kernelmodulesplit.KernelModuleSplit.test_cross_recipe_module_dependency)
2026-07-03 08:19:16,686 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/kernelmodulesplit.py", line 48, in test_cross_recipe_module_dependency
    bitbake("%s %s" % (consumer_recipe, exporter_recipe))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  kernel-module-testbar kernel-module-testfoo' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
FIT configuration mapping(s) not matched with any DTB: dtb-extra-conf:nonexistent.dtb:extra-conf
FIT configuration mapping(s) not matched with any DTB: dtb-conf:nonexistent.dtb:renamed

2026-07-03 08:19:16,686 - oe-selftest - INFO - oelib.license.TestSimpleCombinations.test_tests (subunit.RemotedTestCase)
2026-07-03 08:19:16,686 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:16,686 - oe-selftest - INFO - 8: 29/40 212/694 (0.00s) (44 failed) (oelib.license.TestSimpleCombinations.test_tests)
2026-07-03 08:19:16,693 - oe-selftest - INFO - sstatetests.SStateHashSameSigs.test_sstate_32_64_same_hash (subunit.RemotedTestCase)
2026-07-03 08:19:16,693 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:16,693 - oe-selftest - INFO - 2: 18/62 213/694 (3.69s) (26 failed) (sstatetests.SStateHashSameSigs.test_sstate_32_64_same_hash)
2026-07-03 08:19:16,693 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 407, in test_sstate_32_64_same_hash
    self.sstate_hashtest("i686")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 371, in sstate_hashtest
    bitbake("core-image-weston -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-weston -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:16,737 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_update_recipe_basic (subunit.RemotedTestCase)
2026-07-03 08:19:16,737 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:16,737 - oe-selftest - INFO - 4: 17/26 214/694 (2.60s) (30 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_update_recipe_basic)
2026-07-03 08:19:16,737 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1212, in test_recipetool_appendsrcfile_update_recipe_basic
    self.assertIn('meta-selftest', recipefile, 'This test expect %s recipe to be in meta-selftest')
  File "/usr/lib/python3.11/unittest/case.py", line 1137, in assertIn
    if member not in container:
       ^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:16,798 - oe-selftest - INFO - install.InstallTests.test_gstreamer_plugins (subunit.RemotedTestCase)
2026-07-03 08:19:16,798 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:16,798 - oe-selftest - INFO - 5: 10/51 215/694 (2.63s) (2 failed) (install.InstallTests.test_gstreamer_plugins)
2026-07-03 08:19:16,798 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 19, in test_gstreamer_plugins
    self.do_installation_test("gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 15, in do_installation_test
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:17,429 - oe-selftest - INFO - overlayfs.OverlayFSEtcRunTimeTests.test_postinst_on_target_for_read_only_rootfs (subunit.RemotedTestCase)
2026-07-03 08:19:17,429 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:17,429 - oe-selftest - INFO - 10: 23/50 216/694 (1.64s) (26 failed) (overlayfs.OverlayFSEtcRunTimeTests.test_postinst_on_target_for_read_only_rootfs)
2026-07-03 08:19:17,429 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 484, in test_postinst_on_target_for_read_only_rootfs
    vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:17,498 - oe-selftest - INFO - oescripts.OEListPackageconfigTests.test_packageconfig_flags_options_preferred_only (subunit.RemotedTestCase)
2026-07-03 08:19:17,498 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:17,498 - oe-selftest - INFO - 7: 13/32 217/694 (2.64s) (22 failed) (oescripts.OEListPackageconfigTests.test_packageconfig_flags_options_preferred_only)
2026-07-03 08:19:17,498 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 168, in test_packageconfig_flags_options_preferred_only
    results = runCmd('%s/contrib/list-packageconfig-flags.py -p' % self.scripts_dir)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py -p' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 167, in <module>
    main()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 152, in main
    bbhandler.prepare()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:17,554 - oe-selftest - INFO - spdx.SPDX30Check.test_download_location_defensive_handling (subunit.RemotedTestCase)
2026-07-03 08:19:17,555 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:17,555 - oe-selftest - INFO - 11: 24/46 218/694 (1.61s) (38 failed) (spdx.SPDX30Check.test_download_location_defensive_handling)
2026-07-03 08:19:17,555 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 377, in test_download_location_defensive_handling
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:17,671 - oe-selftest - INFO - uboot.UBootTest.test_uboot_initial_env_binary (subunit.RemotedTestCase)
2026-07-03 08:19:17,671 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:17,671 - oe-selftest - INFO - 12: 24/39 219/694 (1.60s) (30 failed) (uboot.UBootTest.test_uboot_initial_env_binary)
2026-07-03 08:19:17,672 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 116, in test_uboot_initial_env_binary
    bitbake("u-boot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  u-boot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:17,848 - oe-selftest - INFO - incompatible_lic.IncompatibleLicensePerImageTests.test_bash_license_exceptions (subunit.RemotedTestCase)
2026-07-03 08:19:17,848 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:17,848 - oe-selftest - INFO - 1: 21/61 220/694 (1.67s) (42 failed) (incompatible_lic.IncompatibleLicensePerImageTests.test_bash_license_exceptions)
2026-07-03 08:19:17,848 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 135, in test_bash_license_exceptions
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:17,869 - oe-selftest - INFO - bbtests.BitbakeTests.test_continue (subunit.RemotedTestCase)
2026-07-03 08:19:17,869 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:17,869 - oe-selftest - INFO - 9: 7/60 221/694 (26.42s) (8 failed) (bbtests.BitbakeTests.test_continue)
2026-07-03 08:19:17,947 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_useradd_static (subunit.RemotedTestCase)
2026-07-03 08:19:17,948 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:17,948 - oe-selftest - INFO - 0: 14/74 222/694 (1.63s) (28 failed) (imagefeatures.ImageFeatures.test_useradd_static)
2026-07-03 08:19:17,948 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 245, in test_useradd_static
    bitbake("core-image-base")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-base' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:18,324 - oe-selftest - INFO - setUpClass (oescripts.OEPybootchartguyTests) [ (subunit.RemotedTestCase)
2026-07-03 08:19:18,324 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
FIT configuration mapping(s) not matched with any DTB: dtb-extra-conf:nonexistent.dtb:extra-conf
FIT configuration mapping(s) not matched with any DTB: dtb-conf:nonexistent.dtb:renamed
2026-07-03 08:19:18,324 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 25, in setUpClass
    bitbake("core-image-minimal -c rootfs -f")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal -c rootfs -f' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
FIT configuration mapping(s) not matched with any DTB: dtb-extra-conf:nonexistent.dtb:extra-conf
FIT configuration mapping(s) not matched with any DTB: dtb-conf:nonexistent.dtb:renamed

Exception in thread Thread-12 (_run_test):
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 234, in _run_test
    testserver.run(process_result)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 1197, in run
    protocol.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 567, in lineReceived
    self._state.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 404, in lineReceived
    self.details_parser.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/details.py", line 42, in lineReceived
    self._state.endDetails()
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 400, in endDetails
    self.parser.client.stopTest(self.parser._current_test)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1536, in stopTest
    self._tags = self._tags.parent
                 ^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'parent'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 240, in _run_test
    case.run(process_result)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 837, in run
    result.tags(self._tags, set())
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1548, in tags
    return method(new_tags, gone_tags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1335, in tags
    super().tags(new_tags, gone_tags)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 245, in tags
    self._tags.change_tags(new_tags, gone_tags)
    ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'change_tags'
2026-07-03 08:19:18,413 - oe-selftest - INFO - install.InstallTests.test_linux_firmware (subunit.RemotedTestCase)
2026-07-03 08:19:18,413 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:18,413 - oe-selftest - INFO - 5: 11/51 223/694 (1.61s) (4 failed) (install.InstallTests.test_linux_firmware)
2026-07-03 08:19:18,413 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 25, in test_linux_firmware
    self.do_installation_test("linux-firmware")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 15, in do_installation_test
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:18,865 - oe-selftest - INFO - bbtests.BitbakeTests.test_dry_run (subunit.RemotedTestCase)
2026-07-03 08:19:18,866 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:18,866 - oe-selftest - INFO - 9: 8/60 224/694 (1.00s) (8 failed) (bbtests.BitbakeTests.test_dry_run)
2026-07-03 08:19:18,866 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 178, in test_dry_run
    result = runCmd('bitbake -n selftest-hello-native')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake -n selftest-hello-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:19,069 - oe-selftest - INFO - overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_original (subunit.RemotedTestCase)
2026-07-03 08:19:19,069 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:19,069 - oe-selftest - INFO - 10: 24/50 225/694 (1.64s) (28 failed) (overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_original)
2026-07-03 08:19:19,070 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 379, in test_sbin_init_original
    self.run_sbin_init(True, "ext4")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 403, in run_sbin_init
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:19,195 - oe-selftest - INFO - spdx.SPDX30Check.test_extra_opts (subunit.RemotedTestCase)
2026-07-03 08:19:19,195 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:19,195 - oe-selftest - INFO - 11: 25/46 226/694 (1.64s) (40 failed) (spdx.SPDX30Check.test_extra_opts)
2026-07-03 08:19:19,195 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 189, in test_extra_opts
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:19,417 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic (subunit.RemotedTestCase)
2026-07-03 08:19:19,418 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:19,418 - oe-selftest - INFO - 4: 18/26 227/694 (2.68s) (32 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic)
2026-07-03 08:19:19,418 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1249, in test_recipetool_appendsrcfiles_basic
    self._test_appendsrcfiles('gcc', newfiles, destdir=destdir, options='-W')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1140, in _test_appendsrcfiles
    self._try_recipetool_appendsrcfiles(testrecipe, newfiles, expectedfiles=expectedfiles, destdir=destdir, options=options)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1053, in _try_recipetool_appendsrcfiles
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfiles -W /tmp/recipetoolqa9ke9z3s5 gcc /tmp/recipetoolqa2vue03sy/testfile /tmp/recipetoolqa2vue03sy/testfile1 /tmp/recipetoolqa2vue03sy/testfile2 /tmp/recipetoolqa2vue03sy/testfile3 /tmp/recipetoolqa2vue03sy/testfile4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:19,430 - oe-selftest - INFO - sstatetests.SStateHashSameSigs2.test_sstate_allarch_samesigs (subunit.RemotedTestCase)
2026-07-03 08:19:19,431 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:19,431 - oe-selftest - INFO - 3: 18/71 228/694 (3.15s) (26 failed) (sstatetests.SStateHashSameSigs2.test_sstate_allarch_samesigs)
2026-07-03 08:19:19,431 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 471, in test_sstate_allarch_samesigs
    self.sstate_common_samesigs(configA, configB, allarch=True)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 180, in sstate_common_samesigs
    bitbake("world meta-toolchain -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:19,441 - oe-selftest - INFO - incompatible_lic.IncompatibleLicensePerImageTests.test_bash_or_license (subunit.RemotedTestCase)
2026-07-03 08:19:19,442 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:19,442 - oe-selftest - INFO - 1: 22/61 229/694 (1.59s) (44 failed) (incompatible_lic.IncompatibleLicensePerImageTests.test_bash_or_license)
2026-07-03 08:19:19,442 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 130, in test_bash_or_license
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:19,795 - oe-selftest - INFO - sstatetests.SStateHashSameSigs.test_sstate_nativelsbstring_same_hash (subunit.RemotedTestCase)
2026-07-03 08:19:19,795 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:19,795 - oe-selftest - INFO - 2: 19/62 230/694 (3.10s) (28 failed) (sstatetests.SStateHashSameSigs.test_sstate_nativelsbstring_same_hash)
2026-07-03 08:19:19,796 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 428, in test_sstate_nativelsbstring_same_hash
    bitbake("core-image-weston -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-weston -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:20,010 - oe-selftest - INFO - install.InstallTests.test_linux_modules (subunit.RemotedTestCase)
2026-07-03 08:19:20,010 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:20,010 - oe-selftest - INFO - 5: 12/51 231/694 (1.60s) (6 failed) (install.InstallTests.test_linux_modules)
2026-07-03 08:19:20,010 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 29, in test_linux_modules
    self.do_installation_test("kernel-modules")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 15, in do_installation_test
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:20,355 - oe-selftest - INFO - bbtests.BitbakeTests.test_environment (subunit.RemotedTestCase)
2026-07-03 08:19:20,355 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:20,355 - oe-selftest - INFO - 9: 9/60 232/694 (1.49s) (10 failed) (bbtests.BitbakeTests.test_environment)
2026-07-03 08:19:20,564 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_wayland_support_in_image (subunit.RemotedTestCase)
2026-07-03 08:19:20,564 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:20,564 - oe-selftest - INFO - 0: 15/74 233/694 (2.62s) (30 failed) (imagefeatures.ImageFeatures.test_wayland_support_in_image)
2026-07-03 08:19:20,564 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 91, in test_wayland_support_in_image
    bitbake('core-image-weston')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-weston' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:20,682 - oe-selftest - INFO - overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_preinit (subunit.RemotedTestCase)
2026-07-03 08:19:20,682 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:20,682 - oe-selftest - INFO - 10: 25/50 234/694 (1.61s) (30 failed) (overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_preinit)
2026-07-03 08:19:20,683 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 375, in test_sbin_init_preinit
    self.run_sbin_init(False, "ext4")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 403, in run_sbin_init
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:20,800 - oe-selftest - INFO - spdx.SPDX30Check.test_gcc_include_source (subunit.RemotedTestCase)
2026-07-03 08:19:20,801 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:20,801 - oe-selftest - INFO - 11: 26/46 235/694 (1.61s) (42 failed) (spdx.SPDX30Check.test_gcc_include_source)
2026-07-03 08:19:20,801 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 103, in test_gcc_include_source
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gcc' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:20,864 - oe-selftest - INFO - setUpModule (recipeutils) [ (subunit.RemotedTestCase)
2026-07-03 08:19:20,864 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

2026-07-03 08:19:20,864 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipeutils.py", line 18, in setUpModule
    tinfoil.prepare(config_only=False, quiet=2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Exception in thread Thread-11 (_run_test):
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 234, in _run_test
    testserver.run(process_result)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 1197, in run
    protocol.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 567, in lineReceived
    self._state.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 404, in lineReceived
    self.details_parser.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/details.py", line 42, in lineReceived
    self._state.endDetails()
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 400, in endDetails
    self.parser.client.stopTest(self.parser._current_test)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1536, in stopTest
    self._tags = self._tags.parent
                 ^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'parent'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 240, in _run_test
    case.run(process_result)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 837, in run
    result.tags(self._tags, set())
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1548, in tags
    return method(new_tags, gone_tags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1335, in tags
    super().tags(new_tags, gone_tags)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 245, in tags
    self._tags.change_tags(new_tags, gone_tags)
    ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'change_tags'
2026-07-03 08:19:21,337 - oe-selftest - INFO - bbtests.BitbakeTests.test_event_handler (subunit.RemotedTestCase)
2026-07-03 08:19:21,338 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:21,338 - oe-selftest - INFO - 9: 10/60 236/694 (0.98s) (10 failed) (bbtests.BitbakeTests.test_event_handler)
2026-07-03 08:19:21,338 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 44, in test_event_handler
    result = bitbake('selftest-hello-native')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:21,643 - oe-selftest - INFO - install.InstallTests.test_perl (subunit.RemotedTestCase)
2026-07-03 08:19:21,644 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:21,644 - oe-selftest - INFO - 5: 13/51 237/694 (1.63s) (8 failed) (install.InstallTests.test_perl)
2026-07-03 08:19:21,644 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 33, in test_perl
    self.do_installation_test("perl perl-modules")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 15, in do_installation_test
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:22,016 - oe-selftest - INFO - recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic_subdir (subunit.RemotedTestCase)
2026-07-03 08:19:22,017 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:22,017 - oe-selftest - INFO - 4: 19/26 238/694 (2.60s) (34 failed) (recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic_subdir)
2026-07-03 08:19:22,017 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1252, in test_recipetool_appendsrcfiles_basic_subdir
    self.test_recipetool_appendsrcfiles_basic(destdir='testdir')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1249, in test_recipetool_appendsrcfiles_basic
    self._test_appendsrcfiles('gcc', newfiles, destdir=destdir, options='-W')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1140, in _test_appendsrcfiles
    self._try_recipetool_appendsrcfiles(testrecipe, newfiles, expectedfiles=expectedfiles, destdir=destdir, options=options)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1053, in _try_recipetool_appendsrcfiles
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfiles -W -D testdir /tmp/recipetoolqa9ke9z3s5 gcc /tmp/recipetoolqa58qtccse/testfile /tmp/recipetoolqa58qtccse/testfile1 /tmp/recipetoolqa58qtccse/testfile2 /tmp/recipetoolqa58qtccse/testfile3 /tmp/recipetoolqa58qtccse/testfile4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:22,070 - oe-selftest - INFO - multiconfig.MultiConfig.test_multiconfig (subunit.RemotedTestCase)
2026-07-03 08:19:22,070 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:22,070 - oe-selftest - INFO - 1: 23/61 239/694 (2.63s) (46 failed) (multiconfig.MultiConfig.test_multiconfig)
2026-07-03 08:19:22,071 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/multiconfig.py", line 43, in test_multiconfig
    bitbake('core-image-full-cmdline')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-full-cmdline' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:22,341 - oe-selftest - INFO - overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_read_only (subunit.RemotedTestCase)
2026-07-03 08:19:22,341 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:22,341 - oe-selftest - INFO - 10: 26/50 240/694 (1.66s) (32 failed) (overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_read_only)
2026-07-03 08:19:22,342 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 383, in test_sbin_init_read_only
    self.run_sbin_init(True, "squashfs")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 403, in run_sbin_init
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:22,347 - oe-selftest - INFO - bbtests.BitbakeTests.test_force_task_1 (subunit.RemotedTestCase)
2026-07-03 08:19:22,348 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:22,348 - oe-selftest - INFO - 9: 11/60 241/694 (1.01s) (12 failed) (bbtests.BitbakeTests.test_force_task_1)
2026-07-03 08:19:22,348 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 92, in test_force_task_1
    bb_vars = get_bb_vars(['D', 'PKGDEST', 'mandir'], test_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e zlib' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:22,352 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_can_compare_ltp_tests (subunit.RemotedTestCase)
2026-07-03 08:19:22,352 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,352 - oe-selftest - INFO - 10: 27/50 242/694 (0.01s) (34 failed) (resulttooltests.ResultToolTests.test_can_compare_ltp_tests)
2026-07-03 08:19:22,362 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_can_match_non_static_ptest_names (subunit.RemotedTestCase)
2026-07-03 08:19:22,362 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,362 - oe-selftest - INFO - 10: 28/50 243/694 (0.01s) (34 failed) (resulttooltests.ResultToolTests.test_can_match_non_static_ptest_names)
2026-07-03 08:19:22,372 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_can_not_compare_non_ltp_tests (subunit.RemotedTestCase)
2026-07-03 08:19:22,372 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,372 - oe-selftest - INFO - 10: 29/50 244/694 (0.01s) (34 failed) (resulttooltests.ResultToolTests.test_can_not_compare_non_ltp_tests)
2026-07-03 08:19:22,382 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_junit_empty_testresults (subunit.RemotedTestCase)
2026-07-03 08:19:22,382 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,382 - oe-selftest - INFO - 10: 30/50 245/694 (0.01s) (34 failed) (resulttooltests.ResultToolTests.test_junit_empty_testresults)
2026-07-03 08:19:22,391 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_junit_log_attached (subunit.RemotedTestCase)
2026-07-03 08:19:22,391 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,392 - oe-selftest - INFO - 10: 31/50 246/694 (0.01s) (34 failed) (resulttooltests.ResultToolTests.test_junit_log_attached)
2026-07-03 08:19:22,400 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_junit_log_inline (subunit.RemotedTestCase)
2026-07-03 08:19:22,400 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,400 - oe-selftest - INFO - 10: 32/50 247/694 (0.01s) (34 failed) (resulttooltests.ResultToolTests.test_junit_log_inline)
2026-07-03 08:19:22,404 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_junit_missing_image_tests (subunit.RemotedTestCase)
2026-07-03 08:19:22,404 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,404 - oe-selftest - INFO - 10: 33/50 248/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_junit_missing_image_tests)
2026-07-03 08:19:22,408 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_junit_missing_ptests (subunit.RemotedTestCase)
2026-07-03 08:19:22,408 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,408 - oe-selftest - INFO - 10: 34/50 249/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_junit_missing_ptests)
2026-07-03 08:19:22,412 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_machine_matches (subunit.RemotedTestCase)
2026-07-03 08:19:22,412 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,412 - oe-selftest - INFO - 10: 35/50 250/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_machine_matches)
2026-07-03 08:19:22,416 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_machine_mismatches (subunit.RemotedTestCase)
2026-07-03 08:19:22,416 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,416 - oe-selftest - INFO - 10: 36/50 251/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_machine_mismatches)
2026-07-03 08:19:22,420 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_merge_can_merged_results (subunit.RemotedTestCase)
2026-07-03 08:19:22,420 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,420 - oe-selftest - INFO - 10: 37/50 252/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_merge_can_merged_results)
2026-07-03 08:19:22,424 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_metadata_matching_is_only_checked_for_relevant_test_type (subunit.RemotedTestCase)
2026-07-03 08:19:22,424 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,424 - oe-selftest - INFO - 10: 38/50 253/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_metadata_matching_is_only_checked_for_relevant_test_type)
2026-07-03 08:19:22,428 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_regression_can_get_regression_base_target_pair (subunit.RemotedTestCase)
2026-07-03 08:19:22,428 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,428 - oe-selftest - INFO - 10: 39/50 254/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_regression_can_get_regression_base_target_pair)
2026-07-03 08:19:22,432 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_regression_can_get_regression_result (subunit.RemotedTestCase)
2026-07-03 08:19:22,432 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,432 - oe-selftest - INFO - 10: 40/50 255/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_regression_can_get_regression_result)
2026-07-03 08:19:22,436 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_report_can_aggregate_test_result (subunit.RemotedTestCase)
2026-07-03 08:19:22,436 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,436 - oe-selftest - INFO - 10: 41/50 256/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_report_can_aggregate_test_result)
2026-07-03 08:19:22,440 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_results_with_matching_metadata_can_be_compared (subunit.RemotedTestCase)
2026-07-03 08:19:22,440 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,440 - oe-selftest - INFO - 10: 42/50 257/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_results_with_matching_metadata_can_be_compared)
2026-07-03 08:19:22,444 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_results_with_mismatching_metadata_can_not_be_compared (subunit.RemotedTestCase)
2026-07-03 08:19:22,444 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,444 - oe-selftest - INFO - 10: 43/50 258/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_results_with_mismatching_metadata_can_not_be_compared)
2026-07-03 08:19:22,447 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_results_without_metadata_can_be_compared (subunit.RemotedTestCase)
2026-07-03 08:19:22,448 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,448 - oe-selftest - INFO - 10: 44/50 259/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_results_without_metadata_can_be_compared)
2026-07-03 08:19:22,451 - oe-selftest - INFO - resulttooltests.ResultToolTests.test_target_result_with_missing_metadata_can_not_be_compared (subunit.RemotedTestCase)
2026-07-03 08:19:22,452 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:22,452 - oe-selftest - INFO - 10: 45/50 260/694 (0.00s) (34 failed) (resulttooltests.ResultToolTests.test_target_result_with_missing_metadata_can_not_be_compared)
2026-07-03 08:19:22,525 - oe-selftest - INFO - sstatetests.SStateHashSameSigs2.test_sstate_nativesdk_samesigs_multilib (subunit.RemotedTestCase)
2026-07-03 08:19:22,526 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:22,526 - oe-selftest - INFO - 3: 19/71 261/694 (3.10s) (28 failed) (sstatetests.SStateHashSameSigs2.test_sstate_nativesdk_samesigs_multilib)
2026-07-03 08:19:22,526 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 493, in test_sstate_nativesdk_samesigs_multilib
    self.sstate_common_samesigs(configA, configB)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 180, in sstate_common_samesigs
    bitbake("world meta-toolchain -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:22,908 - oe-selftest - INFO - sstatetests.SStateHashSameSigs.test_sstate_sdk_arch_same_hash (subunit.RemotedTestCase)
2026-07-03 08:19:22,908 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:22,909 - oe-selftest - INFO - 2: 20/62 262/694 (3.11s) (30 failed) (sstatetests.SStateHashSameSigs.test_sstate_sdk_arch_same_hash)
2026-07-03 08:19:22,909 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 413, in test_sstate_sdk_arch_same_hash
    self.sstate_hashtest("aarch64")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 371, in sstate_hashtest
    bitbake("core-image-weston -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-weston -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:23,285 - oe-selftest - INFO - install.InstallTests.test_python (subunit.RemotedTestCase)
2026-07-03 08:19:23,286 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:23,286 - oe-selftest - INFO - 5: 14/51 263/694 (1.64s) (10 failed) (install.InstallTests.test_python)
2026-07-03 08:19:23,286 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 37, in test_python
    self.do_installation_test("python3 python3-modules python3-misc")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 15, in do_installation_test
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:23,286 - oe-selftest - INFO - oelib.elf.TestElf.test_machine_name (subunit.RemotedTestCase)
2026-07-03 08:19:23,286 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:23,286 - oe-selftest - INFO - 5: 15/51 264/694 (0.00s) (12 failed) (oelib.elf.TestElf.test_machine_name)
2026-07-03 08:19:23,286 - oe-selftest - INFO - oelib.utils.TestTrimVersion.test_num_exception (subunit.RemotedTestCase)
2026-07-03 08:19:23,286 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:23,286 - oe-selftest - INFO - 5: 16/51 265/694 (0.00s) (12 failed) (oelib.utils.TestTrimVersion.test_num_exception)
2026-07-03 08:19:23,286 - oe-selftest - INFO - oelib.utils.TestTrimVersion.test_valid (subunit.RemotedTestCase)
2026-07-03 08:19:23,286 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:23,286 - oe-selftest - INFO - 5: 17/51 266/694 (0.00s) (12 failed) (oelib.utils.TestTrimVersion.test_valid)
2026-07-03 08:19:23,286 - oe-selftest - INFO - oelib.utils.TestTrimVersion.test_version_exception (subunit.RemotedTestCase)
2026-07-03 08:19:23,286 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:23,286 - oe-selftest - INFO - 5: 18/51 267/694 (0.00s) (12 failed) (oelib.utils.TestTrimVersion.test_version_exception)
2026-07-03 08:19:23,354 - oe-selftest - INFO - bbtests.BitbakeTests.test_force_task_2 (subunit.RemotedTestCase)
2026-07-03 08:19:23,355 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:23,355 - oe-selftest - INFO - 9: 12/60 268/694 (1.01s) (14 failed) (bbtests.BitbakeTests.test_force_task_2)
2026-07-03 08:19:23,355 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 117, in test_force_task_2
    bitbake(test_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  zlib' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:23,419 - oe-selftest - INFO - spdx.SPDX30Check.test_kernel_config_spdx (subunit.RemotedTestCase)
2026-07-03 08:19:23,419 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:23,420 - oe-selftest - INFO - 11: 27/46 269/694 (2.62s) (44 failed) (spdx.SPDX30Check.test_kernel_config_spdx)
2026-07-03 08:19:23,420 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 320, in test_kernel_config_spdx
    bitbake(f"-c configure {kernel_recipe}")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c configure linux-yocto' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:23,687 - oe-selftest - INFO - multiconfig.MultiConfig.test_multiconfig_inlayer (subunit.RemotedTestCase)
2026-07-03 08:19:23,688 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:23,688 - oe-selftest - INFO - 1: 24/61 270/694 (1.62s) (48 failed) (multiconfig.MultiConfig.test_multiconfig_inlayer)
2026-07-03 08:19:23,688 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/multiconfig.py", line 87, in test_multiconfig_inlayer
    bitbake('mc:muslmc:bash -n')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  mc:muslmc:bash -n' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:23,970 - oe-selftest - INFO - signing.Signing.test_signing_packages (subunit.RemotedTestCase)
2026-07-03 08:19:23,971 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:23,971 - oe-selftest - INFO - 10: 46/50 271/694 (1.52s) (34 failed) (signing.Signing.test_signing_packages)
2026-07-03 08:19:23,971 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/signing.py", line 74, in test_signing_packages
    self.setup_gpg()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/signing.py", line 26, in setup_gpg
    bitbake('gnupg-native -c addto_recipe_sysroot')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:24,164 - oe-selftest - INFO - wic.Wic2.test_biosplusefi_plugin (subunit.RemotedTestCase)
2026-07-03 08:19:24,164 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:24,164 - oe-selftest - INFO - 3: 20/71 272/694 (1.64s) (30 failed) (wic.Wic2.test_biosplusefi_plugin)
2026-07-03 08:19:24,165 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:24,197 - oe-selftest - INFO - minidebuginfo.Minidebuginfo.test_minidebuginfo (subunit.RemotedTestCase)
2026-07-03 08:19:24,197 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:24,197 - oe-selftest - INFO - 0: 16/74 273/694 (3.63s) (32 failed) (minidebuginfo.Minidebuginfo.test_minidebuginfo)
2026-07-03 08:19:24,197 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/minidebuginfo.py", line 22, in test_minidebuginfo
    bb_vars = get_bb_vars(['DEPLOY_DIR_IMAGE', 'IMAGE_LINK_NAME', 'READELF'], image)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:24,363 - oe-selftest - INFO - bbtests.BitbakeTests.test_git_patchtool (subunit.RemotedTestCase)
2026-07-03 08:19:24,364 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:24,364 - oe-selftest - INFO - 9: 13/60 274/694 (1.01s) (16 failed) (bbtests.BitbakeTests.test_git_patchtool)
2026-07-03 08:19:24,364 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 322, in test_git_patchtool
    gitscm = re.search("git://", src)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:24,587 - oe-selftest - INFO - wic.Wic.test_bootloader_config (subunit.RemotedTestCase)
2026-07-03 08:19:24,588 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:24,588 - oe-selftest - INFO - 2: 21/62 275/694 (1.68s) (32 failed) (wic.Wic.test_bootloader_config)
2026-07-03 08:19:24,588 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:25,045 - oe-selftest - INFO - spdx.SPDX30Check.test_packageconfig_spdx (subunit.RemotedTestCase)
2026-07-03 08:19:25,045 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:25,046 - oe-selftest - INFO - 11: 28/46 276/694 (1.63s) (46 failed) (spdx.SPDX30Check.test_packageconfig_spdx)
2026-07-03 08:19:25,046 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 346, in test_packageconfig_spdx
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  tar' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:25,325 - oe-selftest - INFO - multiconfig.MultiConfig.test_multiconfig_reparse (subunit.RemotedTestCase)
2026-07-03 08:19:25,325 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:25,325 - oe-selftest - INFO - 1: 25/61 277/694 (1.64s) (50 failed) (multiconfig.MultiConfig.test_multiconfig_reparse)
2026-07-03 08:19:25,325 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/multiconfig.py", line 65, in test_multiconfig_reparse
    result = bitbake('mc:test:multiconfig-test-parse -c showvar')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  mc:test:multiconfig-test-parse -c showvar' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:25,325 - oe-selftest - INFO - oelib.types.TestList.test_list_nosep (subunit.RemotedTestCase)
2026-07-03 08:19:25,326 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:25,326 - oe-selftest - INFO - 1: 26/61 278/694 (0.00s) (52 failed) (oelib.types.TestList.test_list_nosep)
2026-07-03 08:19:25,326 - oe-selftest - INFO - oelib.types.TestList.test_list_usersep (subunit.RemotedTestCase)
2026-07-03 08:19:25,326 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:25,326 - oe-selftest - INFO - 1: 27/61 279/694 (0.00s) (52 failed) (oelib.types.TestList.test_list_usersep)
2026-07-03 08:19:25,578 - oe-selftest - INFO - signing.Signing.test_signing_sstate_archive (subunit.RemotedTestCase)
2026-07-03 08:19:25,578 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:25,578 - oe-selftest - INFO - 10: 47/50 280/694 (1.61s) (36 failed) (signing.Signing.test_signing_sstate_archive)
2026-07-03 08:19:25,579 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/signing.py", line 144, in test_signing_sstate_archive
    nsysroot = self.setup_gpg()
               ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/signing.py", line 26, in setup_gpg
    bitbake('gnupg-native -c addto_recipe_sysroot')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:25,623 - oe-selftest - INFO - runtime_test.TestExport.test_testexport_basic (subunit.RemotedTestCase)
2026-07-03 08:19:25,624 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:25,624 - oe-selftest - INFO - 4: 20/26 281/694 (2.40s) (36 failed) (runtime_test.TestExport.test_testexport_basic)
2026-07-03 08:19:25,624 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 37, in test_testexport_basic
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:25,770 - oe-selftest - INFO - wic.Wic2.test_biosplusefi_plugin_qemu (subunit.RemotedTestCase)
2026-07-03 08:19:25,771 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:25,771 - oe-selftest - INFO - 3: 21/71 282/694 (1.61s) (32 failed) (wic.Wic2.test_biosplusefi_plugin_qemu)
2026-07-03 08:19:25,771 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:25,808 - oe-selftest - INFO - minidebuginfo.Minidebuginfo.test_minidebuginfo_qemu (subunit.RemotedTestCase)
2026-07-03 08:19:25,808 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:25,808 - oe-selftest - INFO - 0: 17/74 283/694 (1.61s) (34 failed) (minidebuginfo.Minidebuginfo.test_minidebuginfo_qemu)
2026-07-03 08:19:25,809 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/minidebuginfo.py", line 62, in test_minidebuginfo_qemu
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:25,809 - oe-selftest - INFO - oelib.types.TestBooleanType.test_bool_equality (subunit.RemotedTestCase)
2026-07-03 08:19:25,809 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:25,809 - oe-selftest - INFO - 0: 18/74 284/694 (0.00s) (36 failed) (oelib.types.TestBooleanType.test_bool_equality)
2026-07-03 08:19:25,809 - oe-selftest - INFO - oelib.types.TestBooleanType.test_false (subunit.RemotedTestCase)
2026-07-03 08:19:25,809 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:25,809 - oe-selftest - INFO - 0: 19/74 285/694 (0.00s) (36 failed) (oelib.types.TestBooleanType.test_false)
2026-07-03 08:19:25,809 - oe-selftest - INFO - oelib.types.TestBooleanType.test_invalid (subunit.RemotedTestCase)
2026-07-03 08:19:25,809 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:25,809 - oe-selftest - INFO - 0: 20/74 286/694 (0.00s) (36 failed) (oelib.types.TestBooleanType.test_invalid)
2026-07-03 08:19:25,810 - oe-selftest - INFO - oelib.types.TestBooleanType.test_true (subunit.RemotedTestCase)
2026-07-03 08:19:25,810 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:25,810 - oe-selftest - INFO - 0: 21/74 287/694 (0.00s) (36 failed) (oelib.types.TestBooleanType.test_true)
2026-07-03 08:19:26,196 - oe-selftest - INFO - wic.Wic.test_build_artifacts (subunit.RemotedTestCase)
2026-07-03 08:19:26,196 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:26,196 - oe-selftest - INFO - 2: 22/62 288/694 (1.61s) (34 failed) (wic.Wic.test_build_artifacts)
2026-07-03 08:19:26,196 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:26,374 - oe-selftest - INFO - bbtests.BitbakeTests.test_git_patchtool2 (subunit.RemotedTestCase)
2026-07-03 08:19:26,374 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:26,374 - oe-selftest - INFO - 9: 14/60 289/694 (2.01s) (18 failed) (bbtests.BitbakeTests.test_git_patchtool2)
2026-07-03 08:19:26,374 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 335, in test_git_patchtool2
    gitscm = re.search("git://", src)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:26,684 - oe-selftest - INFO - spdx.SPDX30Check.test_version_extraction_patterns (subunit.RemotedTestCase)
2026-07-03 08:19:26,684 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:26,684 - oe-selftest - INFO - 11: 29/46 290/694 (1.64s) (48 failed) (spdx.SPDX30Check.test_version_extraction_patterns)
2026-07-03 08:19:26,684 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 405, in test_version_extraction_patterns
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  opkg-utils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:26,960 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create (subunit.RemotedTestCase)
2026-07-03 08:19:26,961 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:26,961 - oe-selftest - INFO - 5: 19/51 291/694 (2.38s) (12 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create)
2026-07-03 08:19:26,961 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 364, in test_recipetool_create
    result = runCmd('recipetool create -o %s %s -x %s' % (recipefile, srcuri, tempsrc))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqaqoqwx3ss/logrotate_3.12.3.bb https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz -x /tmp/recipetoolqaqoqwx3ss/srctree' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:27,224 - oe-selftest - INFO - toolchain.ToolchainTests.test_toolchain_switching (subunit.RemotedTestCase)
2026-07-03 08:19:27,224 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:27,224 - oe-selftest - INFO - 10: 48/50 292/694 (1.65s) (38 failed) (toolchain.ToolchainTests.test_toolchain_switching)
2026-07-03 08:19:27,225 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/toolchain.py", line 64, in test_toolchain_switching
    bitbake("m4 selftest-hello -C install")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4 selftest-hello -C install' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:27,231 - oe-selftest - INFO - runtime_test.TestExport.test_testexport_sdk (subunit.RemotedTestCase)
2026-07-03 08:19:27,231 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:27,231 - oe-selftest - INFO - 4: 21/26 293/694 (1.61s) (38 failed) (runtime_test.TestExport.test_testexport_sdk)
2026-07-03 08:19:27,232 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 80, in test_testexport_sdk
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:27,371 - oe-selftest - INFO - wic.Wic2.test_bmap_long (subunit.RemotedTestCase)
2026-07-03 08:19:27,372 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:27,372 - oe-selftest - INFO - 3: 22/71 294/694 (1.60s) (34 failed) (wic.Wic2.test_bmap_long)
2026-07-03 08:19:27,372 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:27,463 - oe-selftest - INFO - setUpClass (pkgdata.OePkgdataUtilTests) [ (subunit.RemotedTestCase)
2026-07-03 08:19:27,463 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:25,808 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:27,463 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/pkgdata.py", line 21, in setUpClass
    bitbake('target-sdk-provides-dummy -c clean')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:25,808 - oe-selftest - INFO - Running bitbake to generate pkgdata

Exception in thread Thread-4 (_run_test):
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 234, in _run_test
    testserver.run(process_result)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 1197, in run
    protocol.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 567, in lineReceived
    self._state.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 404, in lineReceived
    self.details_parser.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/details.py", line 42, in lineReceived
    self._state.endDetails()
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 400, in endDetails
    self.parser.client.stopTest(self.parser._current_test)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1536, in stopTest
    self._tags = self._tags.parent
                 ^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'parent'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 240, in _run_test
    case.run(process_result)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 837, in run
    result.tags(self._tags, set())
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1548, in tags
    return method(new_tags, gone_tags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1335, in tags
    super().tags(new_tags, gone_tags)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 245, in tags
    self._tags.change_tags(new_tags, gone_tags)
    ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'change_tags'
2026-07-03 08:19:27,812 - oe-selftest - INFO - wic.Wic.test_build_image_name (subunit.RemotedTestCase)
2026-07-03 08:19:27,812 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:27,812 - oe-selftest - INFO - 2: 23/62 295/694 (1.62s) (36 failed) (wic.Wic.test_build_image_name)
2026-07-03 08:19:27,812 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:28,298 - oe-selftest - INFO - spdx.SPDX30Check.test_world_sbom (subunit.RemotedTestCase)
2026-07-03 08:19:28,298 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:28,298 - oe-selftest - INFO - 11: 30/46 296/694 (1.61s) (50 failed) (spdx.SPDX30Check.test_world_sbom)
2026-07-03 08:19:28,298 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 94, in test_world_sbom
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  meta-world-recipe-sbom' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:28,413 - oe-selftest - INFO - bbtests.BitbakeTests.test_git_unpack_nonetwork (subunit.RemotedTestCase)
2026-07-03 08:19:28,414 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:28,414 - oe-selftest - INFO - 9: 15/60 297/694 (2.04s) (20 failed) (bbtests.BitbakeTests.test_git_unpack_nonetwork)
2026-07-03 08:19:28,414 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 354, in test_git_unpack_nonetwork
    bitbake('gitunpackoffline -c fetch')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gitunpackoffline -c fetch' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:29,021 - oe-selftest - INFO - wic.Wic2.test_bmap_short (subunit.RemotedTestCase)
2026-07-03 08:19:29,021 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:29,021 - oe-selftest - INFO - 3: 23/71 298/694 (1.65s) (36 failed) (wic.Wic2.test_bmap_short)
2026-07-03 08:19:29,021 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:29,435 - oe-selftest - INFO - bbtests.BitbakeTests.test_git_unpack_nonetwork_fail (subunit.RemotedTestCase)
2026-07-03 08:19:29,435 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:29,435 - oe-selftest - INFO - 9: 16/60 299/694 (1.02s) (22 failed) (bbtests.BitbakeTests.test_git_unpack_nonetwork_fail)
2026-07-03 08:19:29,435 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 367, in test_git_unpack_nonetwork_fail
    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)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : Recipe without PV set to SRCPV should have failed: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:29,454 - oe-selftest - INFO - wic.Wic.test_build_rootfs_long (subunit.RemotedTestCase)
2026-07-03 08:19:29,454 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:29,454 - oe-selftest - INFO - 2: 24/62 300/694 (1.64s) (38 failed) (wic.Wic.test_build_rootfs_long)
2026-07-03 08:19:29,454 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:29,942 - oe-selftest - INFO - uboot.UBootConfigTest.test_uboot_config_extract (subunit.RemotedTestCase)
2026-07-03 08:19:29,942 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:29,943 - oe-selftest - INFO - 11: 31/46 301/694 (1.64s) (52 failed) (uboot.UBootConfigTest.test_uboot_config_extract)
2026-07-03 08:19:29,943 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 179, in test_uboot_config_extract
    bitbake("-e u-boot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e u-boot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:30,067 - oe-selftest - INFO - prservice.BitbakePrTests.test_import_export_override_db (subunit.RemotedTestCase)
2026-07-03 08:19:30,067 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:30,067 - oe-selftest - INFO - 1: 28/61 302/694 (3.74s) (52 failed) (prservice.BitbakePrTests.test_import_export_override_db)
2026-07-03 08:19:30,067 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 115, in test_import_export_override_db
    self.run_test_pr_export_import('m4', replace_current_db=False)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 89, in run_test_pr_export_import
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:28.030388)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:43313, PID: 1850178
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:30,352 - oe-selftest - INFO - sstatetests.SStateHashSameSigs3.test_sstate_multilib_or_not_native_samesigs (subunit.RemotedTestCase)
2026-07-03 08:19:30,352 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:30,352 - oe-selftest - INFO - 4: 22/26 303/694 (3.12s) (40 failed) (sstatetests.SStateHashSameSigs3.test_sstate_multilib_or_not_native_samesigs)
2026-07-03 08:19:30,352 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 558, in test_sstate_multilib_or_not_native_samesigs
    bitbake("binutils-native  -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  binutils-native  -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:30,433 - oe-selftest - INFO - bbtests.BitbakeTests.test_image_manifest (subunit.RemotedTestCase)
2026-07-03 08:19:30,433 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:30,433 - oe-selftest - INFO - 9: 17/60 304/694 (1.00s) (24 failed) (bbtests.BitbakeTests.test_image_manifest)
2026-07-03 08:19:30,433 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 134, in test_image_manifest
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:30,583 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_autotools (subunit.RemotedTestCase)
2026-07-03 08:19:30,583 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:30,583 - oe-selftest - INFO - 5: 20/51 305/694 (3.62s) (14 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_autotools)
2026-07-03 08:19:30,583 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 377, in test_recipetool_create_autotools
    bitbake('libpng pango libx11 libxext jpeg libcheck')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  libpng pango libx11 libxext jpeg libcheck' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:30,669 - oe-selftest - INFO - wic.Wic2.test_diskid_on_gpt_partition (subunit.RemotedTestCase)
2026-07-03 08:19:30,669 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:30,670 - oe-selftest - INFO - 3: 24/71 306/694 (1.65s) (38 failed) (wic.Wic2.test_diskid_on_gpt_partition)
2026-07-03 08:19:30,670 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:31,073 - oe-selftest - INFO - wic.Wic.test_build_rootfs_short (subunit.RemotedTestCase)
2026-07-03 08:19:31,073 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:31,073 - oe-selftest - INFO - 2: 25/62 307/694 (1.62s) (40 failed) (wic.Wic.test_build_rootfs_short)
2026-07-03 08:19:31,074 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:31,562 - oe-selftest - INFO - uboot.UBootConfigTest.test_uboot_config_extract_error_missing_config (subunit.RemotedTestCase)
2026-07-03 08:19:31,562 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:31,562 - oe-selftest - INFO - 11: 32/46 308/694 (1.62s) (54 failed) (uboot.UBootConfigTest.test_uboot_config_extract_error_missing_config)
2026-07-03 08:19:31,563 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 270, in test_uboot_config_extract_error_missing_config
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:32,252 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_cmake (subunit.RemotedTestCase)
2026-07-03 08:19:32,253 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:32,253 - oe-selftest - INFO - 5: 21/51 309/694 (1.67s) (16 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_cmake)
2026-07-03 08:19:32,253 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 422, in test_recipetool_create_cmake
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa5qu7ssd2/recipe http://taglib.github.io/releases/taglib-1.11.1.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching http://taglib.github.io/releases/taglib-1.11.1.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:32,282 - oe-selftest - INFO - wic.Wic2.test_diskid_on_msdos_partition (subunit.RemotedTestCase)
2026-07-03 08:19:32,282 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:32,282 - oe-selftest - INFO - 3: 25/71 310/694 (1.61s) (40 failed) (wic.Wic2.test_diskid_on_msdos_partition)
2026-07-03 08:19:32,283 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:32,283 - oe-selftest - INFO - wic.Wic2.test_efi_plugin_plain_systemd_boot_qemu_aarch64 (subunit.RemotedTestCase)
2026-07-03 08:19:32,283 - oe-selftest - INFO -  ... skipped 'Test skipped on x86_64\n'
2026-07-03 08:19:32,283 - oe-selftest - INFO - 3: 26/71 311/694 (0.00s) (42 failed) (wic.Wic2.test_efi_plugin_plain_systemd_boot_qemu_aarch64)
2026-07-03 08:19:32,283 - oe-selftest - INFO - Test skipped on x86_64

2026-07-03 08:19:32,600 - oe-selftest - INFO - bbtests.BitbakeTests.test_invalid_patch (subunit.RemotedTestCase)
2026-07-03 08:19:32,600 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:32,600 - oe-selftest - INFO - 9: 18/60 312/694 (2.17s) (26 failed) (bbtests.BitbakeTests.test_invalid_patch)
2026-07-03 08:19:32,600 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 79, in test_invalid_patch
    bitbake('-cclean man-db')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -cclean man-db' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:32,740 - oe-selftest - INFO - wic.Wic.test_change_directory (subunit.RemotedTestCase)
2026-07-03 08:19:32,741 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:32,741 - oe-selftest - INFO - 2: 26/62 313/694 (1.67s) (42 failed) (wic.Wic.test_change_directory)
2026-07-03 08:19:32,741 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:32,900 - oe-selftest - INFO - prservice.BitbakePrTests.test_import_export_replace_db (subunit.RemotedTestCase)
2026-07-03 08:19:32,900 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:32,900 - oe-selftest - INFO - 1: 29/61 314/694 (2.83s) (54 failed) (prservice.BitbakePrTests.test_import_export_replace_db)
2026-07-03 08:19:32,900 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 112, in test_import_export_replace_db
    self.run_test_pr_export_import('m4')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 89, in run_test_pr_export_import
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:30.793314)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:43207, PID: 1850514
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:33,493 - oe-selftest - INFO - sstatetests.SStateHashSameSigs3.test_sstate_sametune_samesigs (subunit.RemotedTestCase)
2026-07-03 08:19:33,494 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:33,494 - oe-selftest - INFO - 4: 23/26 315/694 (3.14s) (42 failed) (sstatetests.SStateHashSameSigs3.test_sstate_sametune_samesigs)
2026-07-03 08:19:33,494 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 512, in test_sstate_sametune_samesigs
    bitbake("world meta-toolchain -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:33,944 - oe-selftest - INFO - wic.Wic2.test_efi_plugin_plain_systemd_boot_qemu_x86 (subunit.RemotedTestCase)
2026-07-03 08:19:33,944 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:33,944 - oe-selftest - INFO - 3: 27/71 316/694 (1.66s) (42 failed) (wic.Wic2.test_efi_plugin_plain_systemd_boot_qemu_x86)
2026-07-03 08:19:33,944 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:34,354 - oe-selftest - INFO - wic.Wic.test_change_directory_errors (subunit.RemotedTestCase)
2026-07-03 08:19:34,355 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:34,355 - oe-selftest - INFO - 2: 27/62 317/694 (1.61s) (44 failed) (wic.Wic.test_change_directory_errors)
2026-07-03 08:19:34,355 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:34,920 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_git_http (subunit.RemotedTestCase)
2026-07-03 08:19:34,920 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:34,920 - oe-selftest - INFO - 5: 22/51 318/694 (2.67s) (18 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_git_http)
2026-07-03 08:19:34,921 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 786, in test_recipetool_create_git_http
    self._test_recipetool_create_git('http://git.yoctoproject.org/matchbox-keyboard')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 774, in _test_recipetool_create_git
    result = runCmd('recipetool create -o %s%s "%s"' % (temprecipe, options, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa3oi7hatj/recipe "http://git.yoctoproject.org/matchbox-keyboard"' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;protocol=http;branch=master...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:35,127 - oe-selftest - INFO - wrapper.WrapperTests.test_shebang_wrapper (subunit.RemotedTestCase)
2026-07-03 08:19:35,127 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:35,127 - oe-selftest - INFO - 4: 24/26 319/694 (1.63s) (44 failed) (wrapper.WrapperTests.test_shebang_wrapper)
2026-07-03 08:19:35,127 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wrapper.py", line 16, in test_shebang_wrapper
    res = bitbake("cmdline-shebang-wrapper-test -c install", ignore_status=False)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  cmdline-shebang-wrapper-test -c install' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:35,482 - oe-selftest - INFO - bbtests.BitbakeTests.test_invalid_recipe_src_uri (subunit.RemotedTestCase)
2026-07-03 08:19:35,482 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:35,483 - oe-selftest - INFO - 9: 19/60 320/694 (2.88s) (28 failed) (bbtests.BitbakeTests.test_invalid_recipe_src_uri)
2026-07-03 08:19:35,599 - oe-selftest - INFO - wic.Wic2.test_efi_plugin_unified_kernel_image_qemu (subunit.RemotedTestCase)
2026-07-03 08:19:35,599 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:35,599 - oe-selftest - INFO - 3: 28/71 321/694 (1.66s) (44 failed) (wic.Wic2.test_efi_plugin_unified_kernel_image_qemu)
2026-07-03 08:19:35,600 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:35,684 - oe-selftest - INFO - prservice.BitbakePrTests.test_pr_service_deb_arch_dep (subunit.RemotedTestCase)
2026-07-03 08:19:35,684 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:35,684 - oe-selftest - INFO - 1: 30/61 322/694 (2.78s) (56 failed) (prservice.BitbakePrTests.test_pr_service_deb_arch_dep)
2026-07-03 08:19:35,685 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 121, in test_pr_service_deb_arch_dep
    self.run_test_pr_service('m4', 'deb', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:33.605001)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:36649, PID: 1850928
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:35,831 - oe-selftest - INFO - uboot.UBootConfigTest.test_uboot_config_extract_error_nothing_set (subunit.RemotedTestCase)
2026-07-03 08:19:35,831 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:35,831 - oe-selftest - INFO - 11: 33/46 323/694 (4.27s) (56 failed) (uboot.UBootConfigTest.test_uboot_config_extract_error_nothing_set)
2026-07-03 08:19:35,831 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 293, in test_uboot_config_extract_error_nothing_set
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:36,041 - oe-selftest - INFO - wic.Wic.test_compress_bzip2 (subunit.RemotedTestCase)
2026-07-03 08:19:36,041 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:36,042 - oe-selftest - INFO - 2: 28/62 324/694 (1.69s) (46 failed) (wic.Wic.test_compress_bzip2)
2026-07-03 08:19:36,042 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:36,493 - oe-selftest - INFO - bbtests.BitbakeTests.test_just_parse (subunit.RemotedTestCase)
2026-07-03 08:19:36,493 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:36,493 - oe-selftest - INFO - 9: 20/60 325/694 (1.01s) (28 failed) (bbtests.BitbakeTests.test_just_parse)
2026-07-03 08:19:36,494 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 182, in test_just_parse
    result = runCmd('bitbake -p')
             ^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake -p' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:37,210 - oe-selftest - INFO - wic.Wic2.test_empty_plugin (subunit.RemotedTestCase)
2026-07-03 08:19:37,210 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:37,210 - oe-selftest - INFO - 3: 29/71 326/694 (1.61s) (46 failed) (wic.Wic2.test_empty_plugin)
2026-07-03 08:19:37,210 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:37,482 - oe-selftest - INFO - uboot.UBootConfigTest.test_uboot_config_extract_error_set_both_config_and_machine (subunit.RemotedTestCase)
2026-07-03 08:19:37,483 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:37,483 - oe-selftest - INFO - 11: 34/46 327/694 (1.65s) (58 failed) (uboot.UBootConfigTest.test_uboot_config_extract_error_set_both_config_and_machine)
2026-07-03 08:19:37,483 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 314, in test_uboot_config_extract_error_set_both_config_and_machine
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:37,512 - oe-selftest - INFO - bbtests.BitbakeTests.test_local_sstate (subunit.RemotedTestCase)
2026-07-03 08:19:37,512 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:37,512 - oe-selftest - INFO - 9: 21/60 328/694 (1.02s) (30 failed) (bbtests.BitbakeTests.test_local_sstate)
2026-07-03 08:19:37,512 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 52, in test_local_sstate
    bitbake('selftest-hello-native')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:37,546 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcbranch (subunit.RemotedTestCase)
2026-07-03 08:19:37,546 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:37,547 - oe-selftest - INFO - 5: 23/51 329/694 (2.63s) (20 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcbranch)
2026-07-03 08:19:37,547 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 795, in test_recipetool_create_git_srcbranch
    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;protocol=https', 'matchbox-keyboard-0-1')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 774, in _test_recipetool_create_git
    result = runCmd('recipetool create -o %s%s "%s"' % (temprecipe, options, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa6p12ycr3/recipe -B matchbox-keyboard-0-1 "git://git.yoctoproject.org/matchbox-keyboard;protocol=https"' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;protocol=https;branch=matchbox-keyboard-0-1...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:37,639 - oe-selftest - INFO - wic.Wic.test_compress_gzip (subunit.RemotedTestCase)
2026-07-03 08:19:37,639 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:37,639 - oe-selftest - INFO - 2: 29/62 330/694 (1.60s) (48 failed) (wic.Wic.test_compress_gzip)
2026-07-03 08:19:37,639 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:38,475 - oe-selftest - INFO - prservice.BitbakePrTests.test_pr_service_deb_arch_indep (subunit.RemotedTestCase)
2026-07-03 08:19:38,475 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:38,475 - oe-selftest - INFO - 1: 31/61 331/694 (2.79s) (58 failed) (prservice.BitbakePrTests.test_pr_service_deb_arch_indep)
2026-07-03 08:19:38,475 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 130, in test_pr_service_deb_arch_indep
    self.run_test_pr_service('xcursor-transparent-theme', 'deb', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:36.410622)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:38845, PID: 1851281
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:38,508 - oe-selftest - INFO - bbtests.BitbakeTests.test_non_gplv3 (subunit.RemotedTestCase)
2026-07-03 08:19:38,508 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:38,508 - oe-selftest - INFO - 9: 22/60 332/694 (1.00s) (32 failed) (bbtests.BitbakeTests.test_non_gplv3)
2026-07-03 08:19:38,508 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 240, in test_non_gplv3
    self.assertEqual(result.status, 0, "Bitbake failed, exit code %s, output %s" % (result.status, result.output))
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : Bitbake failed, exit code 1, output NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:38,862 - oe-selftest - INFO - wic.Wic2.test_empty_zeroize_plugin (subunit.RemotedTestCase)
2026-07-03 08:19:38,863 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:38,863 - oe-selftest - INFO - 3: 30/71 333/694 (1.65s) (48 failed) (wic.Wic2.test_empty_zeroize_plugin)
2026-07-03 08:19:38,863 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:39,077 - oe-selftest - INFO - uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_binary (subunit.RemotedTestCase)
2026-07-03 08:19:39,078 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:39,078 - oe-selftest - INFO - 11: 35/46 334/694 (1.60s) (60 failed) (uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_binary)
2026-07-03 08:19:39,078 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 358, in test_uboot_config_extract_error_set_uboot_config_binary
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:39,300 - oe-selftest - INFO - wic.Wic.test_compress_xz (subunit.RemotedTestCase)
2026-07-03 08:19:39,300 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:39,300 - oe-selftest - INFO - 2: 30/62 335/694 (1.66s) (50 failed) (wic.Wic.test_compress_xz)
2026-07-03 08:19:39,300 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:40,186 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_branch (subunit.RemotedTestCase)
2026-07-03 08:19:40,186 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:40,186 - oe-selftest - INFO - 5: 24/51 336/694 (2.64s) (22 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_branch)
2026-07-03 08:19:40,186 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 792, in test_recipetool_create_git_srcuri_branch
    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 774, in _test_recipetool_create_git
    result = runCmd('recipetool create -o %s%s "%s"' % (temprecipe, options, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa4q7jxo5d/recipe "git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https"' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:40,519 - oe-selftest - INFO - wic.Wic2.test_expand_mbr_image (subunit.RemotedTestCase)
2026-07-03 08:19:40,519 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:40,519 - oe-selftest - INFO - 3: 31/71 337/694 (1.66s) (50 failed) (wic.Wic2.test_expand_mbr_image)
2026-07-03 08:19:40,520 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:40,738 - oe-selftest - INFO - uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_fragments (subunit.RemotedTestCase)
2026-07-03 08:19:40,738 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:40,738 - oe-selftest - INFO - 11: 36/46 338/694 (1.66s) (62 failed) (uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_fragments)
2026-07-03 08:19:40,738 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 402, in test_uboot_config_extract_error_set_uboot_config_fragments
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:40,932 - oe-selftest - INFO - wic.Wic.test_debug_long (subunit.RemotedTestCase)
2026-07-03 08:19:40,932 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:40,932 - oe-selftest - INFO - 2: 31/62 339/694 (1.63s) (52 failed) (wic.Wic.test_debug_long)
2026-07-03 08:19:40,932 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:41,149 - oe-selftest - INFO - bbtests.BitbakeTests.test_postfile (subunit.RemotedTestCase)
2026-07-03 08:19:41,150 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:41,150 - oe-selftest - INFO - 9: 23/60 340/694 (2.64s) (34 failed) (bbtests.BitbakeTests.test_postfile)
2026-07-03 08:19:41,224 - oe-selftest - INFO - prservice.BitbakePrTests.test_pr_service_ipk_arch_dep (subunit.RemotedTestCase)
2026-07-03 08:19:41,225 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:41,225 - oe-selftest - INFO - 1: 32/61 341/694 (2.75s) (60 failed) (prservice.BitbakePrTests.test_pr_service_ipk_arch_dep)
2026-07-03 08:19:41,225 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 124, in test_pr_service_ipk_arch_dep
    self.run_test_pr_service('m4', 'ipk', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:39.179254)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:40123, PID: 1851643
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:42,141 - oe-selftest - INFO - wic.Wic2.test_extra_filesystem_space (subunit.RemotedTestCase)
2026-07-03 08:19:42,142 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:42,142 - oe-selftest - INFO - 3: 32/71 342/694 (1.62s) (52 failed) (wic.Wic2.test_extra_filesystem_space)
2026-07-03 08:19:42,142 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:42,389 - oe-selftest - INFO - uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_image_fstypes (subunit.RemotedTestCase)
2026-07-03 08:19:42,389 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:42,389 - oe-selftest - INFO - 11: 37/46 343/694 (1.65s) (64 failed) (uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_image_fstypes)
2026-07-03 08:19:42,389 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 336, in test_uboot_config_extract_error_set_uboot_config_image_fstypes
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:42,573 - oe-selftest - INFO - wic.Wic.test_debug_short (subunit.RemotedTestCase)
2026-07-03 08:19:42,573 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:42,573 - oe-selftest - INFO - 2: 32/62 344/694 (1.64s) (54 failed) (wic.Wic.test_debug_short)
2026-07-03 08:19:42,574 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:42,828 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_master (subunit.RemotedTestCase)
2026-07-03 08:19:42,829 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:42,829 - oe-selftest - INFO - 5: 25/51 345/694 (2.64s) (24 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_master)
2026-07-03 08:19:42,829 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 789, in test_recipetool_create_git_srcuri_master
    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 774, in _test_recipetool_create_git
    result = runCmd('recipetool create -o %s%s "%s"' % (temprecipe, options, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa05v4j9fa/recipe "git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https"' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:43,811 - oe-selftest - INFO - wic.Wic2.test_extra_partition_plugin (subunit.RemotedTestCase)
2026-07-03 08:19:43,811 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:43,811 - oe-selftest - INFO - 3: 33/71 346/694 (1.67s) (54 failed) (wic.Wic2.test_extra_partition_plugin)
2026-07-03 08:19:43,812 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:44,022 - oe-selftest - INFO - uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_make_opts (subunit.RemotedTestCase)
2026-07-03 08:19:44,023 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:44,023 - oe-selftest - INFO - 11: 38/46 347/694 (1.63s) (66 failed) (uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_make_opts)
2026-07-03 08:19:44,023 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 380, in test_uboot_config_extract_error_set_uboot_config_make_opts
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:44,056 - oe-selftest - INFO - prservice.BitbakePrTests.test_pr_service_ipk_arch_indep (subunit.RemotedTestCase)
2026-07-03 08:19:44,056 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:44,056 - oe-selftest - INFO - 1: 33/61 348/694 (2.83s) (62 failed) (prservice.BitbakePrTests.test_pr_service_ipk_arch_indep)
2026-07-03 08:19:44,056 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 133, in test_pr_service_ipk_arch_indep
    self.run_test_pr_service('xcursor-transparent-theme', 'ipk', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:41.952001)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:41441, PID: 1852732
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:44,230 - oe-selftest - INFO - wic.Wic.test_default_output_dir (subunit.RemotedTestCase)
2026-07-03 08:19:44,230 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:44,230 - oe-selftest - INFO - 2: 33/62 349/694 (1.66s) (56 failed) (wic.Wic.test_default_output_dir)
2026-07-03 08:19:44,230 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:45,128 - oe-selftest - INFO - bbtests.BitbakeTests.test_prefile (subunit.RemotedTestCase)
2026-07-03 08:19:45,128 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:45,128 - oe-selftest - INFO - 9: 24/60 350/694 (3.98s) (34 failed) (bbtests.BitbakeTests.test_prefile)
2026-07-03 08:19:45,447 - oe-selftest - INFO - wic.Wic2.test_extra_partition_space (subunit.RemotedTestCase)
2026-07-03 08:19:45,447 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:45,447 - oe-selftest - INFO - 3: 34/71 351/694 (1.64s) (56 failed) (wic.Wic2.test_extra_partition_space)
2026-07-03 08:19:45,447 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:45,452 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_github (subunit.RemotedTestCase)
2026-07-03 08:19:45,452 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:45,452 - oe-selftest - INFO - 5: 26/51 352/694 (2.62s) (26 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_github)
2026-07-03 08:19:45,452 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 469, in test_recipetool_create_github
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command '['recipetool', 'create', '-o', '/tmp/recipetoolqaeuqbxpsb/recipe', 'https://github.com/mesonbuild/meson;rev=0.52.1']' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://github.com/mesonbuild/meson;rev=0.52.1;protocol=https;nobranch=1...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:45,710 - oe-selftest - INFO - uboot.UBootConfigTest.test_uboot_config_extract_legacy (subunit.RemotedTestCase)
2026-07-03 08:19:45,710 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:45,710 - oe-selftest - INFO - 11: 39/46 353/694 (1.69s) (68 failed) (uboot.UBootConfigTest.test_uboot_config_extract_legacy)
2026-07-03 08:19:45,711 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 238, in test_uboot_config_extract_legacy
    bitbake("-e u-boot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e u-boot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:45,844 - oe-selftest - INFO - wic.Wic.test_efi_bootpart (subunit.RemotedTestCase)
2026-07-03 08:19:45,844 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:45,844 - oe-selftest - INFO - 2: 34/62 354/694 (1.61s) (58 failed) (wic.Wic.test_efi_bootpart)
2026-07-03 08:19:45,844 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:46,917 - oe-selftest - INFO - prservice.BitbakePrTests.test_pr_service_rpm_arch_dep (subunit.RemotedTestCase)
2026-07-03 08:19:46,917 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:46,917 - oe-selftest - INFO - 1: 34/61 355/694 (2.86s) (64 failed) (prservice.BitbakePrTests.test_pr_service_rpm_arch_dep)
2026-07-03 08:19:46,917 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 118, in test_pr_service_rpm_arch_dep
    self.run_test_pr_service('m4', 'rpm', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:44.761340)
NOTE: Reconnecting to bitbake server...
NOTE: Previous bitbake instance shutting down?, waiting to retry... (08:19:44.761798)
NOTE: Directory listing: ['meta-selftest', 'tmp-mc-tiny', 'bitbake-cookerdaemon.log', 'tmp-mc-musl', 'cache', 'tmp', 'conf', 'classes']
NOTE: Retrying server connection (#2)... (08:19:44.868745)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:40933, PID: 1853047
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:47,050 - oe-selftest - INFO - wic.Wic2.test_fixed_size (subunit.RemotedTestCase)
2026-07-03 08:19:47,050 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:47,050 - oe-selftest - INFO - 3: 35/71 356/694 (1.60s) (58 failed) (wic.Wic2.test_fixed_size)
2026-07-03 08:19:47,050 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:47,325 - oe-selftest - INFO - uboot.UBootConfigTest.test_uboot_config_extract_single_config (subunit.RemotedTestCase)
2026-07-03 08:19:47,325 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:47,325 - oe-selftest - INFO - 11: 40/46 357/694 (1.62s) (70 failed) (uboot.UBootConfigTest.test_uboot_config_extract_single_config)
2026-07-03 08:19:47,325 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 212, in test_uboot_config_extract_single_config
    bitbake("-e u-boot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e u-boot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:47,520 - oe-selftest - INFO - wic.Wic.test_exclude_path (subunit.RemotedTestCase)
2026-07-03 08:19:47,521 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:47,521 - oe-selftest - INFO - 2: 35/62 358/694 (1.68s) (60 failed) (wic.Wic.test_exclude_path)
2026-07-03 08:19:47,521 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:48,047 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_github_tarball (subunit.RemotedTestCase)
2026-07-03 08:19:48,047 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:48,047 - oe-selftest - INFO - 5: 27/51 359/694 (2.60s) (28 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_github_tarball)
2026-07-03 08:19:48,048 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 759, in test_recipetool_create_github_tarball
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqarfcl8bc7/recipe https://github.com/mesonbuild/meson/releases/download/0.52.1/meson-0.52.1.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://github.com/mesonbuild/meson/releases/download/0.52.1/meson-0.52.1.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:48,674 - oe-selftest - INFO - wic.Wic2.test_fixed_size_error (subunit.RemotedTestCase)
2026-07-03 08:19:48,674 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:48,674 - oe-selftest - INFO - 3: 36/71 360/694 (1.62s) (60 failed) (wic.Wic2.test_fixed_size_error)
2026-07-03 08:19:48,674 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:49,200 - oe-selftest - INFO - wic.Wic.test_exclude_path_errors (subunit.RemotedTestCase)
2026-07-03 08:19:49,201 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:49,201 - oe-selftest - INFO - 2: 36/62 361/694 (1.68s) (62 failed) (wic.Wic.test_exclude_path_errors)
2026-07-03 08:19:49,201 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:49,816 - oe-selftest - INFO - prservice.BitbakePrTests.test_pr_service_rpm_arch_indep (subunit.RemotedTestCase)
2026-07-03 08:19:49,816 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:49,816 - oe-selftest - INFO - 1: 35/61 362/694 (2.90s) (66 failed) (prservice.BitbakePrTests.test_pr_service_rpm_arch_indep)
2026-07-03 08:19:49,816 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 127, in test_pr_service_rpm_arch_indep
    self.run_test_pr_service('xcursor-transparent-theme', 'rpm', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:47.633225)
NOTE: Reconnecting to bitbake server...
NOTE: Previous bitbake instance shutting down?, waiting to retry... (08:19:47.633611)
NOTE: Directory listing: ['meta-selftest', 'tmp-mc-tiny', 'bitbake-cookerdaemon.log', 'tmp-mc-musl', 'cache', 'tmp', 'conf', 'classes']
NOTE: Retrying server connection (#2)... (08:19:47.738545)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:44591, PID: 1853393
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:50,249 - oe-selftest - INFO - prservice.BitbakePrTests.test_stopping_prservice_message (subunit.RemotedTestCase)
2026-07-03 08:19:50,249 - oe-selftest - INFO -  ... ok
2026-07-03 08:19:50,249 - oe-selftest - INFO - 1: 36/61 363/694 (0.43s) (68 failed) (prservice.BitbakePrTests.test_stopping_prservice_message)
2026-07-03 08:19:50,306 - oe-selftest - INFO - wic.Wic2.test_fs_types (subunit.RemotedTestCase)
2026-07-03 08:19:50,306 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:50,306 - oe-selftest - INFO - 3: 37/71 364/694 (1.63s) (62 failed) (wic.Wic2.test_fs_types)
2026-07-03 08:19:50,306 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:50,868 - oe-selftest - INFO - wic.Wic.test_exclude_path_with_extra_space (subunit.RemotedTestCase)
2026-07-03 08:19:50,868 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:50,868 - oe-selftest - INFO - 2: 37/62 365/694 (1.67s) (64 failed) (wic.Wic.test_exclude_path_with_extra_space)
2026-07-03 08:19:50,868 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:50,873 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_go (subunit.RemotedTestCase)
2026-07-03 08:19:50,874 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:50,874 - oe-selftest - INFO - 5: 28/51 366/694 (2.83s) (30 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_go)
2026-07-03 08:19:50,874 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 816, in test_recipetool_create_go
    result = runCmd('recipetool create -o %s %s -S %s -B %s' % (temprecipe, srcuri, srcrev, srcbranch))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqaakmumpls/recipe https://git.yoctoproject.org/recipetool-go-test.git -S c3e213c01b6c1406b430df03ef0d1ae77de5d2f7 -B main' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/recipetool-go-test.git;protocol=https;branch=main...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:51,983 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_npm (subunit.RemotedTestCase)
2026-07-03 08:19:51,983 - oe-selftest - INFO -  ... skipped 'Test needs meta-oe for nodejs\n'
2026-07-03 08:19:51,983 - oe-selftest - INFO - 5: 29/51 367/694 (1.11s) (32 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_npm)
2026-07-03 08:19:51,983 - oe-selftest - INFO - Test needs meta-oe for nodejs

2026-07-03 08:19:51,984 - oe-selftest - INFO - wic.Wic2.test_gpt_partition_name (subunit.RemotedTestCase)
2026-07-03 08:19:51,984 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:51,984 - oe-selftest - INFO - 3: 38/71 368/694 (1.68s) (64 failed) (wic.Wic2.test_gpt_partition_name)
2026-07-03 08:19:51,984 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:52,424 - oe-selftest - INFO - wic.Wic.test_extra_space (subunit.RemotedTestCase)
2026-07-03 08:19:52,425 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:52,425 - oe-selftest - INFO - 2: 38/62 369/694 (1.56s) (66 failed) (wic.Wic.test_extra_space)
2026-07-03 08:19:52,425 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:52,463 - oe-selftest - INFO - runtime_test.Postinst.test_failing_postinst (subunit.RemotedTestCase)
2026-07-03 08:19:52,464 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:52,464 - oe-selftest - INFO - 1: 37/61 370/694 (2.21s) (68 failed) (runtime_test.Postinst.test_failing_postinst)
2026-07-03 08:19:52,464 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 395, in test_failing_postinst
    vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:53,648 - oe-selftest - INFO - wic.Wic2.test_image_bootpart_globbed (subunit.RemotedTestCase)
2026-07-03 08:19:53,649 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:53,649 - oe-selftest - INFO - 3: 39/71 371/694 (1.66s) (66 failed) (wic.Wic2.test_image_bootpart_globbed)
2026-07-03 08:19:53,649 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:54,080 - oe-selftest - INFO - wic.Wic.test_gpt_image (subunit.RemotedTestCase)
2026-07-03 08:19:54,081 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:54,081 - oe-selftest - INFO - 2: 39/62 372/694 (1.66s) (68 failed) (wic.Wic.test_gpt_image)
2026-07-03 08:19:54,081 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:54,103 - oe-selftest - INFO - runtime_test.Postinst.test_postinst_rootfs_and_boot_systemd (subunit.RemotedTestCase)
2026-07-03 08:19:54,104 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:54,104 - oe-selftest - INFO - 1: 38/61 373/694 (1.64s) (70 failed) (runtime_test.Postinst.test_postinst_rootfs_and_boot_systemd)
2026-07-03 08:19:54,104 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 380, in test_postinst_rootfs_and_boot_systemd
    self.init_manager_loop("systemd")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 308, in init_manager_loop
    vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:54,442 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_flit_core_buildapi (subunit.RemotedTestCase)
2026-07-03 08:19:54,442 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:54,442 - oe-selftest - INFO - 5: 30/51 374/694 (2.46s) (32 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_flit_core_buildapi)
2026-07-03 08:19:54,442 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 676, in test_recipetool_create_python3_pep517_flit_core_buildapi
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqayehzptjq/recipe https://files.pythonhosted.org/packages/1f/7a/8b94bb016069caa12fc9f587b28080ac33b4fbb8ca369b98bc0a4828543e/typing_extensions-4.8.0.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/1f/7a/8b94bb016069caa12fc9f587b28080ac33b4fbb8ca369b98bc0a4828543e/typing_extensions-4.8.0.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:55,306 - oe-selftest - INFO - wic.Wic2.test_image_env (subunit.RemotedTestCase)
2026-07-03 08:19:55,307 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:55,307 - oe-selftest - INFO - 3: 40/71 375/694 (1.66s) (68 failed) (wic.Wic2.test_image_env)
2026-07-03 08:19:55,307 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:55,700 - oe-selftest - INFO - wic.Wic.test_grub_install_pcbios (subunit.RemotedTestCase)
2026-07-03 08:19:55,700 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:55,701 - oe-selftest - INFO - 2: 40/62 376/694 (1.62s) (70 failed) (wic.Wic.test_grub_install_pcbios)
2026-07-03 08:19:55,701 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:55,752 - oe-selftest - INFO - runtime_test.Postinst.test_postinst_rootfs_and_boot_sysvinit (subunit.RemotedTestCase)
2026-07-03 08:19:55,753 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:55,753 - oe-selftest - INFO - 1: 39/61 377/694 (1.65s) (72 failed) (runtime_test.Postinst.test_postinst_rootfs_and_boot_sysvinit)
2026-07-03 08:19:55,753 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 358, in test_postinst_rootfs_and_boot_sysvinit
    self.init_manager_loop("sysvinit")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 308, in init_manager_loop
    vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:56,952 - oe-selftest - INFO - wic.Wic2.test_image_vars_dir_long (subunit.RemotedTestCase)
2026-07-03 08:19:56,952 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:56,952 - oe-selftest - INFO - 3: 41/71 378/694 (1.65s) (70 failed) (wic.Wic2.test_image_vars_dir_long)
2026-07-03 08:19:56,952 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:57,069 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_hatchling (subunit.RemotedTestCase)
2026-07-03 08:19:57,069 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:57,069 - oe-selftest - INFO - 5: 31/51 379/694 (2.63s) (34 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_hatchling)
2026-07-03 08:19:57,069 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 698, in test_recipetool_create_python3_pep517_hatchling
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqak_h4s3yx/recipe https://files.pythonhosted.org/packages/e4/43/087b24516db11722c8687e0caf0f66c7785c0b1c51b0ab951dfde924e3f5/jsonschema-4.19.1.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/e4/43/087b24516db11722c8687e0caf0f66c7785c0b1c51b0ab951dfde924e3f5/jsonschema-4.19.1.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:19:57,351 - oe-selftest - INFO - wic.Wic.test_include_path (subunit.RemotedTestCase)
2026-07-03 08:19:57,351 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:57,351 - oe-selftest - INFO - 2: 41/62 380/694 (1.65s) (72 failed) (wic.Wic.test_include_path)
2026-07-03 08:19:57,352 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:58,620 - oe-selftest - INFO - wic.Wic2.test_image_vars_dir_short (subunit.RemotedTestCase)
2026-07-03 08:19:58,620 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:19:58,621 - oe-selftest - INFO - 3: 42/71 381/694 (1.67s) (72 failed) (wic.Wic2.test_image_vars_dir_short)
2026-07-03 08:19:58,621 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:19:58,839 - oe-selftest - INFO - sstatetests.SStateFindSiginfo.test_sstate_compare_sigfiles_and_find_siginfo (subunit.RemotedTestCase)
2026-07-03 08:19:58,839 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:19:58,840 - oe-selftest - INFO - 1: 40/61 382/694 (3.09s) (74 failed) (sstatetests.SStateFindSiginfo.test_sstate_compare_sigfiles_and_find_siginfo)
2026-07-03 08:19:58,840 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 751, in test_sstate_compare_sigfiles_and_find_siginfo
    bitbake("%s -c do_tmptask1 -S none" % pn)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  binutils -c do_tmptask1 -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:19:59,019 - oe-selftest - INFO - wic.Wic.test_include_path_embeded (subunit.RemotedTestCase)
2026-07-03 08:19:59,020 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:19:59,020 - oe-selftest - INFO - 2: 42/62 383/694 (1.67s) (74 failed) (wic.Wic.test_include_path_embeded)
2026-07-03 08:19:59,020 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:19:59,701 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_maturin (subunit.RemotedTestCase)
2026-07-03 08:19:59,701 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:59,701 - oe-selftest - INFO - 5: 32/51 384/694 (2.63s) (36 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_maturin)
2026-07-03 08:19:59,701 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 721, in test_recipetool_create_python3_pep517_maturin
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa7uo27md6/recipe https://files.pythonhosted.org/packages/64/26/cffb93fe9c6b5a91c497f37fae14a4b073ecbc47fc36a9979c7aa888b245/pydantic_core-2.14.5.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/64/26/cffb93fe9c6b5a91c497f37fae14a4b073ecbc47fc36a9979c7aa888b245/pydantic_core-2.14.5.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:00,260 - oe-selftest - INFO - wic.Wic2.test_kickstart_parser (subunit.RemotedTestCase)
2026-07-03 08:20:00,260 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:20:00,260 - oe-selftest - INFO - 3: 43/71 385/694 (1.64s) (74 failed) (wic.Wic2.test_kickstart_parser)
2026-07-03 08:20:00,261 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:20:00,495 - oe-selftest - INFO - wic.ModifyTests.test_wic_cp (subunit.RemotedTestCase)
2026-07-03 08:20:00,495 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:20:00,495 - oe-selftest - INFO - 1: 41/61 386/694 (1.66s) (76 failed) (wic.ModifyTests.test_wic_cp)
2026-07-03 08:20:00,495 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:00,664 - oe-selftest - INFO - wic.Wic.test_include_path_errors (subunit.RemotedTestCase)
2026-07-03 08:20:00,665 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:00,665 - oe-selftest - INFO - 2: 43/62 387/694 (1.65s) (76 failed) (wic.Wic.test_include_path_errors)
2026-07-03 08:20:00,665 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:01,890 - oe-selftest - INFO - wic.Wic2.test_mkfs_extraopts (subunit.RemotedTestCase)
2026-07-03 08:20:01,891 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:20:01,891 - oe-selftest - INFO - 3: 44/71 388/694 (1.63s) (76 failed) (wic.Wic2.test_mkfs_extraopts)
2026-07-03 08:20:01,891 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:20:02,175 - oe-selftest - INFO - wic.ModifyTests.test_wic_cp_ext (subunit.RemotedTestCase)
2026-07-03 08:20:02,175 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:20:02,175 - oe-selftest - INFO - 1: 42/61 389/694 (1.68s) (78 failed) (wic.ModifyTests.test_wic_cp_ext)
2026-07-03 08:20:02,175 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:02,266 - oe-selftest - INFO - bbtests.BitbakeTests.test_rename_downloaded_file (subunit.RemotedTestCase)
2026-07-03 08:20:02,267 - oe-selftest - INFO -  ... ok
2026-07-03 08:20:02,267 - oe-selftest - INFO - 9: 25/60 390/694 (17.14s) (34 failed) (bbtests.BitbakeTests.test_rename_downloaded_file)
2026-07-03 08:20:02,299 - oe-selftest - INFO - wic.Wic.test_iso_image (subunit.RemotedTestCase)
2026-07-03 08:20:02,299 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:02,299 - oe-selftest - INFO - 2: 44/62 391/694 (1.63s) (78 failed) (wic.Wic.test_iso_image)
2026-07-03 08:20:02,300 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:02,378 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_mesonpy (subunit.RemotedTestCase)
2026-07-03 08:20:02,379 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:02,379 - oe-selftest - INFO - 5: 33/51 392/694 (2.68s) (38 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_mesonpy)
2026-07-03 08:20:02,379 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 743, in test_recipetool_create_python3_pep517_mesonpy
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa6c2xbrp7/recipe https://files.pythonhosted.org/packages/c2/32/b934a70592f314afcfa86c7f7e388804a8061be65b822e2aa07e573b6477/siphash24-1.4.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/c2/32/b934a70592f314afcfa86c7f7e388804a8061be65b822e2aa07e573b6477/siphash24-1.4.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:03,539 - oe-selftest - INFO - wic.Wic2.test_offset (subunit.RemotedTestCase)
2026-07-03 08:20:03,539 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:20:03,539 - oe-selftest - INFO - 3: 45/71 393/694 (1.65s) (78 failed) (wic.Wic2.test_offset)
2026-07-03 08:20:03,539 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:20:03,839 - oe-selftest - INFO - wic.ModifyTests.test_wic_ls (subunit.RemotedTestCase)
2026-07-03 08:20:03,839 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:20:03,839 - oe-selftest - INFO - 1: 43/61 394/694 (1.66s) (80 failed) (wic.ModifyTests.test_wic_ls)
2026-07-03 08:20:03,840 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:03,968 - oe-selftest - INFO - wic.Wic.test_kernel_install (subunit.RemotedTestCase)
2026-07-03 08:20:03,968 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:03,968 - oe-selftest - INFO - 2: 45/62 395/694 (1.67s) (80 failed) (wic.Wic.test_kernel_install)
2026-07-03 08:20:03,969 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:04,325 - oe-selftest - INFO - bbtests.BitbakeTests.test_run_bitbake_from_dir_1 (subunit.RemotedTestCase)
2026-07-03 08:20:04,325 - oe-selftest - INFO -  ... ok
2026-07-03 08:20:04,325 - oe-selftest - INFO - 9: 26/60 396/694 (2.06s) (34 failed) (bbtests.BitbakeTests.test_run_bitbake_from_dir_1)
2026-07-03 08:20:05,061 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_poetry_core_masonry_api (subunit.RemotedTestCase)
2026-07-03 08:20:05,061 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:05,062 - oe-selftest - INFO - 5: 34/51 397/694 (2.68s) (40 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_poetry_core_masonry_api)
2026-07-03 08:20:05,062 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 654, in test_recipetool_create_python3_pep517_poetry_core_masonry_api
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqanhfsksni/recipe https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:05,161 - oe-selftest - INFO - wic.Wic2.test_qemu (subunit.RemotedTestCase)
2026-07-03 08:20:05,161 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:20:05,161 - oe-selftest - INFO - 3: 46/71 398/694 (1.62s) (80 failed) (wic.Wic2.test_qemu)
2026-07-03 08:20:05,162 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:20:05,473 - oe-selftest - INFO - wic.ModifyTests.test_wic_ls_ext (subunit.RemotedTestCase)
2026-07-03 08:20:05,473 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:20:05,474 - oe-selftest - INFO - 1: 44/61 399/694 (1.63s) (82 failed) (wic.ModifyTests.test_wic_ls_ext)
2026-07-03 08:20:05,474 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:05,626 - oe-selftest - INFO - wic.Wic.test_mkefidisk (subunit.RemotedTestCase)
2026-07-03 08:20:05,627 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:05,627 - oe-selftest - INFO - 2: 46/62 400/694 (1.66s) (82 failed) (wic.Wic.test_mkefidisk)
2026-07-03 08:20:05,627 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:05,895 - oe-selftest - INFO - bbtests.BitbakeTests.test_run_bitbake_from_dir_2 (subunit.RemotedTestCase)
2026-07-03 08:20:05,895 - oe-selftest - INFO -  ... ok
2026-07-03 08:20:05,895 - oe-selftest - INFO - 9: 27/60 401/694 (1.57s) (34 failed) (bbtests.BitbakeTests.test_run_bitbake_from_dir_2)
2026-07-03 08:20:06,816 - oe-selftest - INFO - wic.Wic2.test_qemu_efi (subunit.RemotedTestCase)
2026-07-03 08:20:06,816 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:20:06,816 - oe-selftest - INFO - 3: 47/71 402/694 (1.66s) (82 failed) (wic.Wic2.test_qemu_efi)
2026-07-03 08:20:06,816 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:20:07,143 - oe-selftest - INFO - wic.ModifyTests.test_wic_rm (subunit.RemotedTestCase)
2026-07-03 08:20:07,144 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:20:07,144 - oe-selftest - INFO - 1: 45/61 403/694 (1.67s) (84 failed) (wic.ModifyTests.test_wic_rm)
2026-07-03 08:20:07,144 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:07,295 - oe-selftest - INFO - wic.Wic.test_no_fstab_update (subunit.RemotedTestCase)
2026-07-03 08:20:07,295 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:07,295 - oe-selftest - INFO - 2: 47/62 404/694 (1.67s) (84 failed) (wic.Wic.test_no_fstab_update)
2026-07-03 08:20:07,295 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:07,513 - oe-selftest - INFO - bbtests.BitbakeTests.test_run_bitbake_from_dir_3 (subunit.RemotedTestCase)
2026-07-03 08:20:07,514 - oe-selftest - INFO -  ... ok
2026-07-03 08:20:07,514 - oe-selftest - INFO - 9: 28/60 405/694 (1.62s) (34 failed) (bbtests.BitbakeTests.test_run_bitbake_from_dir_3)
2026-07-03 08:20:07,672 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta (subunit.RemotedTestCase)
2026-07-03 08:20:07,672 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:07,672 - oe-selftest - INFO - 5: 35/51 406/694 (2.61s) (42 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta)
2026-07-03 08:20:07,673 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 587, in test_recipetool_create_python3_pep517_setuptools_build_meta
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa7y02dqe5/recipe https://files.pythonhosted.org/packages/a1/fb/f95560c6a5d4469d9c49e24cf1b5d4d21ffab5608251c6020a965fb7791c/webcolors-1.13.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/a1/fb/f95560c6a5d4469d9c49e24cf1b5d4d21ffab5608251c6020a965fb7791c/webcolors-1.13.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:08,477 - oe-selftest - INFO - wic.Wic2.test_rawcopy_plugin (subunit.RemotedTestCase)
2026-07-03 08:20:08,477 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:20:08,477 - oe-selftest - INFO - 3: 48/71 407/694 (1.66s) (84 failed) (wic.Wic2.test_rawcopy_plugin)
2026-07-03 08:20:08,478 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:20:08,525 - oe-selftest - INFO - bbtests.BitbakeTests.test_setscene_only (subunit.RemotedTestCase)
2026-07-03 08:20:08,526 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:08,526 - oe-selftest - INFO - 9: 29/60 408/694 (1.01s) (34 failed) (bbtests.BitbakeTests.test_setscene_only)
2026-07-03 08:20:08,526 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 252, in test_setscene_only
    bitbake(test_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:08,759 - oe-selftest - INFO - wic.ModifyTests.test_wic_rm_ext (subunit.RemotedTestCase)
2026-07-03 08:20:08,759 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:20:08,759 - oe-selftest - INFO - 1: 46/61 409/694 (1.62s) (86 failed) (wic.ModifyTests.test_wic_rm_ext)
2026-07-03 08:20:08,760 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:08,956 - oe-selftest - INFO - wic.Wic.test_no_fstab_update_errors (subunit.RemotedTestCase)
2026-07-03 08:20:08,956 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:08,957 - oe-selftest - INFO - 2: 48/62 410/694 (1.66s) (86 failed) (wic.Wic.test_no_fstab_update_errors)
2026-07-03 08:20:08,957 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:09,512 - oe-selftest - INFO - bbtests.BitbakeTests.test_skip_setscene (subunit.RemotedTestCase)
2026-07-03 08:20:09,513 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:09,513 - oe-selftest - INFO - 9: 30/60 411/694 (0.99s) (36 failed) (bbtests.BitbakeTests.test_skip_setscene)
2026-07-03 08:20:09,513 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 265, in test_skip_setscene
    bitbake(test_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:10,125 - oe-selftest - INFO - wic.Wic2.test_rawcopy_plugin_qemu (subunit.RemotedTestCase)
2026-07-03 08:20:10,125 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:20:10,125 - oe-selftest - INFO - 3: 49/71 412/694 (1.65s) (86 failed) (wic.Wic2.test_rawcopy_plugin_qemu)
2026-07-03 08:20:10,125 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:20:10,324 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta_license_pep639 (subunit.RemotedTestCase)
2026-07-03 08:20:10,324 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:10,325 - oe-selftest - INFO - 5: 36/51 413/694 (2.65s) (44 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta_license_pep639)
2026-07-03 08:20:10,325 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 632, in test_recipetool_create_python3_pep517_setuptools_build_meta_license_pep639
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa1n_5ucyf/recipe https://files.pythonhosted.org/packages/21/7a/21930ae148f94c458ca2f8f554d4e737e17c1db8b152238f530fc0c89e32/sphinxcontrib_svg2pdfconverter-2.0.0.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/21/7a/21930ae148f94c458ca2f8f554d4e737e17c1db8b152238f530fc0c89e32/sphinxcontrib_svg2pdfconverter-2.0.0.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:10,541 - oe-selftest - INFO - bbtests.BitbakeTests.test_unexpanded_variable_in_path (subunit.RemotedTestCase)
2026-07-03 08:20:10,541 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:10,541 - oe-selftest - INFO - 9: 31/60 414/694 (1.03s) (38 failed) (bbtests.BitbakeTests.test_unexpanded_variable_in_path)
2026-07-03 08:20:10,542 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 377, in test_unexpanded_variable_in_path
    self.assertTrue(re.search("ERROR: Directory name /.* contains unexpanded bitbake variable. This may cause build failures and WORKDIR polution",
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : mkdirhier with unexpanded variable should have failed: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:10,566 - oe-selftest - INFO - wic.Wic.test_no_table (subunit.RemotedTestCase)
2026-07-03 08:20:10,566 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:10,566 - oe-selftest - INFO - 2: 49/62 415/694 (1.61s) (88 failed) (wic.Wic.test_no_table)
2026-07-03 08:20:10,566 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:11,533 - oe-selftest - INFO - bbtests.BitbakeTests.test_version (subunit.RemotedTestCase)
2026-07-03 08:20:11,533 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:11,534 - oe-selftest - INFO - 9: 32/60 416/694 (0.99s) (40 failed) (bbtests.BitbakeTests.test_version)
2026-07-03 08:20:11,534 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 186, in test_version
    result = runCmd('bitbake -s | grep wget')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake -s | grep wget' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:11,776 - oe-selftest - INFO - wic.Wic2.test_rawcopy_plugin_unpack (subunit.RemotedTestCase)
2026-07-03 08:20:11,776 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:20:11,776 - oe-selftest - INFO - 3: 50/71 417/694 (1.65s) (88 failed) (wic.Wic2.test_rawcopy_plugin_unpack)
2026-07-03 08:20:11,777 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:20:12,269 - oe-selftest - INFO - wic.Wic.test_partition_hidden_attributes (subunit.RemotedTestCase)
2026-07-03 08:20:12,270 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:12,270 - oe-selftest - INFO - 2: 50/62 418/694 (1.70s) (90 failed) (wic.Wic.test_partition_hidden_attributes)
2026-07-03 08:20:12,270 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:12,563 - oe-selftest - INFO - bbtests.BitbakeTests.test_warnings_errors (subunit.RemotedTestCase)
2026-07-03 08:20:12,563 - oe-selftest - INFO -  ... ok
2026-07-03 08:20:12,563 - oe-selftest - INFO - 9: 33/60 419/694 (1.03s) (42 failed) (bbtests.BitbakeTests.test_warnings_errors)
2026-07-03 08:20:12,991 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta_license_prepep639 (subunit.RemotedTestCase)
2026-07-03 08:20:12,991 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:12,991 - oe-selftest - INFO - 5: 37/51 420/694 (2.67s) (46 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta_license_prepep639)
2026-07-03 08:20:12,992 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 610, in test_recipetool_create_python3_pep517_setuptools_build_meta_license_prepep639
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqaxy4s2uzj/recipe https://files.pythonhosted.org/packages/46/f2/cd8b7584a48ee83f0bc94f8a32fea38734cefcdc6f7324c4d3bfc699457b//yamllint-1.37.1.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/46/f2/cd8b7584a48ee83f0bc94f8a32fea38734cefcdc6f7324c4d3bfc699457b/yamllint-1.37.1.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:13,071 - oe-selftest - INFO - setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:20:13,071 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:13,072 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa5w4yrq74/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa5w4yrq74/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:13,404 - oe-selftest - INFO - wic.Wic2.test_uefi_kernel (subunit.RemotedTestCase)
2026-07-03 08:20:13,405 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:20:13,405 - oe-selftest - INFO - 3: 51/71 421/694 (1.63s) (90 failed) (wic.Wic2.test_uefi_kernel)
2026-07-03 08:20:13,405 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:20:13,913 - oe-selftest - INFO - wic.Wic.test_permissions (subunit.RemotedTestCase)
2026-07-03 08:20:13,913 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:13,913 - oe-selftest - INFO - 2: 51/62 422/694 (1.64s) (92 failed) (wic.Wic.test_permissions)
2026-07-03 08:20:13,913 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:15,047 - oe-selftest - INFO - wic.Wic2.test_wic_image_type (subunit.RemotedTestCase)
2026-07-03 08:20:15,047 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
2026-07-03 08:20:15,047 - oe-selftest - INFO - 3: 52/71 423/694 (1.64s) (92 failed) (wic.Wic2.test_wic_image_type)
2026-07-03 08:20:15,047 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata

2026-07-03 08:20:15,587 - oe-selftest - INFO - fitimage.KernelFitImageRecipeTests.test_fit_image (subunit.RemotedTestCase)
2026-07-03 08:20:15,587 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:15,587 - oe-selftest - INFO - 9: 34/60 424/694 (2.52s) (44 failed) (fitimage.KernelFitImageRecipeTests.test_fit_image)
2026-07-03 08:20:15,587 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1195, in test_fit_image
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:15,609 - oe-selftest - INFO - wic.Wic.test_qemux86_directdisk (subunit.RemotedTestCase)
2026-07-03 08:20:15,610 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:15,610 - oe-selftest - INFO - 2: 52/62 425/694 (1.70s) (94 failed) (wic.Wic.test_qemux86_directdisk)
2026-07-03 08:20:15,610 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:15,655 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools (subunit.RemotedTestCase)
2026-07-03 08:20:15,655 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:15,655 - oe-selftest - INFO - 5: 38/51 426/694 (2.66s) (48 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools)
2026-07-03 08:20:15,655 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 487, in test_recipetool_create_python3_setuptools
    result = runCmd('recipetool create --no-pypi -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create --no-pypi -o /tmp/recipetoolqannem3a5b/recipe https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:17,262 - oe-selftest - INFO - wic.Wic.test_rootfs_artifacts (subunit.RemotedTestCase)
2026-07-03 08:20:17,263 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:17,263 - oe-selftest - INFO - 2: 53/62 427/694 (1.65s) (96 failed) (wic.Wic.test_rootfs_artifacts)
2026-07-03 08:20:17,263 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:17,596 - oe-selftest - INFO - fitimage.KernelFitImageRecipeTests.test_fit_image_ext_dtb_dtbo (subunit.RemotedTestCase)
2026-07-03 08:20:17,596 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:17,596 - oe-selftest - INFO - 9: 35/60 428/694 (2.01s) (46 failed) (fitimage.KernelFitImageRecipeTests.test_fit_image_ext_dtb_dtbo)
2026-07-03 08:20:17,596 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1259, in test_fit_image_ext_dtb_dtbo
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:18,324 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi (subunit.RemotedTestCase)
2026-07-03 08:20:18,325 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:18,325 - oe-selftest - INFO - 5: 39/51 429/694 (2.67s) (50 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi)
2026-07-03 08:20:18,325 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 527, in test_recipetool_create_python3_setuptools_pypi
    runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqaeucl39mq/recipe https://pypi.org/project/python-magic/0.4.15' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:18,900 - oe-selftest - INFO - wic.Wic.test_rootfs_indirect_recipes (subunit.RemotedTestCase)
2026-07-03 08:20:18,900 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:18,900 - oe-selftest - INFO - 2: 54/62 430/694 (1.64s) (98 failed) (wic.Wic.test_rootfs_indirect_recipes)
2026-07-03 08:20:18,901 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:19,608 - oe-selftest - INFO - fitimage.KernelFitImageRecipeTests.test_fit_image_sign_initramfs (subunit.RemotedTestCase)
2026-07-03 08:20:19,608 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:19,608 - oe-selftest - INFO - 9: 36/60 431/694 (2.01s) (48 failed) (fitimage.KernelFitImageRecipeTests.test_fit_image_sign_initramfs)
2026-07-03 08:20:19,608 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1390, in test_fit_image_sign_initramfs
    bb_vars = self._fit_get_bb_vars([
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:20,605 - oe-selftest - INFO - wic.Wic.test_sdimage_bootpart (subunit.RemotedTestCase)
2026-07-03 08:20:20,605 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:20,605 - oe-selftest - INFO - 2: 55/62 432/694 (1.70s) (100 failed) (wic.Wic.test_sdimage_bootpart)
2026-07-03 08:20:20,605 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:20,951 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi_tarball (subunit.RemotedTestCase)
2026-07-03 08:20:20,951 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:20,951 - oe-selftest - INFO - 5: 40/51 433/694 (2.63s) (52 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi_tarball)
2026-07-03 08:20:20,952 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 505, in test_recipetool_create_python3_setuptools_pypi_tarball
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqaqaqn836q/recipe https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:21,648 - oe-selftest - INFO - fitimage.KernelFitImageRecipeTests.test_fit_image_sign_initramfs_bundle (subunit.RemotedTestCase)
2026-07-03 08:20:21,648 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:21,648 - oe-selftest - INFO - 9: 37/60 434/694 (2.04s) (50 failed) (fitimage.KernelFitImageRecipeTests.test_fit_image_sign_initramfs_bundle)
2026-07-03 08:20:21,648 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1439, in test_fit_image_sign_initramfs_bundle
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:22,176 - oe-selftest - INFO - wic.Wic.test_skip_build_check_long (subunit.RemotedTestCase)
2026-07-03 08:20:22,176 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:22,177 - oe-selftest - INFO - 2: 56/62 435/694 (1.57s) (102 failed) (wic.Wic.test_skip_build_check_long)
2026-07-03 08:20:22,177 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:23,625 - oe-selftest - INFO - recipetool.RecipetoolCreateTests.test_recipetool_create_simple (subunit.RemotedTestCase)
2026-07-03 08:20:23,625 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:23,625 - oe-selftest - INFO - 5: 41/51 436/694 (2.67s) (54 failed) (recipetool.RecipetoolCreateTests.test_recipetool_create_simple)
2026-07-03 08:20:23,626 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 401, in test_recipetool_create_simple
    result = runCmd('recipetool create %s -o %s' % (srcuri, temprecipe))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create http://www.dest-unreach.org/socat/download/Archive/socat-1.7.4.1.tar.bz2 -o /tmp/recipetoolqa7e7ronke/recipe' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching http://www.dest-unreach.org/socat/download/Archive/socat-1.7.4.1.tar.bz2...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:23,659 - oe-selftest - INFO - fitimage.KernelFitImageRecipeTests.test_get_compatible_from_dtb (subunit.RemotedTestCase)
2026-07-03 08:20:23,659 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:23,659 - oe-selftest - INFO - 9: 38/60 437/694 (2.01s) (52 failed) (fitimage.KernelFitImageRecipeTests.test_get_compatible_from_dtb)
2026-07-03 08:20:23,659 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1216, in test_get_compatible_from_dtb
    dtc_bindir = FitImageTestCase._setup_native('dtc-native')
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 361, in _setup_native
    bitbake(native_recipe + " -c addto_recipe_sysroot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  dtc-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:23,846 - oe-selftest - INFO - wic.Wic.test_skip_build_check_short (subunit.RemotedTestCase)
2026-07-03 08:20:23,846 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:23,846 - oe-selftest - INFO - 2: 57/62 438/694 (1.67s) (104 failed) (wic.Wic.test_skip_build_check_short)
2026-07-03 08:20:23,846 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:25,468 - oe-selftest - INFO - wic.Wic.test_skip_kernel_install (subunit.RemotedTestCase)
2026-07-03 08:20:25,468 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:25,468 - oe-selftest - INFO - 2: 58/62 439/694 (1.62s) (106 failed) (wic.Wic.test_skip_kernel_install)
2026-07-03 08:20:25,469 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:25,674 - oe-selftest - INFO - fitimage.KernelFitImageRecipeTests.test_sign_fit_image_configurations (subunit.RemotedTestCase)
2026-07-03 08:20:25,675 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:25,675 - oe-selftest - INFO - 9: 39/60 440/694 (2.02s) (54 failed) (fitimage.KernelFitImageRecipeTests.test_sign_fit_image_configurations)
2026-07-03 08:20:25,675 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1292, in test_sign_fit_image_configurations
    bb_vars = self._fit_get_bb_vars([
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:27,121 - oe-selftest - INFO - wic.Wic.test_systemd_bootdisk (subunit.RemotedTestCase)
2026-07-03 08:20:27,121 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:27,121 - oe-selftest - INFO - 2: 59/62 441/694 (1.65s) (108 failed) (wic.Wic.test_systemd_bootdisk)
2026-07-03 08:20:27,121 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:27,700 - oe-selftest - INFO - fitimage.KernelFitImageRecipeTests.test_sign_fit_image_individual (subunit.RemotedTestCase)
2026-07-03 08:20:27,701 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:27,701 - oe-selftest - INFO - 9: 40/60 442/694 (2.03s) (56 failed) (fitimage.KernelFitImageRecipeTests.test_sign_fit_image_individual)
2026-07-03 08:20:27,701 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1342, in test_sign_fit_image_individual
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:28,256 - oe-selftest - INFO - runtime_test.TestImage.test_testimage_apt (subunit.RemotedTestCase)
2026-07-03 08:20:28,256 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:28,257 - oe-selftest - INFO - 5: 42/51 443/694 (3.49s) (56 failed) (runtime_test.TestImage.test_testimage_apt)
2026-07-03 08:20:28,257 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 203, in test_testimage_apt
    bitbake('gnupg-native -c addto_recipe_sysroot')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:28,766 - oe-selftest - INFO - wic.Wic.test_wic_sector_size_cli (subunit.RemotedTestCase)
2026-07-03 08:20:28,767 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:28,767 - oe-selftest - INFO - 2: 60/62 444/694 (1.65s) (110 failed) (wic.Wic.test_wic_sector_size_cli)
2026-07-03 08:20:28,767 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:30,445 - oe-selftest - INFO - wic.Wic.test_wic_sector_size_env (subunit.RemotedTestCase)
2026-07-03 08:20:30,445 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:30,445 - oe-selftest - INFO - 2: 61/62 445/694 (1.68s) (112 failed) (wic.Wic.test_wic_sector_size_env)
2026-07-03 08:20:30,446 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:30,906 - oe-selftest - INFO - runtime_test.TestImage.test_testimage_dnf (subunit.RemotedTestCase)
2026-07-03 08:20:30,906 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:30,906 - oe-selftest - INFO - 5: 43/51 446/694 (2.65s) (58 failed) (runtime_test.TestImage.test_testimage_dnf)
2026-07-03 08:20:30,907 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 167, in test_testimage_dnf
    bitbake('gnupg-native -c addto_recipe_sysroot')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:31,737 - oe-selftest - INFO - layerappend.LayerAppendTests.test_layer_appends (subunit.RemotedTestCase)
2026-07-03 08:20:31,737 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:31,737 - oe-selftest - INFO - 9: 41/60 447/694 (4.04s) (58 failed) (layerappend.LayerAppendTests.test_layer_appends)
2026-07-03 08:20:31,737 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/layerappend.py", line 88, in test_layer_appends
    bitbake("layerappendtest")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  layerappendtest' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:31,738 - oe-selftest - INFO - oelib.license.TestSingleLicense.test_invalid_licenses (subunit.RemotedTestCase)
2026-07-03 08:20:31,738 - oe-selftest - INFO -  ... ok
2026-07-03 08:20:31,738 - oe-selftest - INFO - 9: 42/60 448/694 (0.00s) (60 failed) (oelib.license.TestSingleLicense.test_invalid_licenses)
2026-07-03 08:20:31,738 - oe-selftest - INFO - oelib.license.TestSingleLicense.test_single_licenses (subunit.RemotedTestCase)
2026-07-03 08:20:31,738 - oe-selftest - INFO -  ... ok
2026-07-03 08:20:31,738 - oe-selftest - INFO - 9: 43/60 449/694 (0.00s) (60 failed) (oelib.license.TestSingleLicense.test_single_licenses)
2026-07-03 08:20:32,113 - oe-selftest - INFO - wic.Wic.test_wrong_compressor (subunit.RemotedTestCase)
2026-07-03 08:20:32,113 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
2026-07-03 08:20:32,113 - oe-selftest - INFO - 2: 62/62 450/694 (1.67s) (114 failed) (wic.Wic.test_wrong_compressor)
2026-07-03 08:20:32,114 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:32,735 - oe-selftest - INFO - oescripts.OeRunNativeTest.test_oe_run_native (subunit.RemotedTestCase)
2026-07-03 08:20:32,736 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:32,736 - oe-selftest - INFO - 9: 44/60 451/694 (1.00s) (60 failed) (oescripts.OeRunNativeTest.test_oe_run_native)
2026-07-03 08:20:32,736 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 108, in test_oe_run_native
    bitbake("qemu-helper-native -c addto_recipe_sysroot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  qemu-helper-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:32,736 - oe-selftest - INFO - setUpClass (reproducible.ReproducibleTests) [ (subunit.RemotedTestCase)
2026-07-03 08:20:32,736 - oe-selftest - INFO -  ... skipped 'Skip by the command line argument "reproducible"\n'
2026-07-03 08:20:32,737 - oe-selftest - INFO - Skip by the command line argument "reproducible"

Exception in thread Thread-13 (_run_test):
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 234, in _run_test
    testserver.run(process_result)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 1197, in run
    protocol.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 567, in lineReceived
    self._state.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 404, in lineReceived
    self.details_parser.lineReceived(line)
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/details.py", line 42, in lineReceived
    self._state.endDetails()
  File "/srv/pokybuild/buildbot-venv/lib/python3.11/site-packages/subunit/__init__.py", line 400, in endDetails
    self.parser.client.stopTest(self.parser._current_test)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1536, in stopTest
    self._tags = self._tags.parent
                 ^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'parent'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/utils/concurrencytest.py", line 240, in _run_test
    case.run(process_result)
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 837, in run
    result.tags(self._tags, set())
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1548, in tags
    return method(new_tags, gone_tags)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 1335, in tags
    super().tags(new_tags, gone_tags)
  File "/usr/lib/python3/dist-packages/testtools/testresult/real.py", line 245, in tags
    self._tags.change_tags(new_tags, gone_tags)
    ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'change_tags'
2026-07-03 08:20:33,595 - oe-selftest - INFO - runtime_test.TestImage.test_testimage_install (subunit.RemotedTestCase)
2026-07-03 08:20:33,595 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:33,595 - oe-selftest - INFO - 5: 44/51 452/694 (2.69s) (60 failed) (runtime_test.TestImage.test_testimage_install)
2026-07-03 08:20:33,596 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 130, in test_testimage_install
    bitbake('core-image-full-cmdline socat')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-full-cmdline socat' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:35,296 - oe-selftest - INFO - runtime_test.TestImage.test_testimage_slirp (subunit.RemotedTestCase)
2026-07-03 08:20:35,297 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:35,297 - oe-selftest - INFO - 5: 45/51 453/694 (1.70s) (62 failed) (runtime_test.TestImage.test_testimage_slirp)
2026-07-03 08:20:35,297 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 146, in test_testimage_slirp
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:40,602 - oe-selftest - INFO - runtime_test.TestImage.test_testimage_virgl_gtk_sdl (subunit.RemotedTestCase)
2026-07-03 08:20:40,602 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:40,603 - oe-selftest - INFO - 5: 46/51 454/694 (5.31s) (64 failed) (runtime_test.TestImage.test_testimage_virgl_gtk_sdl)
2026-07-03 08:20:40,603 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 252, in test_testimage_virgl_gtk_sdl
    if 'gtk+' not in qemu_packageconfig:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:43,461 - oe-selftest - INFO - runtime_test.TestImage.test_testimage_virgl_headless (subunit.RemotedTestCase)
2026-07-03 08:20:43,462 - oe-selftest - INFO -  ... ERROR

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:43,462 - oe-selftest - INFO - 5: 47/51 455/694 (2.86s) (66 failed) (runtime_test.TestImage.test_testimage_virgl_headless)
2026-07-03 08:20:43,462 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 292, in test_testimage_virgl_headless
    if 'opengl' not in qemu_distrofeatures:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:48,815 - oe-selftest - INFO - sstatetests.SStateHashSameSigs4.test_sstate_movelayer_samesigs (subunit.RemotedTestCase)
2026-07-03 08:20:48,815 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:48,815 - oe-selftest - INFO - 5: 48/51 456/694 (5.35s) (68 failed) (sstatetests.SStateHashSameSigs4.test_sstate_movelayer_samesigs)
2026-07-03 08:20:48,815 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 681, in test_sstate_movelayer_samesigs
    bitbake("bash -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  bash -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:51,847 - oe-selftest - INFO - sstatetests.SStateHashSameSigs4.test_sstate_noop_samesigs (subunit.RemotedTestCase)
2026-07-03 08:20:51,847 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:20:51,847 - oe-selftest - INFO - 5: 49/51 457/694 (3.03s) (70 failed) (sstatetests.SStateHashSameSigs4.test_sstate_noop_samesigs)
2026-07-03 08:20:51,848 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 599, in test_sstate_noop_samesigs
    bitbake("world meta-toolchain -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:56,119 - oe-selftest - INFO - yoctotestresultsquerytests.TestResultsQueryTests.test_create_workdir (subunit.RemotedTestCase)
2026-07-03 08:20:56,119 - oe-selftest - INFO -  ... ok
2026-07-03 08:20:56,119 - oe-selftest - INFO - 5: 50/51 458/694 (4.27s) (72 failed) (yoctotestresultsquerytests.TestResultsQueryTests.test_create_workdir)
2026-07-03 08:20:56,187 - oe-selftest - INFO - yoctotestresultsquerytests.TestResultsQueryTests.test_get_sha1 (subunit.RemotedTestCase)
2026-07-03 08:20:56,187 - oe-selftest - INFO -  ... FAIL

Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
INFO: Shallow-cloning testresults in /tmp/yocto-testresults-query.ju965zj4
Cloning into '/tmp/yocto-testresults-query.ju965zj4'...
Updating files:  87% (431/490)
Updating files:  88% (432/490)
Updating files:  89% (437/490)
Updating files:  90% (441/490)
Updating files:  91% (446/490)
Updating files:  92% (451/490)
Updating files:  93% (456/490)
Updating files:  94% (461/490)
Updating files:  95% (466/490)
Updating files:  96% (471/490)
Updating files:  97% (476/490)
Updating files:  98% (481/490)
Updating files:  99% (486/490)
Updating files: 100% (490/490)
Updating files: 100% (490/490), done.
fatal: failed to read object 85622009c9292a5728fd05ac0e0432cf16043855: Remote I/O error
ERROR: Can not find SHA-1 for yocto-4.0 in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core
2026-07-03 08:20:56,187 - oe-selftest - INFO - 5: 51/51 459/694 (0.07s) (72 failed) (yoctotestresultsquerytests.TestResultsQueryTests.test_get_sha1)
2026-07-03 08:20:56,188 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py", line 27, in test_get_sha1
    self.assertEqual(
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: None != '92fcb6570bddd0c5717d8cfdf38ecf3e44942b0f'


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
INFO: Shallow-cloning testresults in /tmp/yocto-testresults-query.ju965zj4
Cloning into '/tmp/yocto-testresults-query.ju965zj4'...
Updating files:  87% (431/490)
Updating files:  88% (432/490)
Updating files:  89% (437/490)
Updating files:  90% (441/490)
Updating files:  91% (446/490)
Updating files:  92% (451/490)
Updating files:  93% (456/490)
Updating files:  94% (461/490)
Updating files:  95% (466/490)
Updating files:  96% (471/490)
Updating files:  97% (476/490)
Updating files:  98% (481/490)
Updating files:  99% (486/490)
Updating files: 100% (490/490)
Updating files: 100% (490/490), done.
fatal: failed to read object 85622009c9292a5728fd05ac0e0432cf16043855: Remote I/O error
ERROR: Can not find SHA-1 for yocto-4.0 in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core

2026-07-03 08:20:56,190 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,190 - oe-selftest - INFO - ERROR: setUpClass (bblayers.BitbakeLayers) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,190 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,190 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblayers.py", line 20, in setUpClass
    bitbake("python3-jsonschema-native")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  python3-jsonschema-native' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838270/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,191 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,191 - oe-selftest - INFO - ERROR: setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,191 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,191 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa5w4yrq74/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa5w4yrq74/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,191 - oe-selftest - INFO - ERROR: setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,191 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,191 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqaa3r3_6xi/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqaa3r3_6xi/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,191 - oe-selftest - INFO - ERROR: setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,191 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,191 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqalb4c5545/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqalb4c5545/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,191 - oe-selftest - INFO - ERROR: setUpClass (manifest.VerifyManifest) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,191 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,191 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/manifest.py", line 61, in setUpClass
    if bitbake(self.buildtarget).status:
       ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:45,994 - oe-selftest - INFO - VerifyManifest: doing bitbake core-image-minimal as a prerequisite of the test
======================================================================
2026-07-03 08:20:56,191 - oe-selftest - INFO - ERROR: setUpClass (esdk.oeSDKExtSelfTest) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,191 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,192 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/esdk.py", line 77, in setUpClass
    bb_vars = get_bb_vars(['SSTATE_DIR', 'WORKDIR'], cls.image)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,192 - oe-selftest - INFO - ERROR: distrodata.Distrodata.test_common_include_recipes (subunit.RemotedTestCase)
2026-07-03 08:20:56,192 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,192 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/distrodata.py", line 126, in test_common_include_recipes
    recipes = oe.recipeutils.get_common_include_recipes()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oe/recipeutils.py", line 1205, in get_common_include_recipes
    tinfoil.prepare(config_only=False)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:56,192 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,192 - oe-selftest - INFO - ERROR: setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,192 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,192 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqabobhd6sm/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqabobhd6sm/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,192 - oe-selftest - INFO - ERROR: setUpClass (gotoolchain.oeGoToolchainSelfTest) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,192 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,192 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/gotoolchain.py", line 40, in setUpClass
    bitbake("meta-go-toolchain")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  meta-go-toolchain' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,192 - oe-selftest - INFO - ERROR: distrodata.Distrodata.test_maintainers (subunit.RemotedTestCase)
2026-07-03 08:20:56,192 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,192 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/distrodata.py", line 69, in test_maintainers
    tinfoil.prepare(config_only=False)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.

2026-07-03 08:20:56,192 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,192 - oe-selftest - INFO - ERROR: setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,193 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,193 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqapf2xk4p0/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqapf2xk4p0/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,193 - oe-selftest - INFO - ERROR: setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,193 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,193 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqak8t3thos/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqak8t3thos/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
======================================================================
2026-07-03 08:20:56,193 - oe-selftest - INFO - ERROR: setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,193 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,193 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqaiuw_legu/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqaiuw_legu/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,197 - oe-selftest - INFO - ERROR: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri (subunit.RemotedTestCase)
2026-07-03 08:20:56,197 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,197 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1187, in test_recipetool_appendsrcfile_existing_in_src_uri
    filepath,_  = self._get_first_file_uri(testrecipe)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1066, in _get_first_file_uri
    src_uri = get_bb_var('SRC_URI', recipe).split()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:56,201 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,201 - oe-selftest - INFO - ERROR: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_existing_in_src_uri_diff_params (subunit.RemotedTestCase)
2026-07-03 08:20:56,201 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,201 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1194, in test_recipetool_appendsrcfile_existing_in_src_uri_diff_params
    filepath, srcuri_entry = self._get_first_file_uri(testrecipe)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1066, in _get_first_file_uri
    src_uri = get_bb_var('SRC_URI', recipe).split()
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:56,210 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,210 - oe-selftest - INFO - ERROR: imagefeatures.ImageFeatures.test_image_fstypes (subunit.RemotedTestCase)
2026-07-03 08:20:56,210 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,211 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 201, in test_image_fstypes
    all_image_types = set(get_bb_var("IMAGE_TYPES", image).split())
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:56,223 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,223 - oe-selftest - INFO - ERROR: setUpClass (recipetool.RecipetoolAppendTests) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,223 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,223 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 93, in setUpClass
    bitbake('-c packagedata base-files coreutils busybox selftest-recipetool-appendfile')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c packagedata base-files coreutils busybox selftest-recipetool-appendfile' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,229 - oe-selftest - INFO - ERROR: setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,229 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,229 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqaru_ibkvy/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqaru_ibkvy/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,234 - oe-selftest - INFO - ERROR: setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,234 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,234 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqa3ih708hf/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqa3ih708hf/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,238 - oe-selftest - INFO - ERROR: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_update_recipe_basic (subunit.RemotedTestCase)
2026-07-03 08:20:56,238 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,238 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1212, in test_recipetool_appendsrcfile_update_recipe_basic
    self.assertIn('meta-selftest', recipefile, 'This test expect %s recipe to be in meta-selftest')
  File "/usr/lib/python3.11/unittest/case.py", line 1137, in assertIn
    if member not in container:
       ^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:56,244 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,244 - oe-selftest - INFO - ERROR: setUpClass (oescripts.OEPybootchartguyTests) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,244 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,244 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 25, in setUpClass
    bitbake("core-image-minimal -c rootfs -f")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal -c rootfs -f' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
FIT configuration mapping(s) not matched with any DTB: dtb-extra-conf:nonexistent.dtb:extra-conf
FIT configuration mapping(s) not matched with any DTB: dtb-conf:nonexistent.dtb:renamed
======================================================================
2026-07-03 08:20:56,247 - oe-selftest - INFO - ERROR: setUpModule (recipeutils) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,247 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,247 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipeutils.py", line 18, in setUpModule
    tinfoil.prepare(config_only=False, quiet=2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


2026-07-03 08:20:56,247 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,247 - oe-selftest - INFO - ERROR: bbtests.BitbakeTests.test_git_patchtool (subunit.RemotedTestCase)
2026-07-03 08:20:56,248 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,248 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 322, in test_git_patchtool
    gitscm = re.search("git://", src)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:56,250 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,250 - oe-selftest - INFO - ERROR: bbtests.BitbakeTests.test_git_patchtool2 (subunit.RemotedTestCase)
2026-07-03 08:20:56,250 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,250 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 335, in test_git_patchtool2
    gitscm = re.search("git://", src)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 176, in search
    return _compile(pattern, flags).search(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:56,252 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,252 - oe-selftest - INFO - ERROR: setUpClass (pkgdata.OePkgdataUtilTests) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,252 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,252 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 40, in _oeSetUpClass
    clss.setUpClassMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/pkgdata.py", line 21, in setUpClass
    bitbake('target-sdk-provides-dummy -c clean')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  target-sdk-provides-dummy -c clean' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:25,808 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,257 - oe-selftest - INFO - ERROR: setUpModule (devtool) [ (subunit.RemotedTestCase)
2026-07-03 08:20:56,257 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,257 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 90, in setUpModule
    edit_bblayers_conf(bblayers_conf, None, None, bblayers_edit_cb)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1854, in edit_bblayers_conf
    (updated, newlines) = edit_metadata(newlines, ['BBLAYERS'], handle_bblayers)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1681, in edit_metadata
    if handle_var_end():
       ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1606, in handle_var_end
    (newvalue, newop, indent, minbreak) = varfunc(in_var, full_value, op, newlines)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/utils.py", line 1819, in handle_bblayers
    res = edit_cb(layer, canonicalise_path(layer))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/devtool.py", line 62, in bblayers_edit_cb
    runCmd('git clone file://%s %s' % (oldreporoot, corecopydir), cwd=templayerdir)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'git clone file:///srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core /tmp/devtoolqab9j5fl3o/core-copy' returned non-zero exit status 128:
Cloning into '/tmp/devtoolqab9j5fl3o/core-copy'...
fatal: failed to read object c8b516b5de30ced603ed8affbe4478343881a9cf: Remote I/O error
fatal: the remote end hung up unexpectedly


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,261 - oe-selftest - INFO - ERROR: runtime_test.TestImage.test_testimage_virgl_gtk_sdl (subunit.RemotedTestCase)
2026-07-03 08:20:56,263 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,263 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 252, in test_testimage_virgl_gtk_sdl
    if 'gtk+' not in qemu_packageconfig:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:56,266 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,266 - oe-selftest - INFO - ERROR: runtime_test.TestImage.test_testimage_virgl_headless (subunit.RemotedTestCase)
2026-07-03 08:20:56,268 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,268 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 292, in test_testimage_virgl_headless
    if 'opengl' not in qemu_distrofeatures:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:56,271 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,275 - oe-selftest - INFO - FAIL: buildoptions.Poisoning.test_poisoning (subunit.RemotedTestCase)
2026-07-03 08:20:56,275 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,275 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 196, in test_poisoning
    bitbake("poison")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  poison' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,275 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,275 - oe-selftest - INFO - FAIL: baremetal.BaremetalTest.test_baremetal (subunit.RemotedTestCase)
2026-07-03 08:20:56,275 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,275 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/baremetal.py", line 14, in test_baremetal
    bitbake('baremetal-helloworld')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  baremetal-helloworld' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,275 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,275 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_allows_to_filter_on_recipe_name (subunit.RemotedTestCase)
2026-07-03 08:20:56,276 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,276 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 34, in test_archiver_allows_to_filter_on_recipe_name
    bitbake("-c deploy_archives %s %s" % (include_recipe, exclude_recipe))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed initscripts' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,276 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,276 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exec_func_python_loggingA (subunit.RemotedTestCase)
2026-07-03 08:20:56,276 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,276 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 122, in test_python_exec_func_python_loggingA
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "ERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,276 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,276 - oe-selftest - INFO - FAIL: buildoptions.ImageOptionsTests.test_ccache_tool (subunit.RemotedTestCase)
2026-07-03 08:20:56,276 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,276 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 39, in test_ccache_tool
    bitbake("ccache-native")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  ccache-native' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,279 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,279 - oe-selftest - INFO - FAIL: bbclasses.Systemd.test_systemd_in_distro (subunit.RemotedTestCase)
2026-07-03 08:20:56,279 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,279 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbclasses.py", line 48, in test_systemd_in_distro
    bitbake("systemd-only systemd-and-sysvinit -c install")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemd-only systemd-and-sysvinit -c install' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


2026-07-03 08:20:56,279 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,279 - oe-selftest - INFO - FAIL: buildoptions.ArchiverTest.test_arch_work_dir_and_export_source (subunit.RemotedTestCase)
2026-07-03 08:20:56,279 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,279 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 153, in test_arch_work_dir_and_export_source
    self.assertEqual(res.status, 0, "\nCouldn't build xcursortransparenttheme.\nbitbake output %s" % res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : 
Couldn't build xcursortransparenttheme.
bitbake output ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,281 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,281 - oe-selftest - INFO - FAIL: buildoptions.DiskMonTest.test_stoptask_behavior (subunit.RemotedTestCase)
2026-07-03 08:20:56,281 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,281 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 66, in test_stoptask_behavior
    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)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true : Tasks should have stopped. Disk monitor is set to STOPTASK: ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,281 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,281 - oe-selftest - INFO - FAIL: bblock.BBLock.test_lock_architecture_specific (subunit.RemotedTestCase)
2026-07-03 08:20:56,282 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,282 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 127, in test_lock_architecture_specific
    self.lock_recipes(recipes, tasks)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 55, in lock_recipes
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bblock quilt -t do_compile' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to get recipe info for: quilt


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,284 - oe-selftest - INFO - FAIL: buildhistory.BuildhistoryTests.test_buildhistory_basic (subunit.RemotedTestCase)
2026-07-03 08:20:56,284 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,284 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 53, in test_buildhistory_basic
    self.run_buildhistory_operation('xcursor-transparent-theme')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 39, in run_buildhistory_operation
    bitbake("-cclean %s" % target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -cclean xcursor-transparent-theme' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,284 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_cleanup (subunit.RemotedTestCase)
2026-07-03 08:20:56,284 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,287 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 367, in test_archiver_cleanup
    bitbake('-c deploy_archives %s -f' % target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native -f' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,287 - oe-selftest - INFO - FAIL: bbclasses.Systemd.test_sysvinit_in_distro (subunit.RemotedTestCase)
2026-07-03 08:20:56,287 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,287 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbclasses.py", line 72, in test_sysvinit_in_distro
    bitbake("systemd-only systemd-and-sysvinit -c install")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemd-only systemd-and-sysvinit -c install' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,287 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exec_func_python_loggingB (subunit.RemotedTestCase)
2026-07-03 08:20:56,287 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,291 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 130, in test_python_exec_func_python_loggingB
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,291 - oe-selftest - INFO - FAIL: c_cpp.CMakeTests.test_cmake_qemu (subunit.RemotedTestCase)
2026-07-03 08:20:56,291 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,291 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/c_cpp.py", line 36, in test_cmake_qemu
    self._qemu_usermode("cmake-example")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/c_cpp.py", line 17, in _qemu_usermode
    bitbake("%s -c run_tests" % recipe_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  cmake-example -c run_tests' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example

2026-07-03 08:20:56,291 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,291 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_bbappend_order (subunit.RemotedTestCase)
2026-07-03 08:20:56,293 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,293 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 295, in test_bbappend_order
    bb_vars = get_bb_vars(['SUMMARY', 'PV'], test_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e ed' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,293 - oe-selftest - INFO - FAIL: buildoptions.ImageOptionsTests.test_incremental_image_generation (subunit.RemotedTestCase)
2026-07-03 08:20:56,293 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,293 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 24, in test_incremental_image_generation
    bitbake("-c clean core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,296 - oe-selftest - INFO - FAIL: gdbserver.GdbServerTest.test_gdb_server (subunit.RemotedTestCase)
2026-07-03 08:20:56,296 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,296 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/gdbserver.py", line 32, in test_gdb_server
    bitbake("core-image-minimal %s:do_addto_recipe_sysroot" % gdb_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal gdb-cross-x86_64:do_addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,296 - oe-selftest - INFO - FAIL: image_typedep.ImageTypeDepTests.test_conversion_typedep_added (subunit.RemotedTestCase)
2026-07-03 08:20:56,296 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,296 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/image_typedep.py", line 34, in test_conversion_typedep_added
    result = bitbake('-e emptytest')
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e emptytest' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838358/conf/local.conf
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,299 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exec_func_python_loggingC (subunit.RemotedTestCase)
2026-07-03 08:20:56,299 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,299 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 139, in test_python_exec_func_python_loggingC
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,300 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_filters_by_type (subunit.RemotedTestCase)
2026-07-03 08:20:56,300 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,300 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 64, in test_archiver_filters_by_type
    bitbake("%s -c deploy_archives %s" % (target_recipe, native_recipe))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-ed -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,302 - oe-selftest - INFO - FAIL: c_cpp.MesonTests.test_meson_qemu (subunit.RemotedTestCase)
2026-07-03 08:20:56,302 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,302 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/c_cpp.py", line 53, in test_meson_qemu
    self._qemu_usermode("meson-example")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/c_cpp.py", line 17, in _qemu_usermode
    bitbake("%s -c run_tests" % recipe_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  meson-example -c run_tests' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
======================================================================
2026-07-03 08:20:56,306 - oe-selftest - INFO - FAIL: containerimage.ContainerImageTests.test_expected_files (subunit.RemotedTestCase)
2026-07-03 08:20:56,306 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,306 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/containerimage.py", line 51, in test_expected_files
    bbvars = get_bb_vars(['bindir', 'sysconfdir', 'localstatedir',
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e container-test-image' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,306 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_bitbake_g (subunit.RemotedTestCase)
2026-07-03 08:20:56,306 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,306 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 127, in test_bitbake_g
    result = bitbake('-g %s' % recipe)
             ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -g base-files' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,310 - oe-selftest - INFO - FAIL: buildhistory.BuildhistoryTests.test_buildhistory_buildtime_pr_backwards (subunit.RemotedTestCase)
2026-07-03 08:20:56,310 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,310 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 59, in test_buildhistory_buildtime_pr_backwards
    self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 39, in run_buildhistory_operation
    bitbake("-cclean %s" % target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -cclean xcursor-transparent-theme' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,310 - oe-selftest - INFO - FAIL: bblock.BBLock.test_lock_multiple_recipe_single_task (subunit.RemotedTestCase)
2026-07-03 08:20:56,311 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,311 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 110, in test_lock_multiple_recipe_single_task
    self._run_test(recipes, tasks)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 152, in _run_test
    result = self.lock_recipes(recipes, tasks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 55, in lock_recipes
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bblock quilt bc -t do_compile' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to get recipe info for: quilt


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,311 - oe-selftest - INFO - FAIL: lic_checksum.LicenseTests.test_checksum_with_space (subunit.RemotedTestCase)
2026-07-03 08:20:56,311 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,311 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/lic_checksum.py", line 30, in test_checksum_with_space
    result = bitbake(bitbake_cmd)
             ^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c populate_lic emptytest' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
======================================================================
2026-07-03 08:20:56,314 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exec_func_python_loggingD (subunit.RemotedTestCase)
2026-07-03 08:20:56,314 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,314 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 147, in test_python_exec_func_python_loggingD
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,314 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_filters_by_type_and_name (subunit.RemotedTestCase)
2026-07-03 08:20:56,318 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,318 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 100, in test_archiver_filters_by_type_and_name
    bitbake('-c deploy_archives %s %s' % (' '.join(target_recipes), ' '.join(native_recipes)))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives initscripts selftest-ed update-rc.d-native selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,318 - oe-selftest - INFO - FAIL: buildoptions.ImageOptionsTests.test_read_only_image (subunit.RemotedTestCase)
2026-07-03 08:20:56,318 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,318 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 58, in test_read_only_image
    bitbake("core-image-sato core-image-weston")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-sato core-image-weston' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838345/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,322 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSTests.test_correct_image_fstab (subunit.RemotedTestCase)
2026-07-03 08:20:56,322 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,322 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 231, in test_correct_image_fstab
    self._test_correct_image('base-files', base_files_append)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 186, in _test_correct_image
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,322 - oe-selftest - INFO - FAIL: lic_checksum.LicenseTests.test_nonmatching_checksum (subunit.RemotedTestCase)
2026-07-03 08:20:56,322 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,325 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/lic_checksum.py", line 51, in test_nonmatching_checksum
    result = bitbake(bitbake_cmd)
             ^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c populate_lic emptytest' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
======================================================================
2026-07-03 08:20:56,325 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exec_func_shell_loggingA (subunit.RemotedTestCase)
2026-07-03 08:20:56,325 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,325 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 55, in test_python_exec_func_shell_loggingA
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,329 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_mode_configured (subunit.RemotedTestCase)
2026-07-03 08:20:56,329 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,329 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 203, in test_archiver_mode_configured
    self._test_archiver_mode('configured', 'selftest-ed-native-1.21.1-r0-configured.tar.xz')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,329 - oe-selftest - INFO - FAIL: incompatible_lic.NoGPL3InImagesTests.test_core_image_full_cmdline_weston (subunit.RemotedTestCase)
2026-07-03 08:20:56,329 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,329 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 155, in test_core_image_full_cmdline_weston
    bitbake('core-image-full-cmdline core-image-weston')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-full-cmdline core-image-weston' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,332 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_bitbake_invalid_target (subunit.RemotedTestCase)
2026-07-03 08:20:56,332 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,332 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 64, in test_bitbake_invalid_target
    self.assertIn("ERROR: Nothing PROVIDES 'asdf'", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'asdf'" not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,332 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSTests.test_correct_image_unit (subunit.RemotedTestCase)
2026-07-03 08:20:56,332 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,332 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 267, in test_correct_image_unit
    self._test_correct_image('systemd-machine-units', systemd_machine_unit_append)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 186, in _test_correct_image
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,336 - oe-selftest - INFO - FAIL: buildhistory.BuildhistoryTests.test_buildhistory_diff (subunit.RemotedTestCase)
2026-07-03 08:20:56,336 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,336 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 88, in test_buildhistory_diff
    self.run_buildhistory_operation(target, target_config="PR = \"r1\"", change_bh_location=True)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 39, in run_buildhistory_operation
    bitbake("-cclean %s" % target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -cclean xcursor-transparent-theme' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,340 - oe-selftest - INFO - FAIL: package.PackageTests.test_gdb_hardlink_debug (subunit.RemotedTestCase)
2026-07-03 08:20:56,340 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,340 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/package.py", line 157, in test_gdb_hardlink_debug
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
======================================================================
2026-07-03 08:20:56,343 - oe-selftest - INFO - FAIL: pokybleeding.PokyBleeding.test_poky_bleeding_autorev (subunit.RemotedTestCase)
2026-07-03 08:20:56,343 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,343 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/lib/oeqa/selftest/cases/pokybleeding.py", line 29, in test_poky_bleeding_autorev
    self.assertEqual( get_bb_var('SRCREV', 'pseudo'), "AUTOINC")
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: None != 'AUTOINC'


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:56,347 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,350 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exec_func_shell_loggingB (subunit.RemotedTestCase)
2026-07-03 08:20:56,350 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,350 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 64, in test_python_exec_func_shell_loggingB
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,350 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_mode_diff (subunit.RemotedTestCase)
2026-07-03 08:20:56,350 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,350 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 219, in test_archiver_mode_diff
    self._test_archiver_mode('patched', 'selftest-ed-native-1.21.1-r0-diff.gz',
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,350 - oe-selftest - INFO - FAIL: bblock.BBLock.test_lock_single_recipe_all_tasks (subunit.RemotedTestCase)
2026-07-03 08:20:56,352 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,352 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 105, in test_lock_single_recipe_all_tasks
    self._run_test(recipes, None)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 152, in _run_test
    result = self.lock_recipes(recipes, tasks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 55, in lock_recipes
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bblock quilt' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to get recipe info for: quilt


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,352 - oe-selftest - INFO - FAIL: incompatible_lic.NoGPL3InImagesTests.test_core_image_minimal (subunit.RemotedTestCase)
2026-07-03 08:20:56,352 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,352 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 144, in test_core_image_minimal
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,354 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_checkuri (subunit.RemotedTestCase)
2026-07-03 08:20:56,354 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,354 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 217, in test_checkuri
    result = runCmd('bitbake -c checkuri m4')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake -c checkuri m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,354 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSTests.test_distro_features_missing (subunit.RemotedTestCase)
2026-07-03 08:20:56,354 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,355 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 48, in test_distro_features_missing
    self.assertTrue("overlayfs" in res.output, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,357 - oe-selftest - INFO - FAIL: package.PackageTests.test_package_name_conflict (subunit.RemotedTestCase)
2026-07-03 08:20:56,357 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,357 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/package.py", line 97, in test_package_name_conflict
    self.assertTrue(err in res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z

2026-07-03 08:20:56,357 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,357 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exec_func_shell_loggingC (subunit.RemotedTestCase)
2026-07-03 08:20:56,357 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,357 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 73, in test_python_exec_func_shell_loggingC
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,361 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_mode_dumpdata (subunit.RemotedTestCase)
2026-07-03 08:20:56,361 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,361 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 227, in test_archiver_mode_dumpdata
    self._test_archiver_mode('patched', 'selftest-ed-native-1.21.1-r0-showdata.dump',
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,361 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSTests.test_mount_unit_not_set (subunit.RemotedTestCase)
2026-07-03 08:20:56,361 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,361 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 110, in test_mount_unit_not_set
    self.assertTrue(line and line.startswith("Parsing recipes...ERROR:"), msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,363 - oe-selftest - INFO - FAIL: buildhistory.BuildhistoryTests.test_fileinfo (subunit.RemotedTestCase)
2026-07-03 08:20:56,363 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,363 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildhistory.py", line 64, in test_fileinfo
    bitbake('hicolor-icon-theme')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  hicolor-icon-theme' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,363 - oe-selftest - INFO - FAIL: buildoptions.SanityOptionsTest.test_layer_without_git_dir (subunit.RemotedTestCase)
2026-07-03 08:20:56,363 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,363 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 133, in test_layer_without_git_dir
    ret = bitbake('-n %s' % test_recipe)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -n ed' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
WARNING: 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.
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 WARNING message.
Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,369 - oe-selftest - INFO - FAIL: efibootpartition.GenericEFITest.test_boot_efi (subunit.RemotedTestCase)
2026-07-03 08:20:56,369 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,369 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/efibootpartition.py", line 32, in test_boot_efi
    bitbake(image + " ovmf")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal ovmf' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,373 - oe-selftest - INFO - FAIL: package.PackageTests.test_preserve_ownership (subunit.RemotedTestCase)
2026-07-03 08:20:56,373 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,373 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/package.py", line 191, in test_preserve_ownership
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
======================================================================
2026-07-03 08:20:56,376 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exec_func_shell_loggingD (subunit.RemotedTestCase)
2026-07-03 08:20:56,376 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,376 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 83, in test_python_exec_func_shell_loggingD
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,376 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_mode_mirror (subunit.RemotedTestCase)
2026-07-03 08:20:56,376 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,379 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 235, in test_archiver_mode_mirror
    self._test_archiver_mode('mirror', 'ed-1.21.1.tar.lz',
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,379 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license (subunit.RemotedTestCase)
2026-07-03 08:20:56,379 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,379 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 26, in test_incompatible_alias_spdx_license
    self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, please use an SPDX reference in INCOMPATIBLE_LICENSE")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,383 - oe-selftest - INFO - FAIL: bblock.BBLock.test_lock_single_recipe_multiple_tasks (subunit.RemotedTestCase)
2026-07-03 08:20:56,383 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,383 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 101, in test_lock_single_recipe_multiple_tasks
    self._run_test(recipes, tasks)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 152, in _run_test
    result = self.lock_recipes(recipes, tasks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 55, in lock_recipes
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bblock quilt -t do_compile,do_install' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to get recipe info for: quilt


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,385 - oe-selftest - INFO - FAIL: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic (subunit.RemotedTestCase)
2026-07-03 08:20:56,385 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,385 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1162, in test_recipetool_appendsrcfile_basic
    self._test_appendsrcfile('base-files', 'a-file')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1134, in _test_appendsrcfile
    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1042, in _try_recipetool_appendsrcfile
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfile  -W /tmp/recipetoolqa9ke9z3s5 base-files /tmp/recipetoolqaotw07mny/testfile a-file' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,387 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSTests.test_not_all_units_installed (subunit.RemotedTestCase)
2026-07-03 08:20:56,387 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,387 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 70, in test_not_all_units_installed
    self.assertTrue(line and line.startswith("WARNING:"), msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,390 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTests.test_incompatible_nonspdx_license (subunit.RemotedTestCase)
2026-07-03 08:20:56,390 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,390 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 99, in test_incompatible_nonspdx_license
    self.lic_test('incompatible-nonspdx-license', 'FooLicense', 'FooLicense')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 72, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,390 - oe-selftest - INFO - FAIL: package.PackageTests.test_preserve_sparse_hardlinks (subunit.RemotedTestCase)
2026-07-03 08:20:56,390 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,394 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/package.py", line 102, in test_preserve_sparse_hardlinks
    bitbake("selftest-hardlink -c package")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-hardlink -c package' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
======================================================================
2026-07-03 08:20:56,394 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exit_loggingA (subunit.RemotedTestCase)
2026-07-03 08:20:56,394 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,394 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 92, in test_python_exit_loggingA
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,394 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_mode_mirror_combined (subunit.RemotedTestCase)
2026-07-03 08:20:56,398 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,398 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 279, in test_archiver_mode_mirror_combined
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,398 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias (subunit.RemotedTestCase)
2026-07-03 08:20:56,398 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,398 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 37, in test_incompatible_alias_spdx_license_alias
    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, please use an SPDX reference in INCOMPATIBLE_LICENSE")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,400 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSTests.test_not_all_units_installed_but_qa_skipped (subunit.RemotedTestCase)
2026-07-03 08:20:56,400 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,400 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 91, in test_not_all_units_installed_but_qa_skipped
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,403 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license (subunit.RemotedTestCase)
2026-07-03 08:20:56,403 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,403 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 77, in test_incompatible_spdx_license
    self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPL-3.0-only')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 72, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,406 - oe-selftest - INFO - FAIL: rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_backup_files (subunit.RemotedTestCase)
2026-07-03 08:20:56,406 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,406 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py", line 63, in test_shadowutils_backup_files
    rootfs_sysconfdir = self.sysconf_build()
                        ^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py", line 33, in sysconf_build
    vars = get_bb_vars(("IMAGE_ROOTFS", "SORT_PASSWD_POSTPROCESS_COMMAND", "sysconfdir"),
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
======================================================================
2026-07-03 08:20:56,410 - oe-selftest - INFO - FAIL: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_basic_wildcard (subunit.RemotedTestCase)
2026-07-03 08:20:56,410 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,410 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1166, in test_recipetool_appendsrcfile_basic_wildcard
    self._test_appendsrcfile(testrecipe, 'a-file', options='-w')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1134, in _test_appendsrcfile
    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1042, in _try_recipetool_appendsrcfile
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfile -w -W /tmp/recipetoolqa9ke9z3s5 base-files /tmp/recipetoolqafabqe7vb/testfile a-file' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,413 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exit_loggingB (subunit.RemotedTestCase)
2026-07-03 08:20:56,413 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,413 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 99, in test_python_exit_loggingB
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,417 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_mode_mirror_excludes (subunit.RemotedTestCase)
2026-07-03 08:20:56,417 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,418 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 254, in test_archiver_mode_mirror_excludes
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,418 - oe-selftest - INFO - FAIL: buildoptions.SanityOptionsTest.test_options_warnqa_errorqa_switch (subunit.RemotedTestCase)
2026-07-03 08:20:56,418 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,418 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 93, in test_options_warnqa_errorqa_switch
    self.assertTrue(line and line.startswith("ERROR:"), msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
======================================================================
2026-07-03 08:20:56,422 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_alias_wildcard (subunit.RemotedTestCase)
2026-07-03 08:20:56,422 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,422 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 49, in test_incompatible_alias_spdx_license_alias_wildcard
    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', '*GPLv3', "*GPLv3 is an invalid license wildcard entry")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,426 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSTests.test_wrong_mount_unit_set (subunit.RemotedTestCase)
2026-07-03 08:20:56,426 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,426 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 134, in test_wrong_mount_unit_set
    self.assertTrue(line and line.startswith("Parsing recipes...ERROR:"), msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,428 - oe-selftest - INFO - FAIL: bblock.BBLock.test_lock_single_recipe_single_task (subunit.RemotedTestCase)
2026-07-03 08:20:56,428 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,428 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 96, in test_lock_single_recipe_single_task
    self._run_test(recipes, tasks)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 152, in _run_test
    result = self.lock_recipes(recipes, tasks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblock.py", line 55, in lock_recipes
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bblock quilt -t do_compile' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to get recipe info for: quilt


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,428 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_alias (subunit.RemotedTestCase)
2026-07-03 08:20:56,428 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,428 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 89, in test_incompatible_spdx_license_alias
    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', 'GPL-3.0-only')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 72, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,431 - oe-selftest - INFO - FAIL: rootfspostcommandstests.ShadowUtilsTidyFiles.test_shadowutils_sorted_files (subunit.RemotedTestCase)
2026-07-03 08:20:56,431 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,431 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py", line 84, in test_shadowutils_sorted_files
    rootfs_sysconfdir = self.sysconf_build()
                        ^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py", line 33, in sysconf_build
    vars = get_bb_vars(("IMAGE_ROOTFS", "SORT_PASSWD_POSTPROCESS_COMMAND", "sysconfdir"),
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
======================================================================
2026-07-03 08:20:56,433 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exit_loggingC (subunit.RemotedTestCase)
2026-07-03 08:20:56,433 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,433 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 107, in test_python_exit_loggingC
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,437 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_mode_mirror_gitsm (subunit.RemotedTestCase)
2026-07-03 08:20:56,437 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,437 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 299, in test_archiver_mode_mirror_gitsm
    bitbake('-c deploy_archives -f git-submodule-test')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives -f git-submodule-test' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,437 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_alias_spdx_license_wildcard (subunit.RemotedTestCase)
2026-07-03 08:20:56,437 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,437 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 32, in test_incompatible_alias_spdx_license_wildcard
    self.lic_test('incompatible-license', 'GPL-3.0-only', '*GPLv3', "*GPLv3 is an invalid license wildcard entry")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,440 - oe-selftest - INFO - FAIL: retain.Retain.test_retain_always (subunit.RemotedTestCase)
2026-07-03 08:20:56,440 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,441 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/retain.py", line 33, in test_retain_always
    bitbake('-c clean %s' % test_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean quilt-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,444 - oe-selftest - INFO - FAIL: fitimage.UBootFitImageTests.test_sign_uboot_fit_image_without_spl (subunit.RemotedTestCase)
2026-07-03 08:20:56,444 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,444 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 2190, in test_sign_uboot_fit_image_without_spl
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1663, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), UBootFitImageTests.BOOTLOADER_RECIPE)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,446 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_license_wildcard (subunit.RemotedTestCase)
2026-07-03 08:20:56,446 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,446 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 83, in test_incompatible_spdx_license_wildcard
    self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPL-3.0*')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 72, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,450 - oe-selftest - INFO - FAIL: imagefeatures.ImageFeatures.test_all_users_can_connect_via_ssh_without_password (subunit.RemotedTestCase)
2026-07-03 08:20:56,450 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,450 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 63, in test_all_users_can_connect_via_ssh_without_password
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
======================================================================
2026-07-03 08:20:56,451 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_exit_loggingD (subunit.RemotedTestCase)
2026-07-03 08:20:56,454 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,454 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 114, in test_python_exit_loggingD
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,454 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_mode_mirror_gitsm_shallow (subunit.RemotedTestCase)
2026-07-03 08:20:56,454 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,454 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 328, in test_archiver_mode_mirror_gitsm_shallow
    bitbake('-c clean git-submodule-test')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean git-submodule-test' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,454 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_all_licenses_wildcard (subunit.RemotedTestCase)
2026-07-03 08:20:56,454 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,454 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 61, in test_incompatible_all_licenses_wildcard
    self.lic_test('incompatible-licenses', 'GPL-2.0-only GPL-3.0-only LGPL-3.0-only', '*', "* is an invalid license wildcard entry")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,457 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTests.test_incompatible_spdx_licenses (subunit.RemotedTestCase)
2026-07-03 08:20:56,457 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,457 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 94, in test_incompatible_spdx_licenses
    self.lic_test('incompatible-licenses', 'GPL-3.0-only LGPL-3.0-only', 'GPL-3.0-only LGPL-3.0-only')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 72, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,461 - oe-selftest - INFO - FAIL: fetch.Fetch.test_git_mirrors (subunit.RemotedTestCase)
2026-07-03 08:20:56,461 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,461 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fetch.py", line 34, in test_git_mirrors
    bitbake("dbus-wait -c fetch -f")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  dbus-wait -c fetch -f' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,464 - oe-selftest - INFO - FAIL: sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_machine (subunit.RemotedTestCase)
2026-07-03 08:20:56,464 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,464 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 355, in test_sstate_cache_management_script_using_machine
    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 289, in run_test_sstate_cache_management_script
    bitbake(target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
======================================================================
2026-07-03 08:20:56,468 - oe-selftest - INFO - FAIL: imagefeatures.ImageFeatures.test_bmap (subunit.RemotedTestCase)
2026-07-03 08:20:56,468 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,468 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 106, in test_bmap
    bitbake(image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
======================================================================
2026-07-03 08:20:56,469 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_fatal_loggingA (subunit.RemotedTestCase)
2026-07-03 08:20:56,472 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,472 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 154, in test_python_fatal_loggingA
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,472 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_mode_original (subunit.RemotedTestCase)
2026-07-03 08:20:56,472 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,472 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 189, in test_archiver_mode_original
    self._test_archiver_mode('original', 'ed-1.21.1.tar.lz')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,472 - oe-selftest - INFO - FAIL: fitimage.UBootFitImageTests.test_sign_uboot_kernel_individual (subunit.RemotedTestCase)
2026-07-03 08:20:56,472 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,476 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 2147, in test_sign_uboot_kernel_individual
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1663, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), UBootFitImageTests.BOOTLOADER_RECIPE)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,476 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_license_alias_wildcard (subunit.RemotedTestCase)
2026-07-03 08:20:56,476 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,476 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 43, in test_incompatible_spdx_license_alias_wildcard
    self.lic_test('incompatible-license-alias', 'GPL-3.0-only', '*GPL-3.0', "*GPL-3.0 is an invalid license wildcard entry")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,478 - oe-selftest - INFO - FAIL: retain.Retain.test_retain_failure (subunit.RemotedTestCase)
2026-07-03 08:20:56,478 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,478 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/retain.py", line 83, in test_retain_failure
    bitbake('-c clean %s' % test_recipe_fail)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean error' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,481 - oe-selftest - INFO - FAIL: imagefeatures.ImageFeatures.test_empty_image (subunit.RemotedTestCase)
2026-07-03 08:20:56,481 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,481 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 306, in test_empty_image
    bitbake(image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  test-empty-image' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
======================================================================
2026-07-03 08:20:56,485 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_fatal_loggingB (subunit.RemotedTestCase)
2026-07-03 08:20:56,488 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,488 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 162, in test_python_fatal_loggingB
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,488 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_mode_patched (subunit.RemotedTestCase)
2026-07-03 08:20:56,488 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,488 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 196, in test_archiver_mode_patched
    self._test_archiver_mode('patched', 'selftest-ed-native-1.21.1-r0-patched.tar.xz')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,488 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicenseTestObsolete.test_incompatible_spdx_licenses_wildcard (subunit.RemotedTestCase)
2026-07-03 08:20:56,490 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,490 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 55, in test_incompatible_spdx_licenses_wildcard
    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")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 20, in lic_test
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,490 - oe-selftest - INFO - FAIL: retain.Retain.test_retain_global (subunit.RemotedTestCase)
2026-07-03 08:20:56,490 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,490 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/retain.py", line 135, in test_retain_global
    bitbake('-c clean %s' % test_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean quilt-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,493 - oe-selftest - INFO - FAIL: sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_1 (subunit.RemotedTestCase)
2026-07-03 08:20:56,493 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,493 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 326, in test_sstate_cache_management_script_using_pr_1
    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 289, in run_test_sstate_cache_management_script
    bitbake(target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
======================================================================
2026-07-03 08:20:56,496 - oe-selftest - INFO - FAIL: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_machine (subunit.RemotedTestCase)
2026-07-03 08:20:56,496 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,496 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1201, in test_recipetool_appendsrcfile_machine
    self._test_appendsrcfile('base-files', 'a-file', machine='mymachine')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1134, in _test_appendsrcfile
    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1042, in _try_recipetool_appendsrcfile
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfile  -W -m mymachine /tmp/recipetoolqa9ke9z3s5 base-files /tmp/recipetoolqa3jyc0f22/testfile a-file' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,500 - oe-selftest - INFO - FAIL: imagefeatures.ImageFeatures.test_hypervisor_fmts (subunit.RemotedTestCase)
2026-07-03 08:20:56,504 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,504 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 142, in test_hypervisor_fmts
    bitbake(image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
======================================================================
2026-07-03 08:20:56,507 - oe-selftest - INFO - FAIL: kerneldevelopment.KernelDev.test_apply_patches (subunit.RemotedTestCase)
2026-07-03 08:20:56,509 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,509 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/kerneldevelopment.py", line 45, in test_apply_patches
    runCmd('bitbake virtual/kernel -c patch')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake virtual/kernel -c patch' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,509 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_fatal_loggingC (subunit.RemotedTestCase)
2026-07-03 08:20:56,509 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,510 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 171, in test_python_fatal_loggingC
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,510 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_mode_recipe (subunit.RemotedTestCase)
2026-07-03 08:20:56,510 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,510 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 210, in test_archiver_mode_recipe
    self._test_archiver_mode('patched', 'selftest-ed-native-1.21.1-r0-recipe.tar.xz',
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 174, in _test_archiver_mode
    bitbake('-c deploy_archives %s' % (target))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c deploy_archives selftest-ed-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,511 - oe-selftest - INFO - FAIL: newlib.NewlibTest.test_newlib (subunit.RemotedTestCase)
2026-07-03 08:20:56,511 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,511 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/newlib.py", line 13, in test_newlib
    bitbake("newlib libgloss")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  newlib libgloss' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,515 - oe-selftest - INFO - FAIL: fitimage.UBootFitImageTests.test_uboot_fit_image (subunit.RemotedTestCase)
2026-07-03 08:20:56,515 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,515 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1941, in test_uboot_fit_image
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1663, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), UBootFitImageTests.BOOTLOADER_RECIPE)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e virtual/bootloader' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,519 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_python_fatal_loggingD (subunit.RemotedTestCase)
2026-07-03 08:20:56,519 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,519 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 179, in test_python_fatal_loggingD
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,523 - oe-selftest - INFO - FAIL: retain.Retain.test_retain_misc (subunit.RemotedTestCase)
2026-07-03 08:20:56,523 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,523 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/retain.py", line 197, in test_retain_misc
    bitbake('-c clean %s' % test_recipe_fail)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c clean error' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,523 - oe-selftest - INFO - FAIL: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_replace_file_srcdir (subunit.RemotedTestCase)
2026-07-03 08:20:56,523 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,523 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1231, in test_recipetool_appendsrcfile_replace_file_srcdir
    bb_vars = get_bb_vars(['S', 'UNPACKDIR'], testrecipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e bash' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,526 - oe-selftest - INFO - FAIL: sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_2 (subunit.RemotedTestCase)
2026-07-03 08:20:56,529 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,529 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 335, in test_sstate_cache_management_script_using_pr_2
    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 289, in run_test_sstate_cache_management_script
    bitbake(target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
======================================================================
2026-07-03 08:20:56,529 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_multiconfig_shared_unpack_and_patch (subunit.RemotedTestCase)
2026-07-03 08:20:56,529 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,529 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 138, in test_archiver_multiconfig_shared_unpack_and_patch
    pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV']
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e gcc' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,532 - oe-selftest - INFO - FAIL: pseudo.Pseudo.test_pseudo_pyc_creation (subunit.RemotedTestCase)
2026-07-03 08:20:56,532 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,532 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/pseudo.py", line 23, in test_pseudo_pyc_creation
    bitbake('pseudo-pyc-test -c install')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  pseudo-pyc-test -c install' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,536 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_shell_loggingA (subunit.RemotedTestCase)
2026-07-03 08:20:56,536 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,536 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 20, in test_shell_loggingA
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,540 - oe-selftest - INFO - FAIL: liboe.CopyTreeTests.test_copy_tree_xattr (subunit.RemotedTestCase)
2026-07-03 08:20:56,540 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,540 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/liboe.py", line 60, in test_copy_tree_xattr
    bitbake("attr-native")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  attr-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,540 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_baremetal_helloworld (subunit.RemotedTestCase)
2026-07-03 08:20:56,540 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,540 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 146, in test_baremetal_helloworld
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  baremetal-helloworld' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,543 - oe-selftest - INFO - FAIL: oescripts.OEListPackageconfigTests.test_packageconfig_flags_default (subunit.RemotedTestCase)
2026-07-03 08:20:56,543 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,543 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 137, in test_packageconfig_flags_default
    results = runCmd('%s/contrib/list-packageconfig-flags.py' % self.scripts_dir)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 167, in <module>
    main()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 152, in main
    bbhandler.prepare()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,545 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,545 - oe-selftest - INFO - FAIL: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_srcdir_basic (subunit.RemotedTestCase)
2026-07-03 08:20:56,545 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,545 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1179, in test_recipetool_appendsrcfile_srcdir_basic
    bb_vars = get_bb_vars(['S', 'UNPACKDIR'], testrecipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e bash' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,549 - oe-selftest - INFO - FAIL: imagefeatures.ImageFeatures.test_image_gen_debugfs (subunit.RemotedTestCase)
2026-07-03 08:20:56,553 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,553 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 286, in test_image_gen_debugfs
    bitbake(image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,554 - oe-selftest - INFO - FAIL: archiver.Archiver.test_archiver_srpm_mode (subunit.RemotedTestCase)
2026-07-03 08:20:56,558 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,558 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/archiver.py", line 163, in test_archiver_srpm_mode
    bitbake('-n selftest-nopackages selftest-ed')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -n selftest-nopackages selftest-ed' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,558 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_shell_loggingB (subunit.RemotedTestCase)
2026-07-03 08:20:56,558 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,558 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 28, in test_shell_loggingB
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,558 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSEtcRunTimeTests.test_all_required_variables_set (subunit.RemotedTestCase)
2026-07-03 08:20:56,558 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,558 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 301, in test_all_required_variables_set
    self.assertTrue(line, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,561 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_base_files (subunit.RemotedTestCase)
2026-07-03 08:20:56,561 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,561 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 83, in test_base_files
    self.check_recipe_spdx(
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 41, in check_recipe_spdx
    bitbake(f"-c {task} {target_name}")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c create_recipe_spdx base-files' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,561 - oe-selftest - INFO - FAIL: runtime_test.SystemTap.test_crosstap_helloworld (subunit.RemotedTestCase)
2026-07-03 08:20:56,561 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,561 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 450, in test_crosstap_helloworld
    bitbake('systemtap-native')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,563 - oe-selftest - INFO - FAIL: imagefeatures.ImageFeatures.test_long_chain_conversion (subunit.RemotedTestCase)
2026-07-03 08:20:56,563 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,563 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 179, in test_long_chain_conversion
    bitbake(image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,569 - oe-selftest - INFO - FAIL: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic (subunit.RemotedTestCase)
2026-07-03 08:20:56,569 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,569 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1172, in test_recipetool_appendsrcfile_subdir_basic
    self._test_appendsrcfile('base-files', 'a-file', 'tmp')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1134, in _test_appendsrcfile
    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1042, in _try_recipetool_appendsrcfile
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfile  -W /tmp/recipetoolqa9ke9z3s5 base-files /tmp/recipetoolqarj1b66tn/testfile tmp/a-file' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,573 - oe-selftest - INFO - FAIL: sstatetests.SStateCacheManagement.test_sstate_cache_management_script_using_pr_3 (subunit.RemotedTestCase)
2026-07-03 08:20:56,577 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,577 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 346, in test_sstate_cache_management_script_using_pr_3
    self.run_test_sstate_cache_management_script('m4', global_config,  target_config, ignore_patterns=['populate_lic'])
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 289, in run_test_sstate_cache_management_script
    bitbake(target)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
======================================================================
2026-07-03 08:20:56,577 - oe-selftest - INFO - FAIL: buildoptions.ToolchainOptions.test_toolchain_fortran (subunit.RemotedTestCase)
2026-07-03 08:20:56,577 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,577 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/buildoptions.py", line 168, in test_toolchain_fortran
    bitbake('fortran-helloworld')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  fortran-helloworld' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,580 - oe-selftest - INFO - FAIL: oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_all (subunit.RemotedTestCase)
2026-07-03 08:20:56,580 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,580 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 156, in test_packageconfig_flags_option_all
    results = runCmd('%s/contrib/list-packageconfig-flags.py -a' % self.scripts_dir)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py -a' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 167, in <module>
    main()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 152, in main
    bbhandler.prepare()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,582 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,582 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_shell_loggingC (subunit.RemotedTestCase)
2026-07-03 08:20:56,582 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,582 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 36, in test_shell_loggingC
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,582 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_conflict (subunit.RemotedTestCase)
2026-07-03 08:20:56,586 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,586 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 334, in test_image_feature_conflict
    self.assertTrue("overlayfs-etc" in res.output, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true : NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,586 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_core_image_minimal (subunit.RemotedTestCase)
2026-07-03 08:20:56,586 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,586 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 127, in test_core_image_minimal
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,586 - oe-selftest - INFO - FAIL: runtime_test.RustKernel.test_kernel_rust_sample (subunit.RemotedTestCase)
2026-07-03 08:20:56,586 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,586 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 511, in test_kernel_rust_sample
    bitbake(self.image)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,589 - oe-selftest - INFO - FAIL: runtime_test.SystemTap.test_crosstap_pstree (subunit.RemotedTestCase)
2026-07-03 08:20:56,589 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,589 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 462, in test_crosstap_pstree
    bitbake('systemtap-native')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,591 - oe-selftest - INFO - FAIL: imagefeatures.ImageFeatures.test_mandb (subunit.RemotedTestCase)
2026-07-03 08:20:56,591 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,591 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 323, in test_mandb
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,598 - oe-selftest - INFO - FAIL: bblogging.BitBakeLogging.test_shell_loggingD (subunit.RemotedTestCase)
2026-07-03 08:20:56,598 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,598 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bblogging.py", line 45, in test_shell_loggingD
    self.assertIn("ERROR: Logfile of failure stored in:", result.output)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: 'ERROR: Logfile of failure stored in:' not found in "NOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,598 - oe-selftest - INFO - FAIL: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfile_subdir_basic_dirdest (subunit.RemotedTestCase)
2026-07-03 08:20:56,598 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,598 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1175, in test_recipetool_appendsrcfile_subdir_basic_dirdest
    self._test_appendsrcfile('base-files', destdir='tmp')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1134, in _test_appendsrcfile
    return self._try_recipetool_appendsrcfile(testrecipe, newfile, destpath, options, expectedlines, [filename])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1042, in _try_recipetool_appendsrcfile
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfile  -W /tmp/recipetoolqa9ke9z3s5 base-files /tmp/recipetoolqa8f5vcbi9/testfile tmp/' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,604 - oe-selftest - INFO - FAIL: externalsrc.ExternalSrc.test_externalsrc_srctree_hash_files (subunit.RemotedTestCase)
2026-07-03 08:20:56,604 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,604 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/externalsrc.py", line 34, in test_externalsrc_srctree_hash_files
    self.assertEqual(get_bb_var("S", test_recipe), externalsrc_dir, msg = "S does not equal to EXTERNALSRC")
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: None != '/tmp/externalsrcui9t6bw2' : S does not equal to EXTERNALSRC


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:56,604 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,604 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSEtcRunTimeTests.test_image_feature_is_missing (subunit.RemotedTestCase)
2026-07-03 08:20:56,604 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,604 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 365, in test_image_feature_is_missing
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,608 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_core_image_minimal_sdk (subunit.RemotedTestCase)
2026-07-03 08:20:56,608 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,608 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 136, in test_core_image_minimal_sdk
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 41, in check_recipe_spdx
    bitbake(f"-c {task} {target_name}")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c populate_sdk core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,611 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicensePerImageTests.test_bash_and_license (subunit.RemotedTestCase)
2026-07-03 08:20:56,611 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,611 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 124, in test_bash_and_license
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,611 - oe-selftest - INFO - FAIL: runtime_test.SystemTap.test_crosstap_syscalls_by_pid (subunit.RemotedTestCase)
2026-07-03 08:20:56,611 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,611 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 486, in test_crosstap_syscalls_by_pid
    bitbake('systemtap-native')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,614 - oe-selftest - INFO - FAIL: imagefeatures.ImageFeatures.test_no_busybox_base_utils (subunit.RemotedTestCase)
2026-07-03 08:20:56,614 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,614 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 266, in test_no_busybox_base_utils
    bitbake("--graphviz core-image-weston")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  --graphviz core-image-weston' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,621 - oe-selftest - INFO - FAIL: oescripts.OEListPackageconfigTests.test_packageconfig_flags_option_flags (subunit.RemotedTestCase)
2026-07-03 08:20:56,621 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,621 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 147, in test_packageconfig_flags_option_flags
    results = runCmd('%s/contrib/list-packageconfig-flags.py -f' % self.scripts_dir)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py -f' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 167, in <module>
    main()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 152, in main
    bbhandler.prepare()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,625 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,625 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSEtcRunTimeTests.test_lower_layer_access (subunit.RemotedTestCase)
2026-07-03 08:20:56,625 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,625 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 459, in test_lower_layer_access
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,628 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_custom_annotation_vars (subunit.RemotedTestCase)
2026-07-03 08:20:56,628 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,628 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 259, in test_custom_annotation_vars
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  base-files' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,630 - oe-selftest - INFO - FAIL: uboot.UBootTest.test_uboot_config_initial_env_binary (subunit.RemotedTestCase)
2026-07-03 08:20:56,630 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,630 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 144, in test_uboot_config_initial_env_binary
    bitbake("u-boot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  u-boot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,634 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicensePerImageTests.test_bash_default (subunit.RemotedTestCase)
2026-07-03 08:20:56,634 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,634 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 115, in test_bash_default
    raise AssertionError(result.output)
AssertionError: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,637 - oe-selftest - INFO - FAIL: runtime_test.SystemTap.test_crosstap_syscalls_by_proc (subunit.RemotedTestCase)
2026-07-03 08:20:56,637 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,637 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 474, in test_crosstap_syscalls_by_proc
    bitbake('systemtap-native')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  systemtap-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,641 - oe-selftest - INFO - FAIL: imagefeatures.ImageFeatures.test_non_root_user_can_connect_via_ssh_without_password (subunit.RemotedTestCase)
2026-07-03 08:20:56,641 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,641 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 37, in test_non_root_user_can_connect_via_ssh_without_password
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,648 - oe-selftest - INFO - FAIL: kernelmodulesplit.KernelModuleSplit.test_cross_recipe_module_dependency (subunit.RemotedTestCase)
2026-07-03 08:20:56,648 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,648 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/kernelmodulesplit.py", line 48, in test_cross_recipe_module_dependency
    bitbake("%s %s" % (consumer_recipe, exporter_recipe))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  kernel-module-testbar kernel-module-testfoo' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838290/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
FIT configuration mapping(s) not matched with any DTB: dtb-extra-conf:nonexistent.dtb:extra-conf
FIT configuration mapping(s) not matched with any DTB: dtb-conf:nonexistent.dtb:renamed
======================================================================
2026-07-03 08:20:56,651 - oe-selftest - INFO - FAIL: sstatetests.SStateHashSameSigs.test_sstate_32_64_same_hash (subunit.RemotedTestCase)
2026-07-03 08:20:56,651 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,651 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 407, in test_sstate_32_64_same_hash
    self.sstate_hashtest("i686")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 371, in sstate_hashtest
    bitbake("core-image-weston -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-weston -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,655 - oe-selftest - INFO - FAIL: install.InstallTests.test_gstreamer_plugins (subunit.RemotedTestCase)
2026-07-03 08:20:56,655 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,659 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 19, in test_gstreamer_plugins
    self.do_installation_test("gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 15, in do_installation_test
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,659 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSEtcRunTimeTests.test_postinst_on_target_for_read_only_rootfs (subunit.RemotedTestCase)
2026-07-03 08:20:56,659 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,659 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 484, in test_postinst_on_target_for_read_only_rootfs
    vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,661 - oe-selftest - INFO - FAIL: oescripts.OEListPackageconfigTests.test_packageconfig_flags_options_preferred_only (subunit.RemotedTestCase)
2026-07-03 08:20:56,661 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,661 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 168, in test_packageconfig_flags_options_preferred_only
    results = runCmd('%s/contrib/list-packageconfig-flags.py -p' % self.scripts_dir)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command '/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py -p' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 167, in <module>
    main()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/contrib/list-packageconfig-flags.py", line 152, in main
    bbhandler.prepare()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838277/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf

2026-07-03 08:20:56,665 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:56,665 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_download_location_defensive_handling (subunit.RemotedTestCase)
2026-07-03 08:20:56,665 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,665 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 377, in test_download_location_defensive_handling
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,668 - oe-selftest - INFO - FAIL: uboot.UBootTest.test_uboot_initial_env_binary (subunit.RemotedTestCase)
2026-07-03 08:20:56,668 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,668 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 116, in test_uboot_initial_env_binary
    bitbake("u-boot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  u-boot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,936 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838333/conf/local.conf
2026-07-03 08:18:40,937 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
INFO: Initializing a new Git repo at /tmp/fake_results.zquighmo
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/0
INFO: Initializing a new Git repo at /tmp/fake_results.fe6y0kyy
INFO: Committing data into to branch main
INFO: Creating tag main/42-g0f7d5df/1
INFO: Initializing a new Git repo at /tmp/fake_results.dm5c5ap1
INFO: Initializing a new Git repo at /tmp/fake_results.xrtgybd9
INFO: Initializing a new Git repo at /tmp/fake_results.9p9pgumo
INFO: Initializing a new Git repo at /tmp/fake_results.vadn84_z
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,671 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicensePerImageTests.test_bash_license_exceptions (subunit.RemotedTestCase)
2026-07-03 08:20:56,672 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,672 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 135, in test_bash_license_exceptions
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,674 - oe-selftest - INFO - FAIL: imagefeatures.ImageFeatures.test_useradd_static (subunit.RemotedTestCase)
2026-07-03 08:20:56,674 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,674 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 245, in test_useradd_static
    bitbake("core-image-base")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-base' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,676 - oe-selftest - INFO - FAIL: install.InstallTests.test_linux_firmware (subunit.RemotedTestCase)
2026-07-03 08:20:56,678 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,678 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 25, in test_linux_firmware
    self.do_installation_test("linux-firmware")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 15, in do_installation_test
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,678 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_dry_run (subunit.RemotedTestCase)
2026-07-03 08:20:56,678 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,678 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 178, in test_dry_run
    result = runCmd('bitbake -n selftest-hello-native')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake -n selftest-hello-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,680 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_original (subunit.RemotedTestCase)
2026-07-03 08:20:56,680 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,680 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 379, in test_sbin_init_original
    self.run_sbin_init(True, "ext4")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 403, in run_sbin_init
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,680 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_extra_opts (subunit.RemotedTestCase)
2026-07-03 08:20:56,680 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,683 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 189, in test_extra_opts
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,683 - oe-selftest - INFO - FAIL: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic (subunit.RemotedTestCase)
2026-07-03 08:20:56,684 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,684 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1249, in test_recipetool_appendsrcfiles_basic
    self._test_appendsrcfiles('gcc', newfiles, destdir=destdir, options='-W')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1140, in _test_appendsrcfiles
    self._try_recipetool_appendsrcfiles(testrecipe, newfiles, expectedfiles=expectedfiles, destdir=destdir, options=options)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1053, in _try_recipetool_appendsrcfiles
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfiles -W /tmp/recipetoolqa9ke9z3s5 gcc /tmp/recipetoolqa2vue03sy/testfile /tmp/recipetoolqa2vue03sy/testfile1 /tmp/recipetoolqa2vue03sy/testfile2 /tmp/recipetoolqa2vue03sy/testfile3 /tmp/recipetoolqa2vue03sy/testfile4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,688 - oe-selftest - INFO - FAIL: sstatetests.SStateHashSameSigs2.test_sstate_allarch_samesigs (subunit.RemotedTestCase)
2026-07-03 08:20:56,688 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,688 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 471, in test_sstate_allarch_samesigs
    self.sstate_common_samesigs(configA, configB, allarch=True)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 180, in sstate_common_samesigs
    bitbake("world meta-toolchain -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,692 - oe-selftest - INFO - FAIL: incompatible_lic.IncompatibleLicensePerImageTests.test_bash_or_license (subunit.RemotedTestCase)
2026-07-03 08:20:56,692 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,692 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/incompatible_lic.py", line 130, in test_bash_or_license
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,694 - oe-selftest - INFO - FAIL: sstatetests.SStateHashSameSigs.test_sstate_nativelsbstring_same_hash (subunit.RemotedTestCase)
2026-07-03 08:20:56,694 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,694 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 428, in test_sstate_nativelsbstring_same_hash
    bitbake("core-image-weston -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-weston -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,696 - oe-selftest - INFO - FAIL: install.InstallTests.test_linux_modules (subunit.RemotedTestCase)
2026-07-03 08:20:56,696 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,696 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 29, in test_linux_modules
    self.do_installation_test("kernel-modules")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 15, in do_installation_test
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,700 - oe-selftest - INFO - FAIL: imagefeatures.ImageFeatures.test_wayland_support_in_image (subunit.RemotedTestCase)
2026-07-03 08:20:56,700 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,700 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/imagefeatures.py", line 91, in test_wayland_support_in_image
    bitbake('core-image-weston')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-weston' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,706 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_preinit (subunit.RemotedTestCase)
2026-07-03 08:20:56,706 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,706 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 375, in test_sbin_init_preinit
    self.run_sbin_init(False, "ext4")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 403, in run_sbin_init
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,709 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_gcc_include_source (subunit.RemotedTestCase)
2026-07-03 08:20:56,709 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,709 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 103, in test_gcc_include_source
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gcc' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,711 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_event_handler (subunit.RemotedTestCase)
2026-07-03 08:20:56,711 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,711 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 44, in test_event_handler
    result = bitbake('selftest-hello-native')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,711 - oe-selftest - INFO - FAIL: install.InstallTests.test_perl (subunit.RemotedTestCase)
2026-07-03 08:20:56,711 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,714 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 33, in test_perl
    self.do_installation_test("perl perl-modules")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 15, in do_installation_test
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,714 - oe-selftest - INFO - FAIL: recipetool.RecipetoolAppendsrcTests.test_recipetool_appendsrcfiles_basic_subdir (subunit.RemotedTestCase)
2026-07-03 08:20:56,714 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,714 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1252, in test_recipetool_appendsrcfiles_basic_subdir
    self.test_recipetool_appendsrcfiles_basic(destdir='testdir')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1249, in test_recipetool_appendsrcfiles_basic
    self._test_appendsrcfiles('gcc', newfiles, destdir=destdir, options='-W')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1140, in _test_appendsrcfiles
    self._try_recipetool_appendsrcfiles(testrecipe, newfiles, expectedfiles=expectedfiles, destdir=destdir, options=options)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 1053, in _try_recipetool_appendsrcfiles
    return self._try_recipetool_appendcmd(cmd, testrecipe, expectedfiles, expectedlines)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 59, in _try_recipetool_appendcmd
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool appendsrcfiles -W -D testdir /tmp/recipetoolqa9ke9z3s5 gcc /tmp/recipetoolqa58qtccse/testfile /tmp/recipetoolqa58qtccse/testfile1 /tmp/recipetoolqa58qtccse/testfile2 /tmp/recipetoolqa58qtccse/testfile3 /tmp/recipetoolqa58qtccse/testfile4' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 98, in main
    tinfoil.parseRecipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 574, in parseRecipes
    self.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,721 - oe-selftest - INFO - FAIL: multiconfig.MultiConfig.test_multiconfig (subunit.RemotedTestCase)
2026-07-03 08:20:56,721 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,721 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/multiconfig.py", line 43, in test_multiconfig
    bitbake('core-image-full-cmdline')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-full-cmdline' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,721 - oe-selftest - INFO - FAIL: overlayfs.OverlayFSEtcRunTimeTests.test_sbin_init_read_only (subunit.RemotedTestCase)
2026-07-03 08:20:56,725 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,725 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 383, in test_sbin_init_read_only
    self.run_sbin_init(True, "squashfs")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/overlayfs.py", line 403, in run_sbin_init
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,725 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_force_task_1 (subunit.RemotedTestCase)
2026-07-03 08:20:56,725 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,725 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 92, in test_force_task_1
    bb_vars = get_bb_vars(['D', 'PKGDEST', 'mandir'], test_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e zlib' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,729 - oe-selftest - INFO - FAIL: sstatetests.SStateHashSameSigs2.test_sstate_nativesdk_samesigs_multilib (subunit.RemotedTestCase)
2026-07-03 08:20:56,729 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,729 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 493, in test_sstate_nativesdk_samesigs_multilib
    self.sstate_common_samesigs(configA, configB)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 180, in sstate_common_samesigs
    bitbake("world meta-toolchain -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,731 - oe-selftest - INFO - FAIL: sstatetests.SStateHashSameSigs.test_sstate_sdk_arch_same_hash (subunit.RemotedTestCase)
2026-07-03 08:20:56,731 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,731 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 413, in test_sstate_sdk_arch_same_hash
    self.sstate_hashtest("aarch64")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 371, in sstate_hashtest
    bitbake("core-image-weston -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-weston -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,735 - oe-selftest - INFO - FAIL: install.InstallTests.test_python (subunit.RemotedTestCase)
2026-07-03 08:20:56,735 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,737 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 37, in test_python
    self.do_installation_test("python3 python3-modules python3-misc")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/install.py", line 15, in do_installation_test
    bitbake("core-image-minimal")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,737 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_force_task_2 (subunit.RemotedTestCase)
2026-07-03 08:20:56,737 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,737 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 117, in test_force_task_2
    bitbake(test_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  zlib' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,740 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_kernel_config_spdx (subunit.RemotedTestCase)
2026-07-03 08:20:56,740 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,740 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 320, in test_kernel_config_spdx
    bitbake(f"-c configure {kernel_recipe}")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -c configure linux-yocto' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,740 - oe-selftest - INFO - FAIL: multiconfig.MultiConfig.test_multiconfig_inlayer (subunit.RemotedTestCase)
2026-07-03 08:20:56,740 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,740 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/multiconfig.py", line 87, in test_multiconfig_inlayer
    bitbake('mc:muslmc:bash -n')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  mc:muslmc:bash -n' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,742 - oe-selftest - INFO - FAIL: signing.Signing.test_signing_packages (subunit.RemotedTestCase)
2026-07-03 08:20:56,742 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,742 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/signing.py", line 74, in test_signing_packages
    self.setup_gpg()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/signing.py", line 26, in setup_gpg
    bitbake('gnupg-native -c addto_recipe_sysroot')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,742 - oe-selftest - INFO - FAIL: wic.Wic2.test_biosplusefi_plugin (subunit.RemotedTestCase)
2026-07-03 08:20:56,742 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,748 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,748 - oe-selftest - INFO - FAIL: minidebuginfo.Minidebuginfo.test_minidebuginfo (subunit.RemotedTestCase)
2026-07-03 08:20:56,748 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,748 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/minidebuginfo.py", line 22, in test_minidebuginfo
    bb_vars = get_bb_vars(['DEPLOY_DIR_IMAGE', 'IMAGE_LINK_NAME', 'READELF'], image)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,756 - oe-selftest - INFO - FAIL: wic.Wic.test_bootloader_config (subunit.RemotedTestCase)
2026-07-03 08:20:56,756 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,756 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,760 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_packageconfig_spdx (subunit.RemotedTestCase)
2026-07-03 08:20:56,760 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,762 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 346, in test_packageconfig_spdx
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  tar' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,762 - oe-selftest - INFO - FAIL: multiconfig.MultiConfig.test_multiconfig_reparse (subunit.RemotedTestCase)
2026-07-03 08:20:56,762 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,762 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/multiconfig.py", line 65, in test_multiconfig_reparse
    result = bitbake('mc:test:multiconfig-test-parse -c showvar')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  mc:test:multiconfig-test-parse -c showvar' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,766 - oe-selftest - INFO - FAIL: signing.Signing.test_signing_sstate_archive (subunit.RemotedTestCase)
2026-07-03 08:20:56,766 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,766 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/signing.py", line 144, in test_signing_sstate_archive
    nsysroot = self.setup_gpg()
               ^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/signing.py", line 26, in setup_gpg
    bitbake('gnupg-native -c addto_recipe_sysroot')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,766 - oe-selftest - INFO - FAIL: runtime_test.TestExport.test_testexport_basic (subunit.RemotedTestCase)
2026-07-03 08:20:56,769 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,769 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 37, in test_testexport_basic
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,773 - oe-selftest - INFO - FAIL: wic.Wic2.test_biosplusefi_plugin_qemu (subunit.RemotedTestCase)
2026-07-03 08:20:56,777 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,777 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,777 - oe-selftest - INFO - FAIL: minidebuginfo.Minidebuginfo.test_minidebuginfo_qemu (subunit.RemotedTestCase)
2026-07-03 08:20:56,777 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,777 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/minidebuginfo.py", line 62, in test_minidebuginfo_qemu
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838249/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:18:58,170 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean xcursor-transparent-theme
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,781 - oe-selftest - INFO - FAIL: wic.Wic.test_build_artifacts (subunit.RemotedTestCase)
2026-07-03 08:20:56,781 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,781 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,784 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_version_extraction_patterns (subunit.RemotedTestCase)
2026-07-03 08:20:56,784 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,788 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 405, in test_version_extraction_patterns
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  opkg-utils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,788 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create (subunit.RemotedTestCase)
2026-07-03 08:20:56,788 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,788 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 364, in test_recipetool_create
    result = runCmd('recipetool create -o %s %s -x %s' % (recipefile, srcuri, tempsrc))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqaqoqwx3ss/logrotate_3.12.3.bb https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz -x /tmp/recipetoolqaqoqwx3ss/srctree' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,791 - oe-selftest - INFO - FAIL: toolchain.ToolchainTests.test_toolchain_switching (subunit.RemotedTestCase)
2026-07-03 08:20:56,795 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,795 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/toolchain.py", line 64, in test_toolchain_switching
    bitbake("m4 selftest-hello -C install")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  m4 selftest-hello -C install' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838311/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,795 - oe-selftest - INFO - FAIL: runtime_test.TestExport.test_testexport_sdk (subunit.RemotedTestCase)
2026-07-03 08:20:56,795 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,795 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 80, in test_testexport_sdk
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,799 - oe-selftest - INFO - FAIL: wic.Wic2.test_bmap_long (subunit.RemotedTestCase)
2026-07-03 08:20:56,802 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,802 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,802 - oe-selftest - INFO - FAIL: wic.Wic.test_build_image_name (subunit.RemotedTestCase)
2026-07-03 08:20:56,802 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,802 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,806 - oe-selftest - INFO - FAIL: spdx.SPDX30Check.test_world_sbom (subunit.RemotedTestCase)
2026-07-03 08:20:56,806 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,808 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 94, in test_world_sbom
    objset = self.check_recipe_spdx(
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/spdx.py", line 43, in check_recipe_spdx
    bitbake(target_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  meta-world-recipe-sbom' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,808 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_git_unpack_nonetwork (subunit.RemotedTestCase)
2026-07-03 08:20:56,808 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,808 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 354, in test_git_unpack_nonetwork
    bitbake('gitunpackoffline -c fetch')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gitunpackoffline -c fetch' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,812 - oe-selftest - INFO - FAIL: wic.Wic2.test_bmap_short (subunit.RemotedTestCase)
2026-07-03 08:20:56,812 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,812 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,814 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_git_unpack_nonetwork_fail (subunit.RemotedTestCase)
2026-07-03 08:20:56,814 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,814 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 367, in test_git_unpack_nonetwork_fail
    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)
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : Recipe without PV set to SRCPV should have failed: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,818 - oe-selftest - INFO - FAIL: wic.Wic.test_build_rootfs_long (subunit.RemotedTestCase)
2026-07-03 08:20:56,818 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,818 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,818 - oe-selftest - INFO - FAIL: uboot.UBootConfigTest.test_uboot_config_extract (subunit.RemotedTestCase)
2026-07-03 08:20:56,818 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,822 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 179, in test_uboot_config_extract
    bitbake("-e u-boot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e u-boot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,822 - oe-selftest - INFO - FAIL: prservice.BitbakePrTests.test_import_export_override_db (subunit.RemotedTestCase)
2026-07-03 08:20:56,822 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,822 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 115, in test_import_export_override_db
    self.run_test_pr_export_import('m4', replace_current_db=False)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 89, in run_test_pr_export_import
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:28.030388)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:43313, PID: 1850178
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,825 - oe-selftest - INFO - FAIL: sstatetests.SStateHashSameSigs3.test_sstate_multilib_or_not_native_samesigs (subunit.RemotedTestCase)
2026-07-03 08:20:56,825 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,825 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 558, in test_sstate_multilib_or_not_native_samesigs
    bitbake("binutils-native  -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  binutils-native  -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,829 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_image_manifest (subunit.RemotedTestCase)
2026-07-03 08:20:56,831 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,831 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 134, in test_image_manifest
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,831 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_autotools (subunit.RemotedTestCase)
2026-07-03 08:20:56,831 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,831 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 377, in test_recipetool_create_autotools
    bitbake('libpng pango libx11 libxext jpeg libcheck')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  libpng pango libx11 libxext jpeg libcheck' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,834 - oe-selftest - INFO - FAIL: wic.Wic2.test_diskid_on_gpt_partition (subunit.RemotedTestCase)
2026-07-03 08:20:56,834 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,834 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,837 - oe-selftest - INFO - FAIL: wic.Wic.test_build_rootfs_short (subunit.RemotedTestCase)
2026-07-03 08:20:56,837 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,837 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,841 - oe-selftest - INFO - FAIL: uboot.UBootConfigTest.test_uboot_config_extract_error_missing_config (subunit.RemotedTestCase)
2026-07-03 08:20:56,841 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,843 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 270, in test_uboot_config_extract_error_missing_config
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,843 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_cmake (subunit.RemotedTestCase)
2026-07-03 08:20:56,843 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,843 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 422, in test_recipetool_create_cmake
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa5qu7ssd2/recipe http://taglib.github.io/releases/taglib-1.11.1.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching http://taglib.github.io/releases/taglib-1.11.1.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,847 - oe-selftest - INFO - FAIL: wic.Wic2.test_diskid_on_msdos_partition (subunit.RemotedTestCase)
2026-07-03 08:20:56,850 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,850 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,850 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_invalid_patch (subunit.RemotedTestCase)
2026-07-03 08:20:56,850 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,850 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 79, in test_invalid_patch
    bitbake('-cclean man-db')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -cclean man-db' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,854 - oe-selftest - INFO - FAIL: wic.Wic.test_change_directory (subunit.RemotedTestCase)
2026-07-03 08:20:56,854 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,854 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,856 - oe-selftest - INFO - FAIL: prservice.BitbakePrTests.test_import_export_replace_db (subunit.RemotedTestCase)
2026-07-03 08:20:56,856 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,860 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 112, in test_import_export_replace_db
    self.run_test_pr_export_import('m4')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 89, in run_test_pr_export_import
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:30.793314)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:43207, PID: 1850514
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,860 - oe-selftest - INFO - FAIL: sstatetests.SStateHashSameSigs3.test_sstate_sametune_samesigs (subunit.RemotedTestCase)
2026-07-03 08:20:56,860 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,860 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 512, in test_sstate_sametune_samesigs
    bitbake("world meta-toolchain -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,865 - oe-selftest - INFO - FAIL: wic.Wic2.test_efi_plugin_plain_systemd_boot_qemu_x86 (subunit.RemotedTestCase)
2026-07-03 08:20:56,868 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,868 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,869 - oe-selftest - INFO - FAIL: wic.Wic.test_change_directory_errors (subunit.RemotedTestCase)
2026-07-03 08:20:56,869 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,869 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,872 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_git_http (subunit.RemotedTestCase)
2026-07-03 08:20:56,872 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,874 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 786, in test_recipetool_create_git_http
    self._test_recipetool_create_git('http://git.yoctoproject.org/matchbox-keyboard')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 774, in _test_recipetool_create_git
    result = runCmd('recipetool create -o %s%s "%s"' % (temprecipe, options, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa3oi7hatj/recipe "http://git.yoctoproject.org/matchbox-keyboard"' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;protocol=http;branch=master...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,876 - oe-selftest - INFO - FAIL: wrapper.WrapperTests.test_shebang_wrapper (subunit.RemotedTestCase)
2026-07-03 08:20:56,880 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,880 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wrapper.py", line 16, in test_shebang_wrapper
    res = bitbake("cmdline-shebang-wrapper-test -c install", ignore_status=False)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  cmdline-shebang-wrapper-test -c install' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838259/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,884 - oe-selftest - INFO - FAIL: wic.Wic2.test_efi_plugin_unified_kernel_image_qemu (subunit.RemotedTestCase)
2026-07-03 08:20:56,887 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,887 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,887 - oe-selftest - INFO - FAIL: prservice.BitbakePrTests.test_pr_service_deb_arch_dep (subunit.RemotedTestCase)
2026-07-03 08:20:56,887 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,887 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 121, in test_pr_service_deb_arch_dep
    self.run_test_pr_service('m4', 'deb', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:33.605001)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:36649, PID: 1850928
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,890 - oe-selftest - INFO - FAIL: uboot.UBootConfigTest.test_uboot_config_extract_error_nothing_set (subunit.RemotedTestCase)
2026-07-03 08:20:56,890 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,890 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 293, in test_uboot_config_extract_error_nothing_set
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,894 - oe-selftest - INFO - FAIL: wic.Wic.test_compress_bzip2 (subunit.RemotedTestCase)
2026-07-03 08:20:56,894 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,894 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,896 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_just_parse (subunit.RemotedTestCase)
2026-07-03 08:20:56,896 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,900 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 182, in test_just_parse
    result = runCmd('bitbake -p')
             ^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake -p' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,900 - oe-selftest - INFO - FAIL: wic.Wic2.test_empty_plugin (subunit.RemotedTestCase)
2026-07-03 08:20:56,900 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,900 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,903 - oe-selftest - INFO - FAIL: uboot.UBootConfigTest.test_uboot_config_extract_error_set_both_config_and_machine (subunit.RemotedTestCase)
2026-07-03 08:20:56,903 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,903 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 314, in test_uboot_config_extract_error_set_both_config_and_machine
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,907 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_local_sstate (subunit.RemotedTestCase)
2026-07-03 08:20:56,907 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,907 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 52, in test_local_sstate
    bitbake('selftest-hello-native')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,910 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcbranch (subunit.RemotedTestCase)
2026-07-03 08:20:56,910 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,910 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 795, in test_recipetool_create_git_srcbranch
    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;protocol=https', 'matchbox-keyboard-0-1')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 774, in _test_recipetool_create_git
    result = runCmd('recipetool create -o %s%s "%s"' % (temprecipe, options, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa6p12ycr3/recipe -B matchbox-keyboard-0-1 "git://git.yoctoproject.org/matchbox-keyboard;protocol=https"' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;protocol=https;branch=matchbox-keyboard-0-1...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,916 - oe-selftest - INFO - FAIL: wic.Wic.test_compress_gzip (subunit.RemotedTestCase)
2026-07-03 08:20:56,916 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,916 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,920 - oe-selftest - INFO - FAIL: prservice.BitbakePrTests.test_pr_service_deb_arch_indep (subunit.RemotedTestCase)
2026-07-03 08:20:56,920 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,923 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 130, in test_pr_service_deb_arch_indep
    self.run_test_pr_service('xcursor-transparent-theme', 'deb', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:36.410622)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:38845, PID: 1851281
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,923 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_non_gplv3 (subunit.RemotedTestCase)
2026-07-03 08:20:56,923 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,924 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 240, in test_non_gplv3
    self.assertEqual(result.status, 0, "Bitbake failed, exit code %s, output %s" % (result.status, result.output))
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : Bitbake failed, exit code 1, output NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,924 - oe-selftest - INFO - FAIL: wic.Wic2.test_empty_zeroize_plugin (subunit.RemotedTestCase)
2026-07-03 08:20:56,924 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,924 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,928 - oe-selftest - INFO - FAIL: uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_binary (subunit.RemotedTestCase)
2026-07-03 08:20:56,928 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,928 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 358, in test_uboot_config_extract_error_set_uboot_config_binary
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,928 - oe-selftest - INFO - FAIL: wic.Wic.test_compress_xz (subunit.RemotedTestCase)
2026-07-03 08:20:56,928 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,928 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,933 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_branch (subunit.RemotedTestCase)
2026-07-03 08:20:56,933 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,937 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 792, in test_recipetool_create_git_srcuri_branch
    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 774, in _test_recipetool_create_git
    result = runCmd('recipetool create -o %s%s "%s"' % (temprecipe, options, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa4q7jxo5d/recipe "git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https"' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;branch=matchbox-keyboard-0-1;protocol=https...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,940 - oe-selftest - INFO - FAIL: wic.Wic2.test_expand_mbr_image (subunit.RemotedTestCase)
2026-07-03 08:20:56,942 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,942 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,943 - oe-selftest - INFO - FAIL: uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_fragments (subunit.RemotedTestCase)
2026-07-03 08:20:56,943 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,943 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 402, in test_uboot_config_extract_error_set_uboot_config_fragments
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,947 - oe-selftest - INFO - FAIL: wic.Wic.test_debug_long (subunit.RemotedTestCase)
2026-07-03 08:20:56,947 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,947 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,951 - oe-selftest - INFO - FAIL: prservice.BitbakePrTests.test_pr_service_ipk_arch_dep (subunit.RemotedTestCase)
2026-07-03 08:20:56,951 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,955 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 124, in test_pr_service_ipk_arch_dep
    self.run_test_pr_service('m4', 'ipk', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:39.179254)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:40123, PID: 1851643
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,955 - oe-selftest - INFO - FAIL: wic.Wic2.test_extra_filesystem_space (subunit.RemotedTestCase)
2026-07-03 08:20:56,955 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,955 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,958 - oe-selftest - INFO - FAIL: uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_image_fstypes (subunit.RemotedTestCase)
2026-07-03 08:20:56,958 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,958 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 336, in test_uboot_config_extract_error_set_uboot_config_image_fstypes
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,961 - oe-selftest - INFO - FAIL: wic.Wic.test_debug_short (subunit.RemotedTestCase)
2026-07-03 08:20:56,961 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,961 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,966 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_git_srcuri_master (subunit.RemotedTestCase)
2026-07-03 08:20:56,966 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,967 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 789, in test_recipetool_create_git_srcuri_master
    self._test_recipetool_create_git('git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 774, in _test_recipetool_create_git
    result = runCmd('recipetool create -o %s%s "%s"' % (temprecipe, options, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa05v4j9fa/recipe "git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https"' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/matchbox-keyboard;branch=master;protocol=https...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,972 - oe-selftest - INFO - FAIL: wic.Wic2.test_extra_partition_plugin (subunit.RemotedTestCase)
2026-07-03 08:20:56,974 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,974 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,974 - oe-selftest - INFO - FAIL: uboot.UBootConfigTest.test_uboot_config_extract_error_set_uboot_config_make_opts (subunit.RemotedTestCase)
2026-07-03 08:20:56,974 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,974 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 380, in test_uboot_config_extract_error_set_uboot_config_make_opts
    self.assertIn("ERROR: Nothing PROVIDES 'u-boot'", s)
  File "/usr/lib/python3.11/unittest/case.py", line 1140, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python3.11/unittest/case.py", line 703, in fail
    raise self.failureException(msg)
AssertionError: "ERROR: Nothing PROVIDES 'u-boot'" not found in "Command 'bitbake  -e u-boot' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nERROR:  OE-core's config sanity checker detected a potential misconfiguration.\n    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).\n    Following is the list of potential problems / advisories:\n\n    Failed to create a file in SSTATE_DIR: Remote I/O error.\n\n\nSummary: There was 1 ERROR message, returning a non-zero exit code."


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,978 - oe-selftest - INFO - FAIL: prservice.BitbakePrTests.test_pr_service_ipk_arch_indep (subunit.RemotedTestCase)
2026-07-03 08:20:56,978 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,978 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 133, in test_pr_service_ipk_arch_indep
    self.run_test_pr_service('xcursor-transparent-theme', 'ipk', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:41.952001)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:41441, PID: 1852732
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,981 - oe-selftest - INFO - FAIL: wic.Wic.test_default_output_dir (subunit.RemotedTestCase)
2026-07-03 08:20:56,981 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,981 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,984 - oe-selftest - INFO - FAIL: wic.Wic2.test_extra_partition_space (subunit.RemotedTestCase)
2026-07-03 08:20:56,984 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,987 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:56,988 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_github (subunit.RemotedTestCase)
2026-07-03 08:20:56,988 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,988 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 469, in test_recipetool_create_github
    result = runCmd(cmd)
             ^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command '['recipetool', 'create', '-o', '/tmp/recipetoolqaeuqbxpsb/recipe', 'https://github.com/mesonbuild/meson;rev=0.52.1']' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://github.com/mesonbuild/meson;rev=0.52.1;protocol=https;nobranch=1...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,988 - oe-selftest - INFO - FAIL: uboot.UBootConfigTest.test_uboot_config_extract_legacy (subunit.RemotedTestCase)
2026-07-03 08:20:56,992 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,992 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 238, in test_uboot_config_extract_legacy
    bitbake("-e u-boot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e u-boot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:56,992 - oe-selftest - INFO - FAIL: wic.Wic.test_efi_bootpart (subunit.RemotedTestCase)
2026-07-03 08:20:56,992 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,992 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:56,996 - oe-selftest - INFO - FAIL: prservice.BitbakePrTests.test_pr_service_rpm_arch_dep (subunit.RemotedTestCase)
2026-07-03 08:20:56,996 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,998 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 118, in test_pr_service_rpm_arch_dep
    self.run_test_pr_service('m4', 'rpm', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:44.761340)
NOTE: Reconnecting to bitbake server...
NOTE: Previous bitbake instance shutting down?, waiting to retry... (08:19:44.761798)
NOTE: Directory listing: ['meta-selftest', 'tmp-mc-tiny', 'bitbake-cookerdaemon.log', 'tmp-mc-musl', 'cache', 'tmp', 'conf', 'classes']
NOTE: Retrying server connection (#2)... (08:19:44.868745)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:40933, PID: 1853047
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:56,998 - oe-selftest - INFO - FAIL: wic.Wic2.test_fixed_size (subunit.RemotedTestCase)
2026-07-03 08:20:56,998 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:56,998 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,002 - oe-selftest - INFO - FAIL: uboot.UBootConfigTest.test_uboot_config_extract_single_config (subunit.RemotedTestCase)
2026-07-03 08:20:57,002 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,002 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/uboot.py", line 212, in test_uboot_config_extract_single_config
    bitbake("-e u-boot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e u-boot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,932 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838323/conf/local.conf
2026-07-03 08:18:40,933 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,004 - oe-selftest - INFO - FAIL: wic.Wic.test_exclude_path (subunit.RemotedTestCase)
2026-07-03 08:20:57,004 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,005 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,008 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_github_tarball (subunit.RemotedTestCase)
2026-07-03 08:20:57,008 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,011 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 759, in test_recipetool_create_github_tarball
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqarfcl8bc7/recipe https://github.com/mesonbuild/meson/releases/download/0.52.1/meson-0.52.1.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://github.com/mesonbuild/meson/releases/download/0.52.1/meson-0.52.1.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,014 - oe-selftest - INFO - FAIL: wic.Wic2.test_fixed_size_error (subunit.RemotedTestCase)
2026-07-03 08:20:57,015 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,015 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,015 - oe-selftest - INFO - FAIL: wic.Wic.test_exclude_path_errors (subunit.RemotedTestCase)
2026-07-03 08:20:57,015 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,015 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,019 - oe-selftest - INFO - FAIL: prservice.BitbakePrTests.test_pr_service_rpm_arch_indep (subunit.RemotedTestCase)
2026-07-03 08:20:57,019 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,022 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 127, in test_pr_service_rpm_arch_indep
    self.run_test_pr_service('xcursor-transparent-theme', 'rpm', 'do_package')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 73, in run_test_pr_service
    self.increment_package_pr(package_name)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/prservice.py", line 61, in increment_package_pr
    self.assertEqual(res.status, 0, msg=res.output)
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 1 != 0 : NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (08:19:47.633225)
NOTE: Reconnecting to bitbake server...
NOTE: Previous bitbake instance shutting down?, waiting to retry... (08:19:47.633611)
NOTE: Directory listing: ['meta-selftest', 'tmp-mc-tiny', 'bitbake-cookerdaemon.log', 'tmp-mc-musl', 'cache', 'tmp', 'conf', 'classes']
NOTE: Retrying server connection (#2)... (08:19:47.738545)
NOTE: Started PRServer with DBfile: /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/cache/prserv.sqlite3, Address: 127.0.0.1:44591, PID: 1853393
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:57,022 - oe-selftest - INFO - FAIL: wic.Wic2.test_fs_types (subunit.RemotedTestCase)
2026-07-03 08:20:57,022 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,022 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,024 - oe-selftest - INFO - FAIL: wic.Wic.test_exclude_path_with_extra_space (subunit.RemotedTestCase)
2026-07-03 08:20:57,025 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,025 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,026 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_go (subunit.RemotedTestCase)
2026-07-03 08:20:57,026 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,030 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 816, in test_recipetool_create_go
    result = runCmd('recipetool create -o %s %s -S %s -B %s' % (temprecipe, srcuri, srcrev, srcbranch))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqaakmumpls/recipe https://git.yoctoproject.org/recipetool-go-test.git -S c3e213c01b6c1406b430df03ef0d1ae77de5d2f7 -B main' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/recipetool-go-test.git;protocol=https;branch=main...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,033 - oe-selftest - INFO - FAIL: wic.Wic2.test_gpt_partition_name (subunit.RemotedTestCase)
2026-07-03 08:20:57,037 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,037 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,037 - oe-selftest - INFO - FAIL: wic.Wic.test_extra_space (subunit.RemotedTestCase)
2026-07-03 08:20:57,037 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,037 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,040 - oe-selftest - INFO - FAIL: runtime_test.Postinst.test_failing_postinst (subunit.RemotedTestCase)
2026-07-03 08:20:57,040 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,044 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 395, in test_failing_postinst
    vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:57,044 - oe-selftest - INFO - FAIL: wic.Wic2.test_image_bootpart_globbed (subunit.RemotedTestCase)
2026-07-03 08:20:57,044 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,044 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,046 - oe-selftest - INFO - FAIL: wic.Wic.test_gpt_image (subunit.RemotedTestCase)
2026-07-03 08:20:57,046 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,046 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,049 - oe-selftest - INFO - FAIL: runtime_test.Postinst.test_postinst_rootfs_and_boot_systemd (subunit.RemotedTestCase)
2026-07-03 08:20:57,049 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,052 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 380, in test_postinst_rootfs_and_boot_systemd
    self.init_manager_loop("systemd")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 308, in init_manager_loop
    vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:57,052 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_flit_core_buildapi (subunit.RemotedTestCase)
2026-07-03 08:20:57,052 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,052 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 676, in test_recipetool_create_python3_pep517_flit_core_buildapi
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqayehzptjq/recipe https://files.pythonhosted.org/packages/1f/7a/8b94bb016069caa12fc9f587b28080ac33b4fbb8ca369b98bc0a4828543e/typing_extensions-4.8.0.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/1f/7a/8b94bb016069caa12fc9f587b28080ac33b4fbb8ca369b98bc0a4828543e/typing_extensions-4.8.0.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,056 - oe-selftest - INFO - FAIL: wic.Wic2.test_image_env (subunit.RemotedTestCase)
2026-07-03 08:20:57,056 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,056 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,056 - oe-selftest - INFO - FAIL: wic.Wic.test_grub_install_pcbios (subunit.RemotedTestCase)
2026-07-03 08:20:57,057 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,057 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,061 - oe-selftest - INFO - FAIL: runtime_test.Postinst.test_postinst_rootfs_and_boot_sysvinit (subunit.RemotedTestCase)
2026-07-03 08:20:57,061 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,065 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 358, in test_postinst_rootfs_and_boot_sysvinit
    self.init_manager_loop("sysvinit")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 308, in init_manager_loop
    vars = get_bb_vars(("IMAGE_ROOTFS", "sysconfdir"), "core-image-minimal")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:57,065 - oe-selftest - INFO - FAIL: wic.Wic2.test_image_vars_dir_long (subunit.RemotedTestCase)
2026-07-03 08:20:57,065 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,065 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,069 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_hatchling (subunit.RemotedTestCase)
2026-07-03 08:20:57,069 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,069 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 698, in test_recipetool_create_python3_pep517_hatchling
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqak_h4s3yx/recipe https://files.pythonhosted.org/packages/e4/43/087b24516db11722c8687e0caf0f66c7785c0b1c51b0ab951dfde924e3f5/jsonschema-4.19.1.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/e4/43/087b24516db11722c8687e0caf0f66c7785c0b1c51b0ab951dfde924e3f5/jsonschema-4.19.1.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,072 - oe-selftest - INFO - FAIL: wic.Wic.test_include_path (subunit.RemotedTestCase)
2026-07-03 08:20:57,076 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,076 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,080 - oe-selftest - INFO - FAIL: wic.Wic2.test_image_vars_dir_short (subunit.RemotedTestCase)
2026-07-03 08:20:57,080 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,081 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,081 - oe-selftest - INFO - FAIL: sstatetests.SStateFindSiginfo.test_sstate_compare_sigfiles_and_find_siginfo (subunit.RemotedTestCase)
2026-07-03 08:20:57,081 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,081 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 751, in test_sstate_compare_sigfiles_and_find_siginfo
    bitbake("%s -c do_tmptask1 -S none" % pn)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  binutils -c do_tmptask1 -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:57,084 - oe-selftest - INFO - FAIL: wic.Wic.test_include_path_embeded (subunit.RemotedTestCase)
2026-07-03 08:20:57,084 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,084 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,088 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_maturin (subunit.RemotedTestCase)
2026-07-03 08:20:57,088 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,091 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 721, in test_recipetool_create_python3_pep517_maturin
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa7uo27md6/recipe https://files.pythonhosted.org/packages/64/26/cffb93fe9c6b5a91c497f37fae14a4b073ecbc47fc36a9979c7aa888b245/pydantic_core-2.14.5.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/64/26/cffb93fe9c6b5a91c497f37fae14a4b073ecbc47fc36a9979c7aa888b245/pydantic_core-2.14.5.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,094 - oe-selftest - INFO - FAIL: wic.Wic2.test_kickstart_parser (subunit.RemotedTestCase)
2026-07-03 08:20:57,097 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,097 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,097 - oe-selftest - INFO - FAIL: wic.ModifyTests.test_wic_cp (subunit.RemotedTestCase)
2026-07-03 08:20:57,097 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,097 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:57,101 - oe-selftest - INFO - FAIL: wic.Wic.test_include_path_errors (subunit.RemotedTestCase)
2026-07-03 08:20:57,101 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,101 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,104 - oe-selftest - INFO - FAIL: wic.Wic2.test_mkfs_extraopts (subunit.RemotedTestCase)
2026-07-03 08:20:57,104 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,108 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,108 - oe-selftest - INFO - FAIL: wic.ModifyTests.test_wic_cp_ext (subunit.RemotedTestCase)
2026-07-03 08:20:57,108 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,108 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:57,112 - oe-selftest - INFO - FAIL: wic.Wic.test_iso_image (subunit.RemotedTestCase)
2026-07-03 08:20:57,112 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,112 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,115 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_mesonpy (subunit.RemotedTestCase)
2026-07-03 08:20:57,115 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,118 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 743, in test_recipetool_create_python3_pep517_mesonpy
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa6c2xbrp7/recipe https://files.pythonhosted.org/packages/c2/32/b934a70592f314afcfa86c7f7e388804a8061be65b822e2aa07e573b6477/siphash24-1.4.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/c2/32/b934a70592f314afcfa86c7f7e388804a8061be65b822e2aa07e573b6477/siphash24-1.4.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,122 - oe-selftest - INFO - FAIL: wic.Wic2.test_offset (subunit.RemotedTestCase)
2026-07-03 08:20:57,126 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,126 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,126 - oe-selftest - INFO - FAIL: wic.ModifyTests.test_wic_ls (subunit.RemotedTestCase)
2026-07-03 08:20:57,126 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,126 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:57,126 - oe-selftest - INFO - FAIL: wic.Wic.test_kernel_install (subunit.RemotedTestCase)
2026-07-03 08:20:57,126 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,126 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,129 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_poetry_core_masonry_api (subunit.RemotedTestCase)
2026-07-03 08:20:57,129 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,133 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 654, in test_recipetool_create_python3_pep517_poetry_core_masonry_api
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqanhfsksni/recipe https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/b9/f3/ef59cee614d5e0accf6fd0cbba025b93b272e626ca89fb70a3e9187c5d15/iso8601-2.1.0.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,134 - oe-selftest - INFO - FAIL: wic.Wic2.test_qemu (subunit.RemotedTestCase)
2026-07-03 08:20:57,138 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,138 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,138 - oe-selftest - INFO - FAIL: wic.ModifyTests.test_wic_ls_ext (subunit.RemotedTestCase)
2026-07-03 08:20:57,138 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,138 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:57,138 - oe-selftest - INFO - FAIL: wic.Wic.test_mkefidisk (subunit.RemotedTestCase)
2026-07-03 08:20:57,138 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,139 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,142 - oe-selftest - INFO - FAIL: wic.Wic2.test_qemu_efi (subunit.RemotedTestCase)
2026-07-03 08:20:57,142 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,146 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,146 - oe-selftest - INFO - FAIL: wic.ModifyTests.test_wic_rm (subunit.RemotedTestCase)
2026-07-03 08:20:57,146 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,146 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:57,148 - oe-selftest - INFO - FAIL: wic.Wic.test_no_fstab_update (subunit.RemotedTestCase)
2026-07-03 08:20:57,148 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,148 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,152 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta (subunit.RemotedTestCase)
2026-07-03 08:20:57,152 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,155 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 587, in test_recipetool_create_python3_pep517_setuptools_build_meta
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa7y02dqe5/recipe https://files.pythonhosted.org/packages/a1/fb/f95560c6a5d4469d9c49e24cf1b5d4d21ffab5608251c6020a965fb7791c/webcolors-1.13.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/a1/fb/f95560c6a5d4469d9c49e24cf1b5d4d21ffab5608251c6020a965fb7791c/webcolors-1.13.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,157 - oe-selftest - INFO - FAIL: wic.Wic2.test_rawcopy_plugin (subunit.RemotedTestCase)
2026-07-03 08:20:57,161 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,161 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,161 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_setscene_only (subunit.RemotedTestCase)
2026-07-03 08:20:57,161 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,161 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 252, in test_setscene_only
    bitbake(test_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,161 - oe-selftest - INFO - FAIL: wic.ModifyTests.test_wic_rm_ext (subunit.RemotedTestCase)
2026-07-03 08:20:57,161 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,162 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838250/conf/local.conf
2026-07-03 08:18:40,931 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
======================================================================
2026-07-03 08:20:57,165 - oe-selftest - INFO - FAIL: wic.Wic.test_no_fstab_update_errors (subunit.RemotedTestCase)
2026-07-03 08:20:57,165 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,165 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,169 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_skip_setscene (subunit.RemotedTestCase)
2026-07-03 08:20:57,169 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,171 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 265, in test_skip_setscene
    bitbake(test_recipe)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  selftest-hello-native' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,171 - oe-selftest - INFO - FAIL: wic.Wic2.test_rawcopy_plugin_qemu (subunit.RemotedTestCase)
2026-07-03 08:20:57,171 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,171 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,175 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta_license_pep639 (subunit.RemotedTestCase)
2026-07-03 08:20:57,175 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,175 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 632, in test_recipetool_create_python3_pep517_setuptools_build_meta_license_pep639
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqa1n_5ucyf/recipe https://files.pythonhosted.org/packages/21/7a/21930ae148f94c458ca2f8f554d4e737e17c1db8b152238f530fc0c89e32/sphinxcontrib_svg2pdfconverter-2.0.0.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/21/7a/21930ae148f94c458ca2f8f554d4e737e17c1db8b152238f530fc0c89e32/sphinxcontrib_svg2pdfconverter-2.0.0.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,175 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_unexpanded_variable_in_path (subunit.RemotedTestCase)
2026-07-03 08:20:57,179 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,179 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 377, in test_unexpanded_variable_in_path
    self.assertTrue(re.search("ERROR: Directory name /.* contains unexpanded bitbake variable. This may cause build failures and WORKDIR polution",
  File "/usr/lib/python3.11/unittest/case.py", line 715, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true : mkdirhier with unexpanded variable should have failed: NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,179 - oe-selftest - INFO - FAIL: wic.Wic.test_no_table (subunit.RemotedTestCase)
2026-07-03 08:20:57,179 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,179 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,183 - oe-selftest - INFO - FAIL: bbtests.BitbakeTests.test_version (subunit.RemotedTestCase)
2026-07-03 08:20:57,183 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,185 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/bbtests.py", line 186, in test_version
    result = runCmd('bitbake -s | grep wget')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake -s | grep wget' returned non-zero exit status 1:
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1

2026-07-03 08:20:57,185 - oe-selftest - INFO - ======================================================================
2026-07-03 08:20:57,185 - oe-selftest - INFO - FAIL: wic.Wic2.test_rawcopy_plugin_unpack (subunit.RemotedTestCase)
2026-07-03 08:20:57,185 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,185 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,188 - oe-selftest - INFO - FAIL: wic.Wic.test_partition_hidden_attributes (subunit.RemotedTestCase)
2026-07-03 08:20:57,188 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,188 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,192 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_setuptools_build_meta_license_prepep639 (subunit.RemotedTestCase)
2026-07-03 08:20:57,192 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,194 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 610, in test_recipetool_create_python3_pep517_setuptools_build_meta_license_prepep639
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqaxy4s2uzj/recipe https://files.pythonhosted.org/packages/46/f2/cd8b7584a48ee83f0bc94f8a32fea38734cefcdc6f7324c4d3bfc699457b//yamllint-1.37.1.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/46/f2/cd8b7584a48ee83f0bc94f8a32fea38734cefcdc6f7324c4d3bfc699457b/yamllint-1.37.1.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,197 - oe-selftest - INFO - FAIL: wic.Wic2.test_uefi_kernel (subunit.RemotedTestCase)
2026-07-03 08:20:57,198 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,198 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,198 - oe-selftest - INFO - FAIL: wic.Wic.test_permissions (subunit.RemotedTestCase)
2026-07-03 08:20:57,198 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,198 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,201 - oe-selftest - INFO - FAIL: wic.Wic2.test_wic_image_type (subunit.RemotedTestCase)
2026-07-03 08:20:57,201 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,205 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838254/conf/local.conf
2026-07-03 08:18:40,925 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:46,499 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
2026-07-03 08:18:49,715 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean meson-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
2026-07-03 08:19:06,358 - oe-selftest - INFO - Running bitbake to generate pkgdata
======================================================================
2026-07-03 08:20:57,205 - oe-selftest - INFO - FAIL: fitimage.KernelFitImageRecipeTests.test_fit_image (subunit.RemotedTestCase)
2026-07-03 08:20:57,205 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,205 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1195, in test_fit_image
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,208 - oe-selftest - INFO - FAIL: wic.Wic.test_qemux86_directdisk (subunit.RemotedTestCase)
2026-07-03 08:20:57,210 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,210 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,214 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools (subunit.RemotedTestCase)
2026-07-03 08:20:57,214 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,217 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 487, in test_recipetool_create_python3_setuptools
    result = runCmd('recipetool create --no-pypi -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create --no-pypi -o /tmp/recipetoolqannem3a5b/recipe https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,221 - oe-selftest - INFO - FAIL: wic.Wic.test_rootfs_artifacts (subunit.RemotedTestCase)
2026-07-03 08:20:57,224 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,225 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,228 - oe-selftest - INFO - FAIL: fitimage.KernelFitImageRecipeTests.test_fit_image_ext_dtb_dtbo (subunit.RemotedTestCase)
2026-07-03 08:20:57,228 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,231 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1259, in test_fit_image_ext_dtb_dtbo
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,234 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi (subunit.RemotedTestCase)
2026-07-03 08:20:57,238 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,238 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 527, in test_recipetool_create_python3_setuptools_pypi
    runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqaeucl39mq/recipe https://pypi.org/project/python-magic/0.4.15' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,241 - oe-selftest - INFO - FAIL: wic.Wic.test_rootfs_indirect_recipes (subunit.RemotedTestCase)
2026-07-03 08:20:57,242 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,242 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,246 - oe-selftest - INFO - FAIL: fitimage.KernelFitImageRecipeTests.test_fit_image_sign_initramfs (subunit.RemotedTestCase)
2026-07-03 08:20:57,246 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,249 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1390, in test_fit_image_sign_initramfs
    bb_vars = self._fit_get_bb_vars([
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,253 - oe-selftest - INFO - FAIL: wic.Wic.test_sdimage_bootpart (subunit.RemotedTestCase)
2026-07-03 08:20:57,256 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,256 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,260 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_python3_setuptools_pypi_tarball (subunit.RemotedTestCase)
2026-07-03 08:20:57,260 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,260 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 505, in test_recipetool_create_python3_setuptools_pypi_tarball
    result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create -o /tmp/recipetoolqaqaqn836q/recipe https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,264 - oe-selftest - INFO - FAIL: fitimage.KernelFitImageRecipeTests.test_fit_image_sign_initramfs_bundle (subunit.RemotedTestCase)
2026-07-03 08:20:57,264 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,265 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1439, in test_fit_image_sign_initramfs_bundle
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,268 - oe-selftest - INFO - FAIL: wic.Wic.test_skip_build_check_long (subunit.RemotedTestCase)
2026-07-03 08:20:57,269 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,269 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,272 - oe-selftest - INFO - FAIL: recipetool.RecipetoolCreateTests.test_recipetool_create_simple (subunit.RemotedTestCase)
2026-07-03 08:20:57,272 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,273 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/recipetool.py", line 401, in test_recipetool_create_simple
    result = runCmd('recipetool create %s -o %s' % (srcuri, temprecipe))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'recipetool create http://www.dest-unreach.org/socat/download/Archive/socat-1.7.4.1.tar.bz2 -o /tmp/recipetoolqa7e7ronke/recipe' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
INFO: Fetching http://www.dest-unreach.org/socat/download/Archive/socat-1.7.4.1.tar.bz2...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 111, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/recipetool", line 100, in main
    ret = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
    checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
    tinfoil.parse_recipes()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,277 - oe-selftest - INFO - FAIL: fitimage.KernelFitImageRecipeTests.test_get_compatible_from_dtb (subunit.RemotedTestCase)
2026-07-03 08:20:57,277 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,277 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1216, in test_get_compatible_from_dtb
    dtc_bindir = FitImageTestCase._setup_native('dtc-native')
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 361, in _setup_native
    bitbake(native_recipe + " -c addto_recipe_sysroot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  dtc-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,277 - oe-selftest - INFO - FAIL: wic.Wic.test_skip_build_check_short (subunit.RemotedTestCase)
2026-07-03 08:20:57,281 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,281 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,281 - oe-selftest - INFO - FAIL: wic.Wic.test_skip_kernel_install (subunit.RemotedTestCase)
2026-07-03 08:20:57,281 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,285 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,285 - oe-selftest - INFO - FAIL: fitimage.KernelFitImageRecipeTests.test_sign_fit_image_configurations (subunit.RemotedTestCase)
2026-07-03 08:20:57,286 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,286 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1292, in test_sign_fit_image_configurations
    bb_vars = self._fit_get_bb_vars([
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,290 - oe-selftest - INFO - FAIL: wic.Wic.test_systemd_bootdisk (subunit.RemotedTestCase)
2026-07-03 08:20:57,290 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,290 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,294 - oe-selftest - INFO - FAIL: fitimage.KernelFitImageRecipeTests.test_sign_fit_image_individual (subunit.RemotedTestCase)
2026-07-03 08:20:57,294 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,294 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 1342, in test_sign_fit_image_individual
    bb_vars = self._fit_get_bb_vars()
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/fitimage.py", line 705, in _fit_get_bb_vars
    bb_vars = get_bb_vars(list(internal_used | set(additional_vars)), self.kernel_recipe)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 250, in get_bb_vars
    bbenv = get_bb_env(target, postconfig=postconfig)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 244, in get_bb_env
    return bitbake("-e %s" % target, postconfig=postconfig).output
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  -e linux-yocto-fitimage' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,298 - oe-selftest - INFO - FAIL: runtime_test.TestImage.test_testimage_apt (subunit.RemotedTestCase)
2026-07-03 08:20:57,298 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,299 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 203, in test_testimage_apt
    bitbake('gnupg-native -c addto_recipe_sysroot')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,299 - oe-selftest - INFO - FAIL: wic.Wic.test_wic_sector_size_cli (subunit.RemotedTestCase)
2026-07-03 08:20:57,299 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,299 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,302 - oe-selftest - INFO - FAIL: wic.Wic.test_wic_sector_size_env (subunit.RemotedTestCase)
2026-07-03 08:20:57,302 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,303 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,303 - oe-selftest - INFO - FAIL: runtime_test.TestImage.test_testimage_dnf (subunit.RemotedTestCase)
2026-07-03 08:20:57,307 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,307 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 167, in test_testimage_dnf
    bitbake('gnupg-native -c addto_recipe_sysroot')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  gnupg-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,307 - oe-selftest - INFO - FAIL: layerappend.LayerAppendTests.test_layer_appends (subunit.RemotedTestCase)
2026-07-03 08:20:57,307 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,307 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/layerappend.py", line 88, in test_layer_appends
    bitbake("layerappendtest")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  layerappendtest' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,307 - oe-selftest - INFO - FAIL: wic.Wic.test_wrong_compressor (subunit.RemotedTestCase)
2026-07-03 08:20:57,311 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,311 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/core/case.py", line 54, in _oeSetUp
    self.setUpMethod()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/case.py", line 121, in setUp
    self.setUpLocal()
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/wic.py", line 75, in setUpLocal
    bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  wic-tools core-image-minimal core-image-minimal-mtdutils' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/local.conf
2026-07-03 08:18:40,924 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
2026-07-03 08:18:44,901 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
2026-07-03 08:18:48,121 - oe-selftest - WARNING - tearDown commands have failed: bitbake -c clean cmake-example
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/meta-yocto/meta-poky/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838251/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
WARNING: Duplicate inclusion for /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/include/maintainers.inc in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There were 3 WARNING messages.
Summary: There was 1 ERROR message, returning a non-zero exit code.
======================================================================
2026-07-03 08:20:57,315 - oe-selftest - INFO - FAIL: oescripts.OeRunNativeTest.test_oe_run_native (subunit.RemotedTestCase)
2026-07-03 08:20:57,315 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,315 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/oescripts.py", line 108, in test_oe_run_native
    bitbake("qemu-helper-native -c addto_recipe_sysroot")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  qemu-helper-native -c addto_recipe_sysroot' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838297/conf/local.conf
2026-07-03 08:18:40,930 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,319 - oe-selftest - INFO - FAIL: runtime_test.TestImage.test_testimage_install (subunit.RemotedTestCase)
2026-07-03 08:20:57,322 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,322 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 130, in test_testimage_install
    bitbake('core-image-full-cmdline socat')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-full-cmdline socat' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,322 - oe-selftest - INFO - FAIL: runtime_test.TestImage.test_testimage_slirp (subunit.RemotedTestCase)
2026-07-03 08:20:57,323 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,323 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/runtime_test.py", line 146, in test_testimage_slirp
    bitbake('core-image-minimal')
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  core-image-minimal' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,323 - oe-selftest - INFO - FAIL: sstatetests.SStateHashSameSigs4.test_sstate_movelayer_samesigs (subunit.RemotedTestCase)
2026-07-03 08:20:57,323 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,323 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 681, in test_sstate_movelayer_samesigs
    bitbake("bash -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  bash -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,327 - oe-selftest - INFO - FAIL: sstatetests.SStateHashSameSigs4.test_sstate_noop_samesigs (subunit.RemotedTestCase)
2026-07-03 08:20:57,327 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,327 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/sstatetests.py", line 599, in test_sstate_noop_samesigs
    bitbake("world meta-toolchain -S none")
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 236, in bitbake
    return runCmd(cmd, ignore_status, timeout, output_log=output_log, **options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/commands.py", line 214, in runCmd
    raise AssertionError("Command '%s' returned non-zero exit status %d:\n%s" % (command, result.status, exc_output))
AssertionError: Command 'bitbake  world meta-toolchain -S none' returned non-zero exit status 1:
NOTE: Reconnecting to bitbake server...
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.


Summary: There was 1 ERROR message, returning a non-zero exit code.


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
======================================================================
2026-07-03 08:20:57,330 - oe-selftest - INFO - FAIL: yoctotestresultsquerytests.TestResultsQueryTests.test_get_sha1 (subunit.RemotedTestCase)
2026-07-03 08:20:57,331 - oe-selftest - INFO - ----------------------------------------------------------------------
2026-07-03 08:20:57,331 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py", line 27, in test_get_sha1
    self.assertEqual(
  File "/usr/lib/python3.11/unittest/case.py", line 873, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python3.11/unittest/case.py", line 866, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: None != '92fcb6570bddd0c5717d8cfdf38ecf3e44942b0f'


Stderr:
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include selftest.inc" in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/build-st-1838264/conf/local.conf
2026-07-03 08:18:40,929 - oe-selftest - INFO - Adding: "include bblayers.inc" in bblayers.conf
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_BUILTIN_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_VARIABLE' is not defined
The variable 'SELFTEST_FRAGMENT_ANOTHER_VARIABLE' is not defined
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file in SSTATE_DIR: Remote I/O error.

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=3 if quiet else 2)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 553, in prepare
    self.run_actions(config_params)
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
    raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
INFO: Shallow-cloning testresults in /tmp/yocto-testresults-query.ju965zj4
Cloning into '/tmp/yocto-testresults-query.ju965zj4'...
Updating files:  87% (431/490)
Updating files:  88% (432/490)
Updating files:  89% (437/490)
Updating files:  90% (441/490)
Updating files:  91% (446/490)
Updating files:  92% (451/490)
Updating files:  93% (456/490)
Updating files:  94% (461/490)
Updating files:  95% (466/490)
Updating files:  96% (471/490)
Updating files:  97% (476/490)
Updating files:  98% (481/490)
Updating files:  99% (486/490)
Updating files: 100% (490/490)
Updating files: 100% (490/490), done.
fatal: failed to read object 85622009c9292a5728fd05ac0e0432cf16043855: Remote I/O error
ERROR: Can not find SHA-1 for yocto-4.0 in /srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core
----------------------------------------------------------------------
2026-07-03 08:20:57,337 - oe-selftest - INFO - Ran 478 tests in 135.406s
2026-07-03 08:20:57,340 - oe-selftest - INFO - FAILED
2026-07-03 08:20:57,340 - oe-selftest - INFO -  (failures=349, errors=28, skipped=11)
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/oe-selftest", line 58, in <module>
    ret = main()
          ^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/scripts/oe-selftest", line 45, in main
    results = args.func(logger, args)
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/context.py", line 421, in run
    rc = self._internal_run(logger, args)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/context.py", line 408, in _internal_run
    configuration = self.get_configuration(args)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/selftest/context.py", line 378, in get_configuration
    metadata = metadata_from_bb()
               ^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/metadata.py", line 42, in metadata_from_bb
    info_dict['layers'] = get_layers(data_dict['BBLAYERS'])
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/metadata.py", line 102, in get_layers
    layer_dict[layer_name] = git_rev_info(layer)
                             ^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/lib/oeqa/utils/metadata.py", line 88, in git_rev_info
    info['commit'] = repo.head.commit.hexsha
                     ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/git/refs/symbolic.py", line 228, in _get_commit
    obj = self._get_object()
          ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/git/refs/symbolic.py", line 221, in _get_object
    return Object.new_from_sha(self.repo, hex_to_bin(self.dereference_recursive(self.repo, self.path)))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/git/objects/base.py", line 94, in new_from_sha
    oinfo = repo.odb.info(sha1)
            ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/git/db.py", line 40, in info
    hexsha, typename, size = self._git.get_object_header(bin_to_hex(binsha))
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/git/cmd.py", line 1383, in get_object_header
    return self.__get_object_header(cmd, ref)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/git/cmd.py", line 1370, in __get_object_header
    return self._parse_object_header(cmd.stdout.readline())
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/git/cmd.py", line 1331, in _parse_object_header
    raise ValueError("SHA %s could not be resolved, git returned: %r" % (tokens[0], header_line.strip()))
ValueError: SHA b'c8b516b5de30ced603ed8affbe4478343881a9cf' could not be resolved, git returned: b'c8b516b5de30ced603ed8affbe4478343881a9cf missing'

Error details

Submitted on:
03/07/26 03:21
Error type:
OE selftest
Command:
oe-selftest -a --skip-tests distrodata.Distrodata.test_checkpkg reproducible -T yocto-mirrors -T machine -T toolchain-user -T toolchain-system -j 15
Machine:
unset
Distro:
unset
Build system:
unknown
Target system:
unknown
Host distro:
unknown
Branch:
master-next
Commit:
unknown
Build:
#241753
Submitter:
yp-ab-debian12-vk-9
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/35/builds/4204
Similar errors:
0
Open a bug