Re: [poky] langdale libxml2 dependencies for testsdkext
"Gundlupet Raju, Sandeep" <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
Hi Alex, I can reproduce this issue with stock yp poky langdale branch(see attached logs). To workaround this issue in langdale, I've included libxml2 package to target image(IMAGE_INSTALL:append = " libxml2"). I will take a look on this commit id and also try in Mickledore as well and see if issue exists. Thanks, Sandeep On 9/6/2023 12:13 PM, Alexander Kanavin wrote: > The test you are running is regularly run against all supported > branches on the yocto CI, and was run with langdale up to the point it > stopped receiving updates. > > On the other hand, c572c1a1e0ea573e64a2864d8893800104d36a67 is not a > valid commit id in poky history, so you have customizations. It's also > possible there are further tweaks in your local.conf. > > Given that, it's difficult to give any meaningful help. You need to do > your own research: first try to see if the issue happens with a > pristine poky checkout of langdale branch and default local.conf. If > it does, then at least there's a reference point for the failure that > someone else could reproduce, if they're interested in helping. > > Alex > > On Wed, 6 Sept 2023 at 19:51, Sandeep Gundlupet Raju via > lists.yoctoproject.org > <[email protected]> wrote: >> Hi Alex, >> >> I understand that community doesn't support and accept patches for >> Langdale release. My question was, Is this a bug in langdale release as >> I couldn't find anywhere documented in langdale release notes >> https://docs.yoctoproject.org/4.1.4/migration-guides/release-4.1.html. >> If this is bug in Langdale release, Can someone point to the patch which >> fixed the issue in master/mickledore? >> >> Thanks, >> >> Sandeep >> >> On 9/5/2023 11:48 PM, Alexander Kanavin wrote: >>> Langdale is no longer supported, please use one of supported options: >>> https://wiki.yoctoproject.org/wiki/Releases >>> >>> Alex >>> >>> On Wed, 6 Sept 2023 at 05:38, Sandeep Gundlupet Raju via >>> lists.yoctoproject.org >>> <[email protected]> wrote: >>>> Hi All, >>>> >>>> I'm running testsdkext using langdale and observed libxml2 dependencies >>>> as shown below but when I tried using master it worked as expected. Does >>>> anyone know if this a known issue in langdale and also point to the >>>> patch in master which fixed this issue? >>>> >>>> $ time MACHINE=qemuarm64 bitbake core-image-minimal -c testsdkext >>>> Loading cache: 100% >>>> |###############################################################################################################################################################################| >>>> Time: 0:00:00 >>>> Loaded 1662 entries from dependency cache. >>>> NOTE: Resolving any missing task queue dependencies >>>> >>>> Build Configuration: >>>> BB_VERSION = "2.2.0" >>>> BUILD_SYS = "x86_64-linux" >>>> NATIVELSBSTRING = "universal" >>>> TARGET_SYS = "aarch64-poky-linux" >>>> MACHINE = "qemuarm64" >>>> DISTRO = "poky" >>>> DISTRO_VERSION = "4.1.4" >>>> TUNE_FEATURES = "aarch64 armv8a crc cortexa57" >>>> TARGET_FPU = "" >>>> meta >>>> meta-poky >>>> meta-yocto-bsp = "2023:c572c1a1e0ea573e64a2864d8893800104d36a67" >>>> >>>> Initialising tasks: 100% >>>> |##########################################################################################################################################################################| >>>> Time: 0:00:00 >>>> Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, >>>> 0% complete) >>>> NOTE: No setscene tasks >>>> NOTE: Executing Tasks >>>> Extensible SDK testing environment: cortexa57-poky-linux >>>> Needs cmake >>>> EpoxyTest class: SDK doesn't contain Meson >>>> GalculatorTest class: SDK don't support gtk+3 >>>> No perl package in the SDK >>>> No python3 package in the SDK >>>> RustCompileTest class: SDK doesn't contain a Rust cross-canadian toolchain >>>> Traceback (most recent call last): >>>> File >>>> "/scratch1/sandeepg/yocto/2023.2/yp-ci/sources/poky/meta/lib/oeqa/sdkext/cases/devtool.py", >>>> line 74, in test_extend_autotools_recipe_creation >>>> self._run('devtool sdk-install libxml2') >>>> File >>>> "/scratch1/sandeepg/yocto/2023.2/yp-ci/sources/poky/meta/lib/oeqa/sdkext/case.py", >>>> line 22, in _run >>>> return subprocess.check_output(". %s > /dev/null;"\ >>>> File "/usr/lib/python3.10/subprocess.py", line 420, in check_output >>>> return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, >>>> File "/usr/lib/python3.10/subprocess.py", line 524, in run >>>> raise CalledProcessError(retcode, process.args, >>>> oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. >>>> /scratch1/sandeepg/yocto/2023.2/yp-ci/build-ci-upstream/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/environment-setup-cortexa57-poky-linux >>>> > /dev/null; devtool sdk-install libxml2;' returned non-zero exit status 1 >>>> Standard Output: NOTE: Starting bitbake server... >>>> NOTE: Reconnecting to bitbake server... >>>> NOTE: Retrying server connection (#1)... >>>> WARNING: You are using a local hash equivalence server but have >>>> configured an sstate mirror. This will likely mean no sstate will match >>>> from the mirror. You may wish to disable the hash equivalence use >>>> (BB_HASHSERVE), or use a hash equivalence server alongside the sstate >>>> mirror. >>>> Loading cache...done. >>>> Loaded 1662 entries from dependency cache. >>>> Removing 1 recipes from the qemuarm64 sysroot...done. >>>> >>>> >>>> >>>> >> -=-=-=-=-=-=-=-=-=-=-=- >> Links: You receive all messages sent to this group. >> View/Reply Online (#13151): https://lists.yoctoproject.org/g/poky/message/13151 >> Mute This Topic: https://lists.yoctoproject.org/mt/101186330/1686489 >> Group Owner: [email protected] >> Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [[email protected]] >> -=-=-=-=-=-=-=-=-=-=-=- >>
yp-langdale-testsdkext-ubuntu-22-04-logs.txt
(text/plain, 16 KB)
09/06/2023 13:03:18] /scratch1/sandeepg/yocto/yp-master/build-ci-langdale $ cat conf/bblayers.conf
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
/scratch1/sandeepg/yocto/yp-master/sources/poky/meta \
/scratch1/sandeepg/yocto/yp-master/sources/poky/meta-poky \
/scratch1/sandeepg/yocto/yp-master/sources/poky/meta-yocto-bsp \
"
[09/06/2023 13:03:23] :/scratch1/sandeepg/yocto/yp-master/build-ci-langdale $
[09/06/2023 13:03:24] :/scratch1/sandeepg/yocto/yp-master/build-ci-langdale $ time MACHINE=qemuarm64 bitbake core-image-minimal -c populate_sdk_ext
Loading cache: 100% | | ETA: --:--:--
Loaded 0 entries from dependency cache.
Parsing recipes: 100% |#############################################################################################################################################################################| Time: 0:00:02
Parsing of 885 .bb files complete (0 cached, 885 parsed). 1662 targets, 56 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "2.2.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-22.04"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "qemuarm64"
DISTRO = "poky"
DISTRO_VERSION = "4.1.4"
TUNE_FEATURES = "aarch64 armv8a crc cortexa57"
TARGET_FPU = ""
meta
meta-poky
meta-yocto-bsp = "langdale:3e95f268ce04b49ba6731fd4bbc53b1693c21963"
Initialising tasks: 100% |##########################################################################################################################################################################| Time: 0:00:01
Sstate summary: Wanted 1424 Local 0 Mirrors 0 Missed 1424 Current 0 (0% match, 0% complete)
NOTE: Executing Tasks
NOTE: Tasks Summary: Attempted 3740 tasks of which 0 didn't need to be rerun and all succeeded.
real 19m45.351s
user 0m15.156s
sys 0m2.567s
[09/06/2023 13:23:13] :/scratch1/sandeepg/yocto/yp-master/build-ci-langdale $
[09/06/2023 13:24:16] :/scratch1/sandeepg/yocto/yp-master/build-ci-langdale $
[09/06/2023 13:24:16] :/scratch1/sandeepg/yocto/yp-master/build-ci-langdale $ time MACHINE=qemuarm64 bitbake core-image-minimal -c testsdkext
Loading cache: 100% |###############################################################################################################################################################################| Time: 0:00:00
Loaded 1662 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "2.2.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "qemuarm64"
DISTRO = "poky"
DISTRO_VERSION = "4.1.4"
TUNE_FEATURES = "aarch64 armv8a crc cortexa57"
TARGET_FPU = ""
meta
meta-poky
meta-yocto-bsp = "langdale:3e95f268ce04b49ba6731fd4bbc53b1693c21963"
Initialising tasks: 100% |##########################################################################################################################################################################| Time: 0:00:00
Sstate summary: Wanted 0 Local 0 Mirrors 0 Missed 0 Current 0 (0% match, 0% complete)
NOTE: No setscene tasks
NOTE: Executing Tasks
Extensible SDK testing environment: cortexa57-poky-linux
Needs cmake
EpoxyTest class: SDK doesn't contain Meson
GalculatorTest class: SDK don't support gtk+3
No perl package in the SDK
No python3 package in the SDK
RustCompileTest class: SDK doesn't contain a Rust cross-canadian toolchain
Traceback (most recent call last):
File "/scratch1/sandeepg/yocto/yp-master/sources/poky/meta/lib/oeqa/sdkext/cases/devtool.py", line 74, in test_extend_autotools_recipe_creation
self._run('devtool sdk-install libxml2')
File "/scratch1/sandeepg/yocto/yp-master/sources/poky/meta/lib/oeqa/sdkext/case.py", line 22, in _run
return subprocess.check_output(". %s > /dev/null;"\
File "/usr/lib/python3.10/subprocess.py", line 420, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '. /scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/environment-setup-cortexa57-poky-linux > /dev/null; devtool sdk-install libxml2;' returned non-zero exit status 1
Standard Output: NOTE: Starting bitbake server...
NOTE: Reconnecting to bitbake server...
NOTE: Retrying server connection (#1)...
WARNING: You are using a local hash equivalence server but have configured an sstate mirror. This will likely mean no sstate will match from the mirror. You may wish to disable the hash equivalence use (BB_HASHSERVE), or use a hash equivalence server alongside the sstate mirror.
Loading cache...done.
Loaded 1662 entries from dependency cache.
Removing 1 recipes from the qemuarm64 sysroot...done.
Summary: There was 1 WARNING message.
INFO: Installing libxml2...
WARNING: You are using a local hash equivalence server but have configured an sstate mirror. This will likely mean no sstate will match from the mirror. You may wish to disable the hash equivalence use (BB_HASHSERVE), or use a hash equivalence server alongside the sstate mirror.
Loading cache...done.
Loaded 1662 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Initialising tasks...done.
Checking sstate mirror object availability...done.
Sstate summary: Wanted 136 Local 25 Mirrors 107 Missed 4 Current 77 (97% match, 98% complete)
NOTE: Executing Tasks
NOTE: Running setscene task 106 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-devtools/python/python3_3.10.6.bb:do_populate_sysroot_setscene)
NOTE: recipe python3-3.10.6-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe python3-3.10.6-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 177 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-connectivity/openssl/openssl_3.0.8.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 178 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.30.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 179 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-core/readline/readline_8.1.2.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 180 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.38.1.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 181 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-core/zlib/zlib_1.2.13.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 183 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 184 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 185 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-extended/xz/xz_5.2.6.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 186 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 187 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-support/libffi/libffi_3.4.4.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 188 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-support/sqlite/sqlite3_3.39.3.bb:do_populate_sysroot_setscene)
NOTE: recipe libxcrypt-4.4.30-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe zlib-1.2.13-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libffi-3.4.4-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libnsl2-2.0.0-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe gdbm-1.23-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe sqlite3-3_3.39.3-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe util-linux-libuuid-2.38.1-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe readline-8.1.2-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe xz-5.2.6-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe bzip2-1.0.8-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe openssl-3.0.8-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libffi-3.4.4-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe zlib-1.2.13-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe gdbm-1.23-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe sqlite3-3_3.39.3-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe libxcrypt-4.4.30-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe libnsl2-2.0.0-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe util-linux-libuuid-2.38.1-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe xz-5.2.6-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe bzip2-1.0.8-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe readline-8.1.2-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 195 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 200 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb:do_populate_sysroot_setscene)
NOTE: recipe openssl-3.0.8-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe libtirpc-1.3.3-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe ncurses-6.3+20220423-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe libtirpc-1.3.3-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe ncurses-6.3+20220423-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 206 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-devtools/libtool/libtool-cross_2.4.7.bb:do_populate_sysroot_setscene)
NOTE: Running setscene task 207 of 213 (/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.5.0.bb:do_populate_sysroot_setscene)
NOTE: recipe libtool-cross-2.4.7-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe opkg-utils-0.5.0-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe opkg-utils-0.5.0-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: recipe libtool-cross-2.4.7-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 210 of 213 (virtual:native:/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_sysroot_setscene)
NOTE: recipe automake-native-1.16.5-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe automake-native-1.16.5-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Running setscene task 211 of 213 (virtual:native:/scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/testsdkext/layers/poky/meta/recipes-devtools/autoconf/autoconf_2.71.bb:do_populate_sysroot_setscene)
NOTE: recipe autoconf-native-2.71-r0: task do_populate_sysroot_setscene: Started
NOTE: recipe autoconf-native-2.71-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Tasks Summary: Attempted 0 tasks of which 0 didn't need to be rerun and all succeeded.
Summary: There was 1 WARNING message.
ERROR: Failed to install libxml2 - unavailable
Started HTTPService on :42057
Stopped HTTPService on :42057
RESULTS:
RESULTS - buildcpio.BuildCpioTest.test_cpio: PASSED (15.03s)
RESULTS - buildlzip.BuildLzipTest.test_lzip: PASSED (1.35s)
RESULTS - gcc.GccCompileTest.test_gcc_compile: PASSED (0.04s)
RESULTS - gcc.GccCompileTest.test_gpp2_compile: PASSED (0.05s)
RESULTS - gcc.GccCompileTest.test_gpp_compile: PASSED (0.15s)
RESULTS - gcc.GccCompileTest.test_make: PASSED (0.05s)
RESULTS - devtool.DevtoolTest.test_devtool_add_reset: PASSED (7.19s)
RESULTS - devtool.DevtoolTest.test_devtool_build_cmake: PASSED (17.30s)
RESULTS - devtool.DevtoolTest.test_devtool_build_esdk_package: PASSED (15.00s)
RESULTS - devtool.DevtoolTest.test_devtool_build_make: PASSED (16.63s)
RESULTS - devtool.DevtoolTest.test_devtool_kernelmodule: PASSED (111.27s)
RESULTS - devtool.DevtoolTest.test_devtool_location: PASSED (0.01s)
RESULTS - devtool.DevtoolTest.test_recipes_for_nodejs: PASSED (4.24s)
RESULTS - devtool.SdkUpdateTest.test_sdk_update_http: PASSED (1.16s)
RESULTS - assimp.BuildAssimp.test_assimp: SKIPPED (0.00s)
RESULTS - buildepoxy.EpoxyTest.test_epoxy: SKIPPED (0.00s)
RESULTS - buildgalculator.GalculatorTest.test_galculator: SKIPPED (0.00s)
RESULTS - perl.PerlTest.test_perl: SKIPPED (0.00s)
RESULTS - python.Python3Test.test_python3: SKIPPED (0.00s)
RESULTS - rust.RustCompileTest.test_cargo_build: SKIPPED (0.00s)
RESULTS - devtool.DevtoolTest.test_extend_autotools_recipe_creation: ERROR (7.35s)
SUMMARY:
core-image-minimal esdk (poky-glibc-x86_64-core-image-minimal-cortexa57-qemuarm64-toolchain-ext-4.1.4.sh:environment-setup-cortexa57-poky-linux) - Ran 21 tests in 212.937s
core-image-minimal esdk - FAIL - Required tests failed (successes=14, skipped=6, failures=0, errors=1)
ERROR: core-image-minimal-1.0-r0 do_testsdkext: core-image-minimal - FAILED - check the task log and the commands log
ERROR: Logfile of failure stored in: /scratch1/sandeepg/yocto/yp-master/build-ci-langdale/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0-r0/temp/log.do_testsdkext.3922896
ERROR: Task (/scratch1/sandeepg/yocto/yp-master/sources/poky/meta/recipes-core/images/core-image-minimal.bb:do_testsdkext) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/scratch1/sandeepg/yocto/yp-master/sources/poky/meta/recipes-core/images/core-image-minimal.bb:do_testsdkext
Summary: There was 1 ERROR message, returning a non-zero exit code.
real 4m19.593s
user 0m0.340s
sys 0m0.058s
[09/06/2023 13:28:46] :/scratch1/sandeepg/yocto/yp-master/build-ci-langdale $