July 1, 2026, 9 p.m.

ERROR: Subdirectory for layer meta-arago-test does not exist on branch master - if this is legitimate, the layer branch record should be deleted
ERROR: conf/layer.conf not found for layer meta-ti (branch wrynose) - is subdirectory set correctly?
ERROR: conf/layer.conf not found for layer meta-tq (branch wrynose) - is subdirectory set correctly?
ERROR: Issues found on branch master:
    meta-swupdate-boards: Failed to add since LAYERDEPENDS [swupdate ...] is not satisfied
    meta-mchp-pic64: Failed to add since LAYERDEPENDS [meta-mchp-common ...] is not satisfied
    meta-raspberrypi-secure: Failed to add since LAYERDEPENDS [swupdate ...] is not satisfied
ERROR: Issues found on branch wrynose:
    meta-qcom: Failed to add since LAYERDEPENDS [lts-linux-firmware-mixin ...] is not satisfied
    meta-mender-raspberrypi: Failed to add since LAYERDEPENDS [raspberrypi ...] is not satisfied
    meta-raspberrypi-secure: Failed to add since LAYERDEPENDS [raspberrypi ...] is not satisfied
ERROR: Issues found on branch walnascar:
    meta-toradex-torizon: Failed to add since LAYERDEPENDS [sota ...] is not satisfied
ERROR: Issues found on branch scarthgap:
    meta-raspberrypi-secure: Failed to add since LAYERDEPENDS [tpm-layer ...] is not satisfied
meta-openjdk-temurin dunfell
ERROR: Traceback (most recent call last):
  File "/opt/layerindex/layerindex/update_layer.py", line 430, in main
    layer_config_data = layerconfparser.parse_layer(layerdir)
  File "/opt/layerindex/layerindex/layerconfparse.py", line 48, in parse_layer
    utils.parse_layer_conf(layerdir, self.config_data_copy, logger=self.logger)
  File "/opt/layerindex/layerindex/utils.py", line 346, in parse_layer_conf
    data = parse_conf(conf_file, data)
  File "/opt/layerindex/layerindex/utils.py", line 331, in parse_conf
    data = bb.parse.handle(conf_file, d, include=True)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/__init__.py", line 107, in handle
    return h['handle'](fn, data, include)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 145, in handle
    feeder(lineno, s, abs_fn, statements)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 192, in feeder
    raise ParseError("unparsed line: '%s'" % s, fn, lineno);
bb.parse.ParseError: ParseError at /opt/workdir/https___github_com_lucimber_meta-openjdk-temurin_git/conf/layer.conf:18: unparsed line: 'python () {'
meta-qt5 wrynose cf98b07697
WARNING: Duplicate inclusion for /opt/workdir/https___git_openembedded_org_openembedded-core/meta/conf/distro/include/maintainers.inc in /opt/workdir/https___git_openembedded_org_openembedded-core/meta/conf/distro/defaultsetup.conf
meta-slint master 3e7d228d3b → bede9f4f1c
WARNING: Duplicate inclusion for /opt/workdir/https___git_openembedded_org_openembedded-core/meta/conf/distro/include/maintainers.inc in /opt/workdir/https___git_openembedded_org_openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR: Unable to read /opt/workdir/https___github_com_slint-ui_meta-slint/dynamic-layers/meta-rz-distro/recipes-graphics/images/core-image-slint-demos.bb: Traceback (most recent call last):
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 93, in include_single_file
    bb.parse.handle(fn, data, True)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/__init__.py", line 119, in handle
    return h['handle'](fn, data, include, baseconfig)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/parse_py/BBHandler.py", line 146, in handle
    abs_fn = resolve_file(fn, d)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/__init__.py", line 139, in resolve_file
    raise IOError(errno.ENOENT, "file %s not found in %s" % (fn, bbpath))
