DEBUG: Executing python function do_testsdkext
Extensible SDK testing environment: x86-64-v3-poky-linux
NOTE: test_cpio (autotools.AutotoolsTest.test_cpio)
NOTE: ... ok
NOTE: test_assimp (cmake.CMakeTest.test_assimp)
NOTE: ... ok
NOTE: test_gcc_compile (gcc.GccCompileTest.test_gcc_compile)
NOTE: ... ok
NOTE: test_gpp2_compile (gcc.GccCompileTest.test_gpp2_compile)
NOTE: ... ok
NOTE: test_gpp_compile (gcc.GccCompileTest.test_gpp_compile)
NOTE: ... ok
NOTE: test_make (gcc.GccCompileTest.test_make)
NOTE: ... ok
NOTE: test_go_build (go.GoCompileTest.test_go_build)
NOTE: ... skipped "GoCompileTest class: SDK doesn't contain a Go cross-canadian toolchain"
GoCompileTest class: SDK doesn't contain a Go cross-canadian toolchain
NOTE: test_go_module (go.GoCompileTest.test_go_module)
NOTE: ... skipped "GoCompileTest class: SDK doesn't contain a Go cross-canadian toolchain"
GoCompileTest class: SDK doesn't contain a Go cross-canadian toolchain
NOTE: test_go_cross_compile (go.GoHostCompileTest.test_go_cross_compile)
NOTE: ... skipped "GoHostCompileTest class: SDK doesn't contain a Go cross-canadian toolchain"
GoHostCompileTest class: SDK doesn't contain a Go cross-canadian toolchain
NOTE: test_go_module_cross_compile (go.GoHostCompileTest.test_go_module_cross_compile)
NOTE: ... skipped "GoHostCompileTest class: SDK doesn't contain a Go cross-canadian toolchain"
GoHostCompileTest class: SDK doesn't contain a Go cross-canadian toolchain
NOTE: test_libhandy (gtk3.GTK3Test.test_libhandy)
NOTE: ... skipped 'gtk3.GTK3Test.test_libhandy does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15854)'
gtk3.GTK3Test.test_libhandy does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15854)
NOTE: test_cryptodev (kmod.KernelModuleTest.test_cryptodev)
NOTE: ... skipped 'kmod.KernelModuleTest.test_cryptodev does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15850)'
kmod.KernelModuleTest.test_cryptodev does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15850)
NOTE: test_lzip (makefile.MakefileTest.test_lzip)
NOTE: ... ok
NOTE: test_manifests (manifest.ManifestTest.test_manifests)
NOTE: ... ok
NOTE: test_maturin_develop (maturin.MaturinDevelopTest.test_maturin_develop)
NOTE: ... skipped 'Test maturin.MaturinDevelopTest.test_maturin_develop needs one of python3-maturin'
Test maturin.MaturinDevelopTest.test_maturin_develop needs one of python3-maturin
NOTE: test_maturin_list_python (maturin.MaturinTest.test_maturin_list_python)
NOTE: ... skipped 'Test maturin.MaturinTest.test_maturin_list_python needs one of python3-maturin'
Test maturin.MaturinTest.test_maturin_list_python needs one of python3-maturin
NOTE: test_iputils (meson.MesonTest.test_iputils)
NOTE: ... skipped 'meson.MesonTest.test_iputils does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15854)'
meson.MesonTest.test_iputils does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15854)
NOTE: test_perl (perl.PerlTest.test_perl)
NOTE: ... ok
NOTE: test_python3 (python.Python3Test.test_python3)
NOTE: ... ok
NOTE: test_cargo_build (rust.RustCompileTest.test_cargo_build)
NOTE: ... skipped "RustCompileTest class: SDK doesn't contain a Rust cross-canadian toolchain"
RustCompileTest class: SDK doesn't contain a Rust cross-canadian toolchain
NOTE: test_cargo_build (rust.RustHostCompileTest.test_cargo_build)
NOTE: ... skipped "RustCompileTest class: SDK doesn't contain a Rust cross-canadian toolchain"
RustCompileTest class: SDK doesn't contain a Rust cross-canadian toolchain
NOTE: test_devtool_add_reset (devtool.DevtoolTest.test_devtool_add_reset)
NOTE: ... ok
NOTE: test_devtool_build_cmake (devtool.DevtoolTest.test_devtool_build_cmake)
NOTE: ... ok
NOTE: test_devtool_build_esdk_package (devtool.DevtoolTest.test_devtool_build_esdk_package)
NOTE: ... ok
NOTE: test_devtool_build_make (devtool.DevtoolTest.test_devtool_build_make)
NOTE: ... ok
NOTE: test_devtool_kernelmodule (devtool.DevtoolTest.test_devtool_kernelmodule)
NOTE: ... ok
NOTE: test_devtool_location (devtool.DevtoolTest.test_devtool_location)
NOTE: ... ok
NOTE: test_extend_autotools_recipe_creation (devtool.DevtoolTest.test_extend_autotools_recipe_creation)
NOTE: ... ERROR
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/qemux86-64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 73, in test_extend_autotools_recipe_creation
self._run('devtool sdk-install dbus')
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/qemux86-64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
" %s;" % (self.tc.sdk_env, cmd), stderr=subprocess.STDOUT,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
shell=True, env=env, universal_newlines=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIRtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/subprocess.py", line 472, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File "TOPDIRtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-x86-64-v3-poky-linux > /dev/null; devtool sdk-install dbus;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1972 entries from dependency cache.
Removing 1 recipes from the qemux86_64 sysroot...done.
INFO: Installing dbus...
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1972 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python3-tomli-w' (but TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-devtools/python/python3-packaging_26.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-tomli-w' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-tomli-w']
NOTE: Runtime target 'python3-packaging' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-packaging', 'python3-tomli-w']
ERROR: Required build target 'dbus' has no buildable providers.
Missing or unbuildable dependency chain was: ['dbus', 'glib-2.0', 'python3-packaging', 'python3-tomli-w']
Summary: There were 2 ERROR messages, returning a non-zero exit code.
ERROR: Failed to install dbus:
Execution of '. TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/oe-init-build-env TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext > /dev/null && bitbake --setscene-only dbus:do_populate_sysroot dbus:do_packagedata' failed with exit code 1:
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1972 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python3-tomli-w' (but TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-devtools/python/python3-packaging_26.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-tomli-w' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-tomli-w']
NOTE: Runtime target 'python3-packaging' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-packaging', 'python3-tomli-w']
ERROR: Required build target 'dbus' has no buildable providers.
Missing or unbuildable dependency chain was: ['dbus', 'glib-2.0', 'python3-packaging', 'python3-tomli-w']
Summary: There were 2 ERROR messages, returning a non-zero exit code.
NOTE: test_recipes_for_nodejs (devtool.DevtoolTest.test_recipes_for_nodejs)
NOTE: ... ok
INFO: Copying the SDK to destination
INFO: Unpacking SDK
INFO: Successfully unpacked TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext/esdk_publish/poky-glibc-x86_64-core-image-minimal-x86-64-v3-qemux86-64-toolchain-ext-5.2.99+snapshot.sh to TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext/esdk_publish
INFO: SDK published successfully
NOTE: Started HTTPService for TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext/esdk_publish on :40031
NOTE: test_sdk_update_http (devtool.SdkUpdateTest.test_sdk_update_http)
NOTE: "GET /conf/sdk-conf-manifest HTTP/1.1" 200 -
NOTE: ... ok
NOTE: Stopped HTTPService on :40031
NOTE: ======================================================================
NOTE: ERROR: test_extend_autotools_recipe_creation (devtool.DevtoolTest.test_extend_autotools_recipe_creation)
NOTE: ----------------------------------------------------------------------
NOTE: Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/qemux86-64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 73, in test_extend_autotools_recipe_creation
self._run('devtool sdk-install dbus')
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/qemux86-64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
" %s;" % (self.tc.sdk_env, cmd), stderr=subprocess.STDOUT,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
shell=True, env=env, universal_newlines=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIRtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/subprocess.py", line 472, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File "TOPDIRtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.13/subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-x86-64-v3-poky-linux > /dev/null; devtool sdk-install dbus;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1972 entries from dependency cache.
Removing 1 recipes from the qemux86_64 sysroot...done.
INFO: Installing dbus...
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1972 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python3-tomli-w' (but TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-devtools/python/python3-packaging_26.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-tomli-w' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-tomli-w']
NOTE: Runtime target 'python3-packaging' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-packaging', 'python3-tomli-w']
ERROR: Required build target 'dbus' has no buildable providers.
Missing or unbuildable dependency chain was: ['dbus', 'glib-2.0', 'python3-packaging', 'python3-tomli-w']
Summary: There were 2 ERROR messages, returning a non-zero exit code.
ERROR: Failed to install dbus:
Execution of '. TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/oe-init-build-env TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext > /dev/null && bitbake --setscene-only dbus:do_populate_sysroot dbus:do_packagedata' failed with exit code 1:
NOTE: Reconnecting to bitbake server...
Loading cache...done.
Loaded 1972 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python3-tomli-w' (but TOPDIR/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/meta/recipes-devtools/python/python3-packaging_26.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-tomli-w' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-tomli-w']
NOTE: Runtime target 'python3-packaging' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-packaging', 'python3-tomli-w']
ERROR: Required build target 'dbus' has no buildable providers.
Missing or unbuildable dependency chain was: ['dbus', 'glib-2.0', 'python3-packaging', 'python3-tomli-w']
Summary: There were 2 ERROR messages, returning a non-zero exit code.
----------------------------------------------------------------------
NOTE: Ran 30 tests in 651.028s
NOTE: FAILED
NOTE: (errors=1, skipped=11)
RESULTS:
RESULTS - autotools.AutotoolsTest.test_cpio: PASSED (27.09s)
RESULTS - cmake.CMakeTest.test_assimp: PASSED (64.41s)
RESULTS - gcc.GccCompileTest.test_gcc_compile: PASSED (0.10s)
RESULTS - gcc.GccCompileTest.test_gpp2_compile: PASSED (0.09s)
RESULTS - gcc.GccCompileTest.test_gpp_compile: PASSED (0.22s)
RESULTS - gcc.GccCompileTest.test_make: PASSED (0.10s)
RESULTS - makefile.MakefileTest.test_lzip: PASSED (1.39s)
RESULTS - manifest.ManifestTest.test_manifests: PASSED (0.00s)
RESULTS - perl.PerlTest.test_perl: PASSED (0.03s)
RESULTS - python.Python3Test.test_python3: PASSED (3.33s)
RESULTS - devtool.DevtoolTest.test_devtool_add_reset: PASSED (10.64s)
RESULTS - devtool.DevtoolTest.test_devtool_build_cmake: PASSED (28.14s)
RESULTS - devtool.DevtoolTest.test_devtool_build_esdk_package: PASSED (23.72s)
RESULTS - devtool.DevtoolTest.test_devtool_build_make: PASSED (26.73s)
RESULTS - devtool.DevtoolTest.test_devtool_kernelmodule: PASSED (400.30s)
RESULTS - devtool.DevtoolTest.test_devtool_location: PASSED (0.02s)
RESULTS - devtool.DevtoolTest.test_recipes_for_nodejs: PASSED (16.89s)
RESULTS - devtool.SdkUpdateTest.test_sdk_update_http: PASSED (1.34s)
RESULTS - go.GoCompileTest.test_go_build: SKIPPED (0.00s)
RESULTS - go.GoCompileTest.test_go_module: SKIPPED (0.00s)
RESULTS - go.GoHostCompileTest.test_go_cross_compile: SKIPPED (0.00s)
RESULTS - go.GoHostCompileTest.test_go_module_cross_compile: SKIPPED (0.00s)
RESULTS - gtk3.GTK3Test.test_libhandy: SKIPPED (0.00s)
RESULTS - kmod.KernelModuleTest.test_cryptodev: SKIPPED (0.00s)
RESULTS - maturin.MaturinDevelopTest.test_maturin_develop: SKIPPED (12.14s)
RESULTS - maturin.MaturinTest.test_maturin_list_python: SKIPPED (9.61s)
RESULTS - meson.MesonTest.test_iputils: SKIPPED (0.00s)
RESULTS - rust.RustCompileTest.test_cargo_build: SKIPPED (0.00s)
RESULTS - rust.RustHostCompileTest.test_cargo_build: SKIPPED (0.00s)
RESULTS - devtool.DevtoolTest.test_extend_autotools_recipe_creation: ERROR (7.32s)
SUMMARY:
core-image-minimal esdk (poky-glibc-x86_64-core-image-minimal-x86-64-v3-qemux86-64-toolchain-ext-5.2.99+snapshot.sh:environment-setup-x86-64-v3-poky-linux) - Ran 30 tests in 651.029s
core-image-minimal esdk - FAIL - Required tests failed (successes=18, skipped=11, failures=0, errors=1)
ERROR: core-image-minimal - FAILED - check the task log and the commands log
DEBUG: Python function do_testsdkext finished