Running '. ./init-build-env; yocto-check-layer-wrapper ../meta-agl/meta-agl-core ../meta-agl/meta-netboot --dependency ../meta-openembedded/meta-oe ../meta-openembedded/meta-networking ../meta-openembedded/meta-python --no-auto-dependency' with output to /srv/pokybuild/yocto-worker/check-layer-nightly/build/build/command-1-cmds.log in /srv/pokybuild/yocto-worker/check-layer-nightly/build/build
Poky - The Yocto Project testing distribution
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/layers/openembedded-core/meta/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/layers/openembedded-core/meta/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 openembedded-core layer.

### 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-agl-core: LayerType.DISTRO, /srv/pokybuild/yocto-worker/check-layer-nightly/build/meta-agl/meta-agl-core
INFO: meta-netboot: LayerType.SOFTWARE, /srv/pokybuild/yocto-worker/check-layer-nightly/build/meta-agl/meta-netboot
INFO: 
INFO: Setting up for meta-agl-core(LayerType.DISTRO), /srv/pokybuild/yocto-worker/check-layer-nightly/build/meta-agl/meta-agl-core
INFO: Getting initial bitbake variables ...
INFO: Getting initial signatures ...
INFO: Adding layer meta-agl-core
INFO: Starting to analyze: meta-agl-core
INFO: Distro: nodistro
INFO: ----------------------------------------------------------------------
INFO: setUpClass (bsp.BSPCheckLayer)
INFO:  ... skipped "BSPCheckLayer: Layer meta-agl-core isn't BSP one."
INFO: test_layerseries_compat (common.CommonCheckLayer.test_layerseries_compat)
INFO:  ... ok
INFO: test_parse (common.CommonCheckLayer.test_parse)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 87, in test_parse
    check_command('Layer %s failed to parse.' % self.tc.layer['name'],
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  'bitbake -p')
                  ^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Layer meta-agl-core failed to parse.
Command: bitbake -p
Output:
NOTE: Reconnecting to bitbake server...
ERROR: Layer aglcore is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)


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


INFO: test_signatures (common.CommonCheckLayer.test_signatures)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 138, in test_signatures
    curr_sigs, _ = get_signatures(self.td['builddir'], failsafe=True)
                   ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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.',
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  cmd, builddir)
                  ^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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)... (00:01:57.897040)
ERROR: Layer aglcore is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)


INFO: test_world (common.CommonCheckLayer.test_world)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 101, in test_world
    get_signatures(self.td['builddir'], failsafe=False)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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.',
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  cmd, builddir)
                  ^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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)... (00:01:59.056385)
ERROR: Layer aglcore is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)


INFO: test_world_inherit_class (common.CommonCheckLayer.test_world_inherit_class)
INFO:  ... FAIL
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 116, in test_world_inherit_class
    self.fail('\n'.join(msg))
    ~~~~~~~~~^^^^^^^^^^^^^^^^
AssertionError: Layer meta-agl-core 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)... (00:02:00.215113)
ERROR: Layer aglcore is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)


INFO: test_distro_defines_distros (distro.DistroCheckLayer.test_distro_defines_distros)
INFO:  ... ok
INFO: test_distro_no_set_distros (distro.DistroCheckLayer.test_distro_no_set_distros)
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/bitbake/bin/bitbake-getvar", line 54, in <module>
    tinfoil.prepare(quiet=2, config_only=True)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/bitbake/lib/bb/tinfoil.py", line 550, in prepare
    config_params.updateToServer(self.server_connection.connection, os.environ.copy())
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/bitbake/lib/bb/cookerdata.py", line 74, in updateToServer
    ret, error = server.runCommand(["updateConfig", options, environment, sys.argv])
                 ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/bitbake/lib/bb/server/process.py", line 492, in runCommand
    raise bb.BBHandledException()