FileNotFoundError: [Errno 2] file include/rz-distro-common.inc not found in /opt/workdir/https___github_com_rust-embedded_meta-rust-bin/:/opt/workdir/https___git_yoctoproject_org_meta-yocto/meta-poky:/opt/layerindex:/opt/workdir/https___git_openembedded_org_openembedded-core/meta:/opt/workdir/https___git_openembedded_org_openembedded-core/meta:/opt/workdir/https___github_com_slint-ui_meta-slint/:/opt/workdir/https___git_openembedded_org_openembedded-core/meta:/opt/workdir/https___git_openembedded_org_meta-openembedded/meta-oe:/opt/workdir/https___github_com_kraj_meta-clang/:/opt/workdir/https___github_com_meta-rust_meta-rust_git/

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/command.py", line 91, in runCommand
    result = command_method(self, commandline)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/command.py", line 593, in parseRecipeFile
    envdata = command.cooker.databuilder._parse_recipe(config_data, fn, appendfiles, mc, layername)[cls]
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/cookerdata.py", line 523, in _parse_recipe
    return bb.parse.handle(bbfile, bb_data)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/__init__.py", line 119, in handle
    return h['handle'](fn, data, include, baseconfig)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/parse_py/BBHandler.py", line 156, in handle
    statements.eval(d)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/ast.py", line 20, in eval
    statement.eval(data)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/ast.py", line 42, in eval
    bb.parse.ConfHandler.include(self.filename, s, self.lineno, data, "include required")
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 70, in include
    include_single_file(parentfn, fn, lineno, data, error_out)
  File "/opt/workdir/https___git_openembedded_org_bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 97, in include_single_file
    raise ParseError("Could not %s file %s" % (error_out, fn), parentfn, lineno)
bb.parse.ParseError: ParseError at /opt/workdir/https___github_com_slint-ui_meta-slint/dynamic-layers/meta-rz-distro/recipes-graphics/images/core-image-slint-demos.bb:13: Could not include required file include/rz-distro-common.inc

WARNING: /opt/workdir/https___github_com_slint-ui_meta-slint/classes/slint_common.bbclass:26 has a lack of whitespace around the assignment: 'export CLANGCC="${TARGET_PREFIX}clang --target=${TARGET_SYS} ${TARGET_CLANGCC_ARCH} --sysroot=${STAGING_DIR_TARGET}  -I=/usr/include/freetype2"'
WARNING: /opt/workdir/https___github_com_slint-ui_meta-slint/classes/slint_common.bbclass:27 has a lack of whitespace around the assignment: 'export CLANGCXX="${TARGET_PREFIX}clang++ --target=${TARGET_SYS} ${TARGET_CLANGCC_ARCH} --sysroot=${STAGING_DIR_TARGET}  -I=/usr/include/freetype2"'
WARNING: /opt/workdir/https___github_com_slint-ui_meta-slint/classes/slint_common.bbclass:28 has a lack of whitespace around the assignment: 'export CLANGCPP="${TARGET_PREFIX}clang -E --target=${TARGET_SYS} ${TARGET_CLANGCC_ARCH} --sysroot=${STAGING_DIR_TARGET}  -I=/usr/include/freetype2"'
WARNING: /opt/workdir/https___github_com_slint-ui_meta-slint/classes/slint_common.bbclass:29 has a lack of whitespace around the assignment: 'export CLANG_TIDY_EXE="${TARGET_PREFIX}clang-tidy"'
WARNING: /opt/workdir/https___github_com_slint-ui_meta-slint/classes/slint_common.bbclass:30 has a lack of whitespace around the assignment: 'export SDKTARGETSYSROOT="${PKG_CONFIG_SYSROOT_DIR}"'
meta-integrity-wr master
WARNING: Duplicate inclusion for /opt/workdir/https___git_openembedded_org_openembedded-core/meta/conf/distro/include/maintainers.inc in /opt/workdir/https___git_openembedded_org_openembedded-core/meta/conf/distro/defaultsetup.conf
ERROR: Dependency meta-tpm of layer meta-integrity-wr does not have branch record for branch master
meta-qcom master 2407ad5755b768975e79
WARNING: Duplicate inclusion for /opt/workdir/https___git_openembedded_org_openembedded-core/meta/conf/distro/include/maintainers.inc in /opt/workdir/https___git_openembedded_org_openembedded-core/meta/conf/distro/defaultsetup.conf