Running '. ./init-build-env; yocto-check-layer-wrapper ../meta-intel --no-auto-dependency' with output to /srv/pokybuild/yocto-worker/check-layer-nightly/build/build/command-4-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-intel: LayerType.BSP, /srv/pokybuild/yocto-worker/check-layer-nightly/build/meta-intel
INFO:
INFO: Setting up for meta-intel(LayerType.BSP), /srv/pokybuild/yocto-worker/check-layer-nightly/build/meta-intel
INFO: Getting initial bitbake variables ...
INFO: Getting initial signatures ...
INFO: Adding layer meta-intel
INFO: Starting to analyze: meta-intel
INFO: Distro: nodistro
INFO: ----------------------------------------------------------------------
INFO: test_bsp_defines_machines (bsp.BSPCheckLayer.test_bsp_defines_machines)
INFO: ... ok
INFO: test_bsp_no_set_machine (bsp.BSPCheckLayer.test_bsp_no_set_machine)
INFO: ... ok
INFO: test_machine_signatures (bsp.BSPCheckLayer.test_machine_signatures)
INFO: ... skipped 'No machines set with --machines.'
INFO: No machines set with --machines.
INFO: test_machine_world (bsp.BSPCheckLayer.test_machine_world)
INFO: ... skipped 'No machines set with --machines.'
INFO: No machines set with --machines.
INFO: test_layerseries_compat (common.CommonCheckLayer.test_layerseries_compat)
INFO: ... ok
INFO: test_parse (common.CommonCheckLayer.test_parse)
INFO: ... ok
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: ... ok
INFO: test_signatures (common.CommonCheckLayer.test_signatures)
INFO: ... FAIL
Stdout:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (00:23:02.523471)
Loading cache...done.
Loaded 2001 entries from dependency cache.
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 141, in test_signatures
self.fail('Adding layer %s changed signatures.\n%s' % (self.tc.layer['name'], msg))
AssertionError: Adding layer meta-intel changed signatures.
14 signatures changed, initial differences (first hash before, second after):
perf:do_configure: 9501bb78937d40974249cfd13675b58334a029a43babcdd8bc7dcefadce87278 -> d473cb46953cb711a4dcdab04a8a81ecc905a2b2659d0afcc4526e809ce3561f
bitbake-diffsigs --task perf do_configure --signature 9501bb78937d40974249cfd13675b58334a029a43babcdd8bc7dcefadce87278 d473cb46953cb711a4dcdab04a8a81ecc905a2b2659d0afcc4526e809ce3561f
NOTE: Reconnecting to bitbake server...
basehash changed from f03e92dc22cce9bb28fd4dceda443d75493aa1d225ccc2b790074f51396c85ad to 3b86191c4d48ce315f111138c336fbada2524c96879c6c5f4837c89f73792970
Variable do_configure value changed:
@@ -1,4 +1,11 @@
setup_target_config
+ # Apply libbpf const qualifier fixes
+ if [ -e "${S}/tools/lib/bpf/libbpf.c" ]; then
+ # Fix kallsyms_cb function - change 'char *res' to 'const char *res'
+ sed -i 's/^\(\s*\)char \*res;/\1const char *res;/' "${S}/tools/lib/bpf/libbpf.c"
+ # Fix resolve_full_path function - change 'char *next_path' to 'const char *next_path'
+ sed -i 's/^\(\s*\)char \*next_path;/\1const char *next_path;/' "${S}/tools/lib/bpf/libbpf.c"
+ fi
# If building a multlib based perf, the incorrect library path will be
# detected by perf, since it triggers via: ifeq ($(ARCH),x86_64). In a 32 bit
# build, with a 64 bit multilib, the arch won't match and the detection of a
perf:do_recipe_qa: e5b1c8e90934a8aec9949009ec6a9eb4d76c6d0f491009f28e38bf85cb4c3f58 -> 6a32fd1544ec3cacd2704354ac67bc778a585b29e6e04ba56f6290cea3b68d1a
bitbake-diffsigs --task perf do_recipe_qa --signature e5b1c8e90934a8aec9949009ec6a9eb4d76c6d0f491009f28e38bf85cb4c3f58 6a32fd1544ec3cacd2704354ac67bc778a585b29e6e04ba56f6290cea3b68d1a
NOTE: Reconnecting to bitbake server...
basehash changed from 7fed7399bfa01007178dd48570c1342534cfd8931959d70070998a58bbdd61b6 to 88dccb1a7cf93a962eafa0b5884efb5db864a0bf14818aa8db00ec71f958cbec
Variable PR value changed from 'r2' to 'r3'
Stdout:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (00:23:02.523471)
Loading cache...done.
Loaded 2001 entries from dependency cache.
INFO: test_world (common.CommonCheckLayer.test_world)
INFO: ... ok
INFO: test_world_inherit_class (common.CommonCheckLayer.test_world_inherit_class)
INFO: ... ok
INFO: setUpClass (distro.DistroCheckLayer)
INFO: ... skipped "DistroCheckLayer: Layer meta-intel isn't Distro one."
INFO: ======================================================================
INFO: FAIL: 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 141, in test_signatures
self.fail('Adding layer %s changed signatures.\n%s' % (self.tc.layer['name'], msg))
AssertionError: Adding layer meta-intel changed signatures.
14 signatures changed, initial differences (first hash before, second after):
perf:do_configure: 9501bb78937d40974249cfd13675b58334a029a43babcdd8bc7dcefadce87278 -> d473cb46953cb711a4dcdab04a8a81ecc905a2b2659d0afcc4526e809ce3561f
bitbake-diffsigs --task perf do_configure --signature 9501bb78937d40974249cfd13675b58334a029a43babcdd8bc7dcefadce87278 d473cb46953cb711a4dcdab04a8a81ecc905a2b2659d0afcc4526e809ce3561f
NOTE: Reconnecting to bitbake server...
basehash changed from f03e92dc22cce9bb28fd4dceda443d75493aa1d225ccc2b790074f51396c85ad to 3b86191c4d48ce315f111138c336fbada2524c96879c6c5f4837c89f73792970
Variable do_configure value changed:
@@ -1,4 +1,11 @@
setup_target_config
+ # Apply libbpf const qualifier fixes
+ if [ -e "${S}/tools/lib/bpf/libbpf.c" ]; then
+ # Fix kallsyms_cb function - change 'char *res' to 'const char *res'
+ sed -i 's/^\(\s*\)char \*res;/\1const char *res;/' "${S}/tools/lib/bpf/libbpf.c"
+ # Fix resolve_full_path function - change 'char *next_path' to 'const char *next_path'
+ sed -i 's/^\(\s*\)char \*next_path;/\1const char *next_path;/' "${S}/tools/lib/bpf/libbpf.c"
+ fi
# If building a multlib based perf, the incorrect library path will be
# detected by perf, since it triggers via: ifeq ($(ARCH),x86_64). In a 32 bit
# build, with a 64 bit multilib, the arch won't match and the detection of a
perf:do_recipe_qa: e5b1c8e90934a8aec9949009ec6a9eb4d76c6d0f491009f28e38bf85cb4c3f58 -> 6a32fd1544ec3cacd2704354ac67bc778a585b29e6e04ba56f6290cea3b68d1a
bitbake-diffsigs --task perf do_recipe_qa --signature e5b1c8e90934a8aec9949009ec6a9eb4d76c6d0f491009f28e38bf85cb4c3f58 6a32fd1544ec3cacd2704354ac67bc778a585b29e6e04ba56f6290cea3b68d1a
NOTE: Reconnecting to bitbake server...
basehash changed from 7fed7399bfa01007178dd48570c1342534cfd8931959d70070998a58bbdd61b6 to 88dccb1a7cf93a962eafa0b5884efb5db864a0bf14818aa8db00ec71f958cbec
Variable PR value changed from 'r2' to 'r3'
Stdout:
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)... (00:23:02.523471)
Loading cache...done.
Loaded 2001 entries from dependency cache.
----------------------------------------------------------------------
INFO: Ran 13 tests in 133.718s
INFO: FAILED
INFO: (failures=1, skipped=3)
INFO:
INFO: Summary of results:
INFO:
INFO: meta-intel ... FAIL