bb.BBHandledException

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/bitbake/bin/bitbake-getvar", line 46, in <module>
    with bb.tinfoil.Tinfoil(tracking=True, setup_logging=not quiet) as tinfoil:
         ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/bitbake/lib/bb/tinfoil.py", line 477, in __exit__
    self.shutdown()
    ~~~~~~~~~~~~~^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/bitbake/lib/bb/tinfoil.py", line 1003, in shutdown
    self.run_command('clientComplete')
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/bitbake/lib/bb/tinfoil.py", line 612, in run_command
    result = self.server_connection.connection.runCommand(commandline)
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/bitbake/lib/bb/server/process.py", line 492, in runCommand
    raise bb.BBHandledException()
bb.BBHandledException
INFO:  ... FAIL
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/distro.py", line 26, in test_distro_no_set_distros
    self.assertEqual(self.td['bbvars']['DISTRO'], distro,
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            msg="Layer %s modified distro %s -> %s" % \
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                (self.tc.layer['name'], self.td['bbvars']['DISTRO'], distro))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'nodistro' != None : Layer meta-agl-core modified distro nodistro -> None

INFO: ======================================================================
INFO: ERROR: test_parse (common.CommonCheckLayer.test_parse)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 87, in test_parse
    check_command('Layer %s failed to parse.' % self.tc.layer['name'],
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  'bitbake -p')
                  ^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Layer meta-agl-core failed to parse.
Command: bitbake -p
Output:
NOTE: Reconnecting to bitbake server...
ERROR: Layer aglcore is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)

======================================================================
INFO: ERROR: test_show_environment (common.CommonCheckLayer.test_show_environment)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 91, in test_show_environment
    check_command('Layer %s failed to show environment.' % self.tc.layer['name'],
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  'bitbake -e')
                  ^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Layer meta-agl-core failed to show environment.
Command: bitbake -e
Output:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (00:01:56.739360)
ERROR: Layer aglcore is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)

======================================================================
INFO: ERROR: test_signatures (common.CommonCheckLayer.test_signatures)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 138, in test_signatures
    curr_sigs, _ = get_signatures(self.td['builddir'], failsafe=True)
                   ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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.',
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  cmd, builddir)
                  ^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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)... (00:01:57.897040)
ERROR: Layer aglcore is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)

======================================================================
INFO: ERROR: test_world (common.CommonCheckLayer.test_world)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 101, in test_world
    get_signatures(self.td['builddir'], failsafe=False)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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.',
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  cmd, builddir)
                  ^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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)... (00:01:59.056385)
ERROR: Layer aglcore is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)

======================================================================
INFO: FAIL: test_world_inherit_class (common.CommonCheckLayer.test_world_inherit_class)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 116, in test_world_inherit_class
    self.fail('\n'.join(msg))
    ~~~~~~~~~^^^^^^^^^^^^^^^^
AssertionError: Layer meta-agl-core 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)... (00:02:00.215113)
ERROR: Layer aglcore is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)

======================================================================
INFO: FAIL: test_distro_no_set_distros (distro.DistroCheckLayer.test_distro_no_set_distros)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/distro.py", line 26, in test_distro_no_set_distros
    self.assertEqual(self.td['bbvars']['DISTRO'], distro,
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            msg="Layer %s modified distro %s -> %s" % \
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                (self.tc.layer['name'], self.td['bbvars']['DISTRO'], distro))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'nodistro' != None : Layer meta-agl-core modified distro nodistro -> None

