Running '. ./oe-init-build-env; export PATH=$PATH:${SCRIPTSDIR}/exein-path-intercepts; yocto-check-layer-wrapper ../meta-exein --dependency ../meta-openembedded/meta-oe --no-auto-dependency' with output to /srv/pokybuild/yocto-worker/check-layer-nightly/build/build/command-9-cmds.log
This is the default build configuration for the Poky reference distribution.

### Shell environment set up for builds. ###

You can now run 'bitbake <target>'

Common targets are:
    core-image-minimal
    core-image-full-cmdline
    core-image-sato
    core-image-weston
    meta-toolchain
    meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86-64'.

Other commonly useful commands are:
 - 'devtool' and 'recipetool' handle common recipe tasks
 - 'bitbake-layers' handles common layer tasks
 - 'oe-pkgdata-util' handles common target package tasks
You had no conf/local.conf file. This configuration file has therefore been
created for you from /srv/pokybuild/yocto-worker/check-layer-nightly/build/meta-poky/conf/templates/default/local.conf.sample
You may wish to edit it to, for example, select a different MACHINE (target
hardware).

You had no conf/bblayers.conf file. This configuration file has therefore been
created for you from /srv/pokybuild/yocto-worker/check-layer-nightly/build/meta-poky/conf/templates/default/bblayers.conf.sample
To add additional metadata layers into your configuration please add entries
to conf/bblayers.conf.

The Yocto Project has extensive documentation about OE including a reference
manual which can be found at:
    https://docs.yoctoproject.org

For more information about OpenEmbedded see the website:
    https://www.openembedded.org/

This is the default build configuration for the Poky reference distribution.

### Shell environment set up for builds. ###

You can now run 'bitbake <target>'

Common targets are:
    core-image-minimal
    core-image-full-cmdline
    core-image-sato
    core-image-weston
    meta-toolchain
    meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86-64'.

Other commonly useful commands are:
 - 'devtool' and 'recipetool' handle common recipe tasks
 - 'bitbake-layers' handles common layer tasks
 - 'oe-pkgdata-util' handles common target package tasks
