DEBUG: Executing python function do_testsdkext
/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/testsdk.py:38: ResourceWarning: unclosed file <_io.TextIOWrapper name='TOPDIR/tmp/deploy/sdk/poky-glibc-x86_64-core-image-minimal-cortexa57-qemuarm64-toolchain-ext-5.2.99+snapshot.testdata.json' mode='r' encoding='UTF-8'>
test_data = json.load(open(tdname, "r"))
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Extensible SDK testing environment: cortexa57-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 "Testing 'maturin develop' requires Rust cross-canadian in the SDK"
Testing 'maturin develop' requires Rust cross-canadian in the SDK
NOTE: test_maturin_list_python (maturin.MaturinTest.test_maturin_list_python)
NOTE: ... ok
NOTE: test_epoxy (meson.MesonTest.test_epoxy)
NOTE: ... skipped 'meson.MesonTest.test_epoxy does not support eSDK (https://bugzilla.yoctoproject.org/show_bug.cgi?id=15854)'
meson.MesonTest.test_epoxy 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: ... ERROR
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 69, in test_devtool_build_cmake
self._test_devtool_build(self.myapp_cmake_dst)
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 42, in _test_devtool_build
self._run('devtool build myapp')
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-cortexa57-poky-linux > /dev/null; devtool build myapp;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
ERROR: Command execution failed: Traceback (most recent call last):
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/command.py", line 123, in runAsyncCommand
self.cooker.updateCache()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 1666, in updateCache
self.parser = CookerParser(self, mcfilelist, total_masked)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 2159, in __init__
self.bb_caches = bb.cache.MulticonfigCache(self.cfgbuilder, self.cfghash, cooker.caches_array)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 755, in __init__
cachesize += self.__caches[mc].cachesize()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 456, in cachesize
cachefile = self.getCacheFile(cache_class.cachefile)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 413, in getCacheFile
return getCacheFile(self.cachedir, cachefile, self.mc, self.data_hash)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 37, in getCacheFile
return os.path.join(path, filename + mcspec + "." + data_hash)
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to start bitbake environment
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: ... ERROR
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 63, in test_devtool_build_make
self._test_devtool_build(self.myapp_dst)
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 42, in _test_devtool_build
self._run('devtool build myapp')
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-cortexa57-poky-linux > /dev/null; devtool build myapp;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
ERROR: Command execution failed: Traceback (most recent call last):
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/command.py", line 123, in runAsyncCommand
self.cooker.updateCache()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 1666, in updateCache
self.parser = CookerParser(self, mcfilelist, total_masked)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 2159, in __init__
self.bb_caches = bb.cache.MulticonfigCache(self.cfgbuilder, self.cfghash, cooker.caches_array)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 755, in __init__
cachesize += self.__caches[mc].cachesize()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 456, in cachesize
cachefile = self.getCacheFile(cache_class.cachefile)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 413, in getCacheFile
return getCacheFile(self.cachedir, cachefile, self.mc, self.data_hash)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 37, in getCacheFile
return os.path.join(path, filename + mcspec + "." + data_hash)
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to start bitbake environment
NOTE: test_devtool_kernelmodule (devtool.DevtoolTest.test_devtool_kernelmodule)
NOTE: ... ERROR
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 83, in test_devtool_kernelmodule
self._run('devtool add %s %s' % (recipe, docfile) )
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-cortexa57-poky-linux > /dev/null; devtool add kernel-module-hello-world https://git.yoctoproject.org/git/kernel-module-hello-world;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/git/kernel-module-hello-world;protocol=https;branch=master...
ERROR: Command execution failed: Traceback (most recent call last):
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/command.py", line 123, in runAsyncCommand
self.cooker.updateCache()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 1666, in updateCache
self.parser = CookerParser(self, mcfilelist, total_masked)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 2159, in __init__
self.bb_caches = bb.cache.MulticonfigCache(self.cfgbuilder, self.cfghash, cooker.caches_array)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 755, in __init__
cachesize += self.__caches[mc].cachesize()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 456, in cachesize
cachefile = self.getCacheFile(cache_class.cachefile)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 413, in getCacheFile
return getCacheFile(self.cachedir, cachefile, self.mc, self.data_hash)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 37, in getCacheFile
return os.path.join(path, filename + mcspec + "." + data_hash)
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/recipetool", line 111, in <module>
ret = main()
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/recipetool", line 100, in main
ret = args.func(args)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
tinfoil.parse_recipes()
~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
self.run_actions(config_params)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR: Command '. TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/oe-init-build-env TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext > /dev/null && recipetool --color=auto create --devtool -o /tmp/devtoolzs5w4gzc 'https://git.yoctoproject.org/git/kernel-module-hello-world' -x TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/workspace/sources/devtoolsrcwp4mqwd3 -N kernel-module-hello-world' failed
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/qemuarm64/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/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-cortexa57-poky-linux > /dev/null; devtool sdk-install dbus;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
ERROR: Command execution failed: Traceback (most recent call last):
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/command.py", line 123, in runAsyncCommand
self.cooker.updateCache()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 1666, in updateCache
self.parser = CookerParser(self, mcfilelist, total_masked)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 2159, in __init__
self.bb_caches = bb.cache.MulticonfigCache(self.cfgbuilder, self.cfghash, cooker.caches_array)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 755, in __init__
cachesize += self.__caches[mc].cachesize()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 456, in cachesize
cachefile = self.getCacheFile(cache_class.cachefile)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 413, in getCacheFile
return getCacheFile(self.cachedir, cachefile, self.mc, self.data_hash)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 37, in getCacheFile
return os.path.join(path, filename + mcspec + "." + data_hash)
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to start bitbake environment
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/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/esdk_publish/poky-glibc-x86_64-core-image-minimal-cortexa57-qemuarm64-toolchain-ext-5.2.99+snapshot.sh to TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/esdk_publish
INFO: SDK published successfully
NOTE: Started HTTPService for TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/esdk_publish on :46589
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 :46589
NOTE: ======================================================================
NOTE: ERROR: test_devtool_build_cmake (devtool.DevtoolTest.test_devtool_build_cmake)
NOTE: ----------------------------------------------------------------------
NOTE: Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 69, in test_devtool_build_cmake
self._test_devtool_build(self.myapp_cmake_dst)
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 42, in _test_devtool_build
self._run('devtool build myapp')
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-cortexa57-poky-linux > /dev/null; devtool build myapp;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
ERROR: Command execution failed: Traceback (most recent call last):
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/command.py", line 123, in runAsyncCommand
self.cooker.updateCache()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 1666, in updateCache
self.parser = CookerParser(self, mcfilelist, total_masked)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 2159, in __init__
self.bb_caches = bb.cache.MulticonfigCache(self.cfgbuilder, self.cfghash, cooker.caches_array)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 755, in __init__
cachesize += self.__caches[mc].cachesize()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 456, in cachesize
cachefile = self.getCacheFile(cache_class.cachefile)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 413, in getCacheFile
return getCacheFile(self.cachedir, cachefile, self.mc, self.data_hash)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 37, in getCacheFile
return os.path.join(path, filename + mcspec + "." + data_hash)
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to start bitbake environment
======================================================================
NOTE: ERROR: test_devtool_build_make (devtool.DevtoolTest.test_devtool_build_make)
NOTE: ----------------------------------------------------------------------
NOTE: Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 63, in test_devtool_build_make
self._test_devtool_build(self.myapp_dst)
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 42, in _test_devtool_build
self._run('devtool build myapp')
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-cortexa57-poky-linux > /dev/null; devtool build myapp;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
ERROR: Command execution failed: Traceback (most recent call last):
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/command.py", line 123, in runAsyncCommand
self.cooker.updateCache()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 1666, in updateCache
self.parser = CookerParser(self, mcfilelist, total_masked)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 2159, in __init__
self.bb_caches = bb.cache.MulticonfigCache(self.cfgbuilder, self.cfghash, cooker.caches_array)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 755, in __init__
cachesize += self.__caches[mc].cachesize()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 456, in cachesize
cachefile = self.getCacheFile(cache_class.cachefile)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 413, in getCacheFile
return getCacheFile(self.cachedir, cachefile, self.mc, self.data_hash)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 37, in getCacheFile
return os.path.join(path, filename + mcspec + "." + data_hash)
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to start bitbake environment
======================================================================
NOTE: ERROR: test_devtool_kernelmodule (devtool.DevtoolTest.test_devtool_kernelmodule)
NOTE: ----------------------------------------------------------------------
NOTE: Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/cases/devtool.py", line 83, in test_devtool_kernelmodule
self._run('devtool add %s %s' % (recipe, docfile) )
File "/srv/pokybuild/yocto-worker/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-cortexa57-poky-linux > /dev/null; devtool add kernel-module-hello-world https://git.yoctoproject.org/git/kernel-module-hello-world;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
NOTE: Reconnecting to bitbake server...
INFO: Fetching git://git.yoctoproject.org/git/kernel-module-hello-world;protocol=https;branch=master...
ERROR: Command execution failed: Traceback (most recent call last):
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/command.py", line 123, in runAsyncCommand
self.cooker.updateCache()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 1666, in updateCache
self.parser = CookerParser(self, mcfilelist, total_masked)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 2159, in __init__
self.bb_caches = bb.cache.MulticonfigCache(self.cfgbuilder, self.cfghash, cooker.caches_array)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 755, in __init__
cachesize += self.__caches[mc].cachesize()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 456, in cachesize
cachefile = self.getCacheFile(cache_class.cachefile)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 413, in getCacheFile
return getCacheFile(self.cachedir, cachefile, self.mc, self.data_hash)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 37, in getCacheFile
return os.path.join(path, filename + mcspec + "." + data_hash)
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
Summary: There was 1 ERROR message, returning a non-zero exit code.
Traceback (most recent call last):
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/recipetool", line 111, in <module>
ret = main()
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/recipetool", line 100, in main
ret = args.func(args)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/lib/recipetool/create.py", line 525, in create_recipe
checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tmp=args.keep_temp)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/scripts/lib/scriptutils.py", line 202, in fetch_url
tinfoil.parse_recipes()
~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/tinfoil.py", line 585, in parse_recipes
self.run_actions(config_params)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/tinfoil.py", line 568, in run_actions
raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
ERROR: Command '. TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/oe-init-build-env TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext > /dev/null && recipetool --color=auto create --devtool -o /tmp/devtoolzs5w4gzc 'https://git.yoctoproject.org/git/kernel-module-hello-world' -x TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/workspace/sources/devtoolsrcwp4mqwd3 -N kernel-module-hello-world' failed
======================================================================
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/qemuarm64/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/qemuarm64/build/layers/openembedded-core/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/environment-setup-cortexa57-poky-linux > /dev/null; devtool sdk-install dbus;' returned non-zero exit status 1.
Standard Output: NOTE: Reconnecting to bitbake server...
ERROR: Command execution failed: Traceback (most recent call last):
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/command.py", line 123, in runAsyncCommand
self.cooker.updateCache()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 1666, in updateCache
self.parser = CookerParser(self, mcfilelist, total_masked)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cooker.py", line 2159, in __init__
self.bb_caches = bb.cache.MulticonfigCache(self.cfgbuilder, self.cfghash, cooker.caches_array)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 755, in __init__
cachesize += self.__caches[mc].cachesize()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 456, in cachesize
cachefile = self.getCacheFile(cache_class.cachefile)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 413, in getCacheFile
return getCacheFile(self.cachedir, cachefile, self.mc, self.data_hash)
File "TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/testsdkext/layers/openembedded-core/bitbake/lib/bb/cache.py", line 37, in getCacheFile
return os.path.join(path, filename + mcspec + "." + data_hash)
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
Summary: There was 1 ERROR message, returning a non-zero exit code.
ERROR: Failed to start bitbake environment
----------------------------------------------------------------------
NOTE: Ran 30 tests in 239.713s
NOTE: FAILED
NOTE: (errors=4, skipped=10)
RESULTS:
RESULTS - autotools.AutotoolsTest.test_cpio: PASSED (37.47s)
RESULTS - cmake.CMakeTest.test_assimp: PASSED (73.35s)
RESULTS - gcc.GccCompileTest.test_gcc_compile: PASSED (0.16s)
RESULTS - gcc.GccCompileTest.test_gpp2_compile: PASSED (0.13s)
RESULTS - gcc.GccCompileTest.test_gpp_compile: PASSED (0.31s)
RESULTS - gcc.GccCompileTest.test_make: PASSED (0.16s)
RESULTS - makefile.MakefileTest.test_lzip: PASSED (1.63s)
RESULTS - manifest.ManifestTest.test_manifests: PASSED (0.00s)
RESULTS - maturin.MaturinTest.test_maturin_list_python: PASSED (4.83s)
RESULTS - perl.PerlTest.test_perl: PASSED (0.04s)
RESULTS - python.Python3Test.test_python3: PASSED (4.28s)
RESULTS - devtool.DevtoolTest.test_devtool_add_reset: PASSED (12.22s)
RESULTS - devtool.DevtoolTest.test_devtool_build_esdk_package: PASSED (27.63s)
RESULTS - devtool.DevtoolTest.test_devtool_location: PASSED (0.04s)
RESULTS - devtool.DevtoolTest.test_recipes_for_nodejs: PASSED (5.07s)
RESULTS - devtool.SdkUpdateTest.test_sdk_update_http: PASSED (0.71s)
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 (24.54s)
RESULTS - meson.MesonTest.test_epoxy: 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_devtool_build_cmake: ERROR (14.38s)
RESULTS - devtool.DevtoolTest.test_devtool_build_make: ERROR (15.69s)
RESULTS - devtool.DevtoolTest.test_devtool_kernelmodule: ERROR (3.11s)
RESULTS - devtool.DevtoolTest.test_extend_autotools_recipe_creation: ERROR (2.98s)
SUMMARY:
core-image-minimal esdk (poky-glibc-x86_64-core-image-minimal-cortexa57-qemuarm64-toolchain-ext-5.2.99+snapshot.sh:environment-setup-cortexa57-poky-linux) - Ran 30 tests in 239.714s
core-image-minimal esdk - FAIL - Required tests failed (successes=16, skipped=10, failures=0, errors=4)
ERROR: core-image-minimal - FAILED - check the task log and the commands log
DEBUG: Python function do_testsdkext finished