INFO: ----------------------------------------------------------------------
INFO: Ran 11 tests in 6.643s
INFO: FAILED
INFO:  (failures=2, errors=4, skipped=1)
INFO: 
INFO: Setting up for meta-netboot(LayerType.SOFTWARE), /srv/pokybuild/yocto-worker/check-layer-nightly/build/meta-agl/meta-netboot
INFO: Adding layer meta-networking
INFO: Adding layer meta-python
INFO: Adding layer meta-oe
INFO: Getting initial bitbake variables ...
INFO: Getting initial signatures ...
INFO: Adding layer meta-netboot
INFO: Starting to analyze: meta-netboot
INFO: Distro: nodistro
INFO: ----------------------------------------------------------------------
INFO: setUpClass (bsp.BSPCheckLayer)
INFO:  ... skipped "BSPCheckLayer: Layer meta-netboot isn't BSP one."
INFO: test_layerseries_compat (common.CommonCheckLayer.test_layerseries_compat)
INFO:  ... ok
INFO: test_parse (common.CommonCheckLayer.test_parse)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 87, in test_parse
    check_command('Layer %s failed to parse.' % self.tc.layer['name'],
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  'bitbake -p')
                  ^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/__init__.py", line 287, in check_command
    raise RuntimeError(msg)
RuntimeError: Layer meta-netboot failed to parse.
Command: bitbake -p
Output:
NOTE: Reconnecting to bitbake server...
ERROR: Layer meta-netboot is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)


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


INFO: test_signatures (common.CommonCheckLayer.test_signatures)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 138, in test_signatures
    curr_sigs, _ = get_signatures(self.td['builddir'], failsafe=True)
                   ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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.',
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  cmd, builddir)
                  ^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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)... (00:03:06.945615)
ERROR: Layer meta-netboot is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)


INFO: test_world (common.CommonCheckLayer.test_world)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 101, in test_world
    get_signatures(self.td['builddir'], failsafe=False)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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.',
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  cmd, builddir)
                  ^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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)... (00:03:08.102720)
ERROR: Layer meta-netboot is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)


INFO: test_world_inherit_class (common.CommonCheckLayer.test_world_inherit_class)
INFO:  ... FAIL
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 116, in test_world_inherit_class
    self.fail('\n'.join(msg))
    ~~~~~~~~~^^^^^^^^^^^^^^^^
AssertionError: Layer meta-netboot 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)... (00:03:09.259967)
ERROR: Layer meta-netboot is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)


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

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

======================================================================
INFO: ERROR: test_signatures (common.CommonCheckLayer.test_signatures)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 138, in test_signatures
    curr_sigs, _ = get_signatures(self.td['builddir'], failsafe=True)
                   ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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.',
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  cmd, builddir)
                  ^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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)... (00:03:06.945615)
ERROR: Layer meta-netboot is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)

======================================================================
INFO: ERROR: test_world (common.CommonCheckLayer.test_world)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 101, in test_world
    get_signatures(self.td['builddir'], failsafe=False)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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.',
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  cmd, builddir)
                  ^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/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)... (00:03:08.102720)
ERROR: Layer meta-netboot is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)

======================================================================
INFO: FAIL: test_world_inherit_class (common.CommonCheckLayer.test_world_inherit_class)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/check-layer-nightly/build/layers/openembedded-core/scripts/lib/checklayer/cases/common.py", line 116, in test_world_inherit_class
    self.fail('\n'.join(msg))
    ~~~~~~~~~^^^^^^^^^^^^^^^^
AssertionError: Layer meta-netboot 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)... (00:03:09.259967)
ERROR: Layer meta-netboot is not compatible with the core layer which only supports these series: wrynose (layer is compatible with whinlatter)

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

Error details

Submitted on:
19/03/26 20:13
Error type:
check-layer
Command:
yocto-check-layer-wrapper ../meta-agl/meta-agl-core ../meta-agl/meta-netboot --dependency ../meta-openembedded/meta-oe ../meta-openembedded/meta-networking ../meta-openembedded/meta-python --no-auto-dependency
Machine:
qemux86-64
Distro:
poky
Build system:
unknown
Target system:
unknown
Host distro:
unknown
Branch:
master
Commit:
unknown
Build:
#232647
Submitter:
yp-ab-debian13-vk-2
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/85/builds/1055
Similar errors:
0
Open a bug