INFO: Detected layers:
INFO: meta-exein: LayerType.SOFTWARE, /srv/pokybuild/yocto-worker/check-layer-nightly/build/meta-exein
INFO: 
INFO: Setting up for meta-exein(LayerType.SOFTWARE), /srv/pokybuild/yocto-worker/check-layer-nightly/build/meta-exein
INFO: Adding layer meta-oe
INFO: Getting initial bitbake variables ...
INFO: Getting initial signatures ...
INFO: Adding layer meta-exein
INFO: Starting to analyze: meta-exein
INFO: ----------------------------------------------------------------------
INFO: skipped "BSPCheckLayer: Layer meta-exein isn't BSP one."
INFO: test_layerseries_compat (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_parse (common.CommonCheckLayer)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/cases/common.py", line 76, in test_parse
    check_command('Layer %s failed to parse.' % self.tc.layer['name'],
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Layer meta-exein failed to parse.
Command: bitbake -p
Output:
NOTE: Reconnecting to bitbake server...
ERROR: Layer meta-exein is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with walnascar styhead scarthgap nanbield)


INFO: test_patches_upstream_status (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_readme (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_security (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_show_environment (common.CommonCheckLayer)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/cases/common.py", line 80, in test_show_environment
    check_command('Layer %s failed to show environment.' % self.tc.layer['name'],
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Layer meta-exein failed to show environment.
Command: bitbake -e
Output:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (02:28:20.430332)
ERROR: Layer meta-exein is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with styhead nanbield walnascar scarthgap)


INFO: test_signatures (common.CommonCheckLayer)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/cases/common.py", line 127, in test_signatures
    curr_sigs, _ = get_signatures(self.td['builddir'], failsafe=True)
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 315, in get_signatures
    check_command('Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.',
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.
Command: BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" bitbake -k -S lockedsigs world
Output:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (02:28:21.586679)
ERROR: Layer meta-exein is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with scarthgap walnascar nanbield styhead)


INFO: test_world (common.CommonCheckLayer)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/cases/common.py", line 90, in test_world
    get_signatures(self.td['builddir'], failsafe=False)
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 315, in get_signatures
    check_command('Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.',
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.
Command: BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" bitbake -S lockedsigs world
Output:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (02:28:22.746725)
ERROR: Layer meta-exein is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with scarthgap nanbield styhead walnascar)


INFO: test_world_inherit_class (common.CommonCheckLayer)
INFO:  ... FAIL
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/cases/common.py", line 105, in test_world_inherit_class
    self.fail('\n'.join(msg))
AssertionError: Layer meta-exein failed additional checks from yocto-check-layer.bbclass
See below log for specific recipe parsing errors:

Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.
Command: BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS INHERIT" INHERIT="yocto-check-layer" bitbake -S lockedsigs world
Output:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (02:28:23.904902)
ERROR: Layer meta-exein is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with nanbield walnascar styhead scarthgap)


INFO: skipped "DistroCheckLayer: Layer meta-exein isn't Distro one."
INFO: ======================================================================
INFO: ERROR: test_parse (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/cases/common.py", line 76, in test_parse
    check_command('Layer %s failed to parse.' % self.tc.layer['name'],
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Layer meta-exein failed to parse.
Command: bitbake -p
Output:
NOTE: Reconnecting to bitbake server...
ERROR: Layer meta-exein is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with walnascar styhead scarthgap nanbield)

======================================================================
INFO: ERROR: test_show_environment (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/cases/common.py", line 80, in test_show_environment
    check_command('Layer %s failed to show environment.' % self.tc.layer['name'],
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Layer meta-exein failed to show environment.
Command: bitbake -e
Output:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (02:28:20.430332)
ERROR: Layer meta-exein is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with styhead nanbield walnascar scarthgap)

======================================================================
INFO: ERROR: test_signatures (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/cases/common.py", line 127, in test_signatures
    curr_sigs, _ = get_signatures(self.td['builddir'], failsafe=True)
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 315, in get_signatures
    check_command('Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.',
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.
Command: BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" bitbake -k -S lockedsigs world
Output:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (02:28:21.586679)
ERROR: Layer meta-exein is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with scarthgap walnascar nanbield styhead)

======================================================================
INFO: ERROR: test_world (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/cases/common.py", line 90, in test_world
    get_signatures(self.td['builddir'], failsafe=False)
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 315, in get_signatures
    check_command('Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.',
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.
Command: BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" bitbake -S lockedsigs world
Output:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (02:28:22.746725)
ERROR: Layer meta-exein is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with scarthgap nanbield styhead walnascar)

======================================================================
INFO: FAIL: test_world_inherit_class (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/scripts/lib/checklayer/cases/common.py", line 105, in test_world_inherit_class
    self.fail('\n'.join(msg))
AssertionError: Layer meta-exein failed additional checks from yocto-check-layer.bbclass
See below log for specific recipe parsing errors:

Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.
Command: BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS INHERIT" INHERIT="yocto-check-layer" bitbake -S lockedsigs world
Output:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (02:28:23.904902)
ERROR: Layer meta-exein is not compatible with the core layer which only supports these series: whinlatter (layer is compatible with nanbield walnascar styhead scarthgap)

----------------------------------------------------------------------
INFO: Ran 9 tests in 5.477s
INFO: FAILED
INFO:  (failures=1, errors=4, skipped=2)
INFO: 
INFO: Summary of results:
INFO: 
INFO: meta-exein ... FAIL

Error details

Submitted on:
03/07/25 21:28
Error type:
check-layer
Command:
yocto-check-layer-wrapper ../meta-exein --dependency ../meta-openembedded/meta-oe --no-auto-dependency
Machine:
qemux86-64
Distro:
poky
Build system:
unknown
Target system:
unknown
Host distro:
unknown
Branch:
master
Commit:
unknown
Build:
#210739
Submitter:
yp-ab-debian11-vk-1
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/85/builds/526
Similar errors:
0
Open a bug