DEBUG: Executing python function do_testsdkext
/srv/pokybuild/yocto-worker/qemuarm64/build/meta/lib/oeqa/sdkext/testsdk.py:37: ResourceWarning: unclosed file <_io.TextIOWrapper name='TOPDIR/tmp/deploy/sdk/poky-glibc-x86_64-core-image-sato-cortexa57-qemuarm64-toolchain-ext-4.0.31.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_assimp (assimp.BuildAssimp.test_assimp)
NOTE:  ... skipped 'Needs cmake'
Needs cmake
NOTE: test_cpio (buildcpio.BuildCpioTest.test_cpio)
NOTE:  ... ERROR
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/qemuarm64/build/meta/lib/oeqa/sdk/cases/buildcpio.py", line 20, in test_cpio
    tarball = self.fetch(testdir, self.td["DL_DIR"], "https://ftpmirror.gnu.org/gnu/cpio/cpio-2.13.tar.gz")
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/qemuarm64/build/meta/lib/oeqa/sdk/case.py", line 29, in fetch
    subprocess.check_output(["wget", "-O", tarball, url], stderr=subprocess.STDOUT)
  File "TOPDIRtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.11/subprocess.py", line 466, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "TOPDIRtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '['wget', '-O', 'TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/testsdkext/cpio-3244hl_f/cpio-2.13.tar.gz', 'https://ftpmirror.gnu.org/gnu/cpio/cpio-2.13.tar.gz']' returned non-zero exit status 8
Standard Output: --2025-11-24 22:21:44--  https://ftpmirror.gnu.org/gnu/cpio/cpio-2.13.tar.gz
Resolving ftpmirror.gnu.org... 209.51.188.200
Connecting to ftpmirror.gnu.org|209.51.188.200|:443... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2025-11-24 22:21:44 ERROR 502: Bad Gateway.



NOTE: test_epoxy (buildepoxy.EpoxyTest.test_epoxy)
NOTE:  ... skipped "EpoxyTest class: SDK doesn't contain Meson"
EpoxyTest class: SDK doesn't contain Meson
NOTE: test_galculator (buildgalculator.GalculatorTest.test_galculator)
NOTE:  ... skipped "GalculatorTest class: SDK don't support gtk+3"
GalculatorTest class: SDK don't support gtk+3
NOTE: test_lzip (buildlzip.BuildLzipTest.test_lzip)
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_perl (perl.PerlTest.test_perl)
NOTE:  ... skipped 'No perl package in the SDK'
No perl package in the SDK
NOTE: test_python3 (python.Python3Test.test_python3)
NOTE:  ... skipped 'No python3 package in the SDK'
No python3 package in the SDK
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:  ... ok
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-sato/1.0-r0/testsdkext/esdk_publish/poky-glibc-x86_64-core-image-sato-cortexa57-qemuarm64-toolchain-ext-4.0.31.sh to TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/testsdkext/esdk_publish
INFO: SDK published successfully
Started HTTPService on :44303
NOTE: test_sdk_update_http (devtool.SdkUpdateTest.test_sdk_update_http)
NOTE:  ... ok
Stopped HTTPService on :44303
NOTE: ======================================================================
NOTE: ERROR: test_cpio (buildcpio.BuildCpioTest.test_cpio)
NOTE: ----------------------------------------------------------------------
NOTE: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/qemuarm64/build/meta/lib/oeqa/sdk/cases/buildcpio.py", line 20, in test_cpio
    tarball = self.fetch(testdir, self.td["DL_DIR"], "https://ftpmirror.gnu.org/gnu/cpio/cpio-2.13.tar.gz")
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/qemuarm64/build/meta/lib/oeqa/sdk/case.py", line 29, in fetch
    subprocess.check_output(["wget", "-O", tarball, url], stderr=subprocess.STDOUT)
  File "TOPDIRtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.11/subprocess.py", line 466, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "TOPDIRtools/sysroots/x86_64-pokysdk-linux/usr/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '['wget', '-O', 'TOPDIR/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/testsdkext/cpio-3244hl_f/cpio-2.13.tar.gz', 'https://ftpmirror.gnu.org/gnu/cpio/cpio-2.13.tar.gz']' returned non-zero exit status 8
Standard Output: --2025-11-24 22:21:44--  https://ftpmirror.gnu.org/gnu/cpio/cpio-2.13.tar.gz
Resolving ftpmirror.gnu.org... 209.51.188.200
Connecting to ftpmirror.gnu.org|209.51.188.200|:443... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2025-11-24 22:21:44 ERROR 502: Bad Gateway.


----------------------------------------------------------------------
NOTE: Ran 20 tests in 387.404s
NOTE: FAILED
NOTE:  (errors=1, skipped=5)
RESULTS:
RESULTS - buildlzip.BuildLzipTest.test_lzip: PASSED (1.53s)
RESULTS - gcc.GccCompileTest.test_gcc_compile: PASSED (0.11s)
RESULTS - gcc.GccCompileTest.test_gpp2_compile: PASSED (0.10s)
RESULTS - gcc.GccCompileTest.test_gpp_compile: PASSED (0.21s)
RESULTS - gcc.GccCompileTest.test_make: PASSED (0.09s)
RESULTS - devtool.DevtoolTest.test_devtool_add_reset: PASSED (9.56s)
RESULTS - devtool.DevtoolTest.test_devtool_build_cmake: PASSED (29.11s)
RESULTS - devtool.DevtoolTest.test_devtool_build_esdk_package: PASSED (22.40s)
RESULTS - devtool.DevtoolTest.test_devtool_build_make: PASSED (24.49s)
RESULTS - devtool.DevtoolTest.test_devtool_kernelmodule: PASSED (222.13s)
RESULTS - devtool.DevtoolTest.test_devtool_location: PASSED (0.04s)
RESULTS - devtool.DevtoolTest.test_extend_autotools_recipe_creation: PASSED (60.02s)
RESULTS - devtool.DevtoolTest.test_recipes_for_nodejs: PASSED (5.76s)
RESULTS - devtool.SdkUpdateTest.test_sdk_update_http: PASSED (1.52s)
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 - buildcpio.BuildCpioTest.test_cpio: ERROR (0.70s)
SUMMARY:
core-image-sato esdk (poky-glibc-x86_64-core-image-sato-cortexa57-qemuarm64-toolchain-ext-4.0.31.sh:environment-setup-cortexa57-poky-linux) - Ran 20 tests in 387.404s
core-image-sato esdk - FAIL - Required tests failed (successes=14, skipped=5, failures=0, errors=1)
ERROR: core-image-sato - FAILED - check the task log and the commands log
DEBUG: Python function do_testsdkext finished

Error details

Submitted on:
24/11/25 17:40
Error type:
Recipe
Task:
do_testsdkext
Recipe:
core-image-sato
Recipe version:
1.0-r0
Machine:
qemuarm64
Distro:
poky
Build system:
x86_64-linux
Target system:
aarch64-poky-linux
Host distro:
universal/fedora-40
Branch:
stable/kirkstone-nut
Commit:
4ac1f28fb267e03a657950332f2ca930d78d7f03
Build:
#221155
Submitter:
yp-ab-fedora40-vk-2
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/36/builds/2770
Similar errors:
1
Open a bug