DEBUG: Executing python function do_testsdk
/srv/pokybuild/yocto-worker/meta-intel/build/meta/lib/oeqa/sdk/testsdk.py:88: ResourceWarning: unclosed file <_io.TextIOWrapper name='TOPDIR/tmp/deploy/sdk/poky-glibc-i686-core-image-sato-corei7-64-intel-corei7-64-toolchain-4.0.30.testdata.json' mode='r' encoding='UTF-8'>
test_data = json.load(open(tdname, "r"))
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/usr/lib/python3/dist-packages/unittest2/compatibility.py:143: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
class ChainMap(collections.MutableMapping):
SDK testing environment: corei7-64-poky-linux
NOTE: test_assimp (assimp.BuildAssimp)
NOTE: ... ok
NOTE: test_cpio (buildcpio.BuildCpioTest)
NOTE: ... ERROR
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/meta-intel/build/meta/lib/oeqa/sdk/cases/buildcpio.py", line 20, in test_cpio
tarball = self.fetch(testdir, self.td["DL_DIR"], "${GNU_MIRROR}/gnu/cpio/cpio-2.13.tar.gz")
File "/srv/pokybuild/yocto-worker/meta-intel/build/meta/lib/oeqa/sdk/case.py", line 29, in fetch
subprocess.check_output(["wget", "-O", tarball, url], stderr=subprocess.STDOUT)
File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '['wget', '-O', 'TOPDIR/tmp/work/intel_corei7_64-poky-linux/core-image-sato/1.0-r0/testimage-sdk/cpio-cx38h_zu/cpio-2.13.tar.gz', '${GNU_MIRROR}/gnu/cpio/cpio-2.13.tar.gz']' returned non-zero exit status 4
Standard Output: --2025-10-08 20:54:11-- http://$%7Bgnu_mirror%7D/gnu/cpio/cpio-2.13.tar.gz
Resolving ${gnu_mirror} (${gnu_mirror})... failed: Name or service not known.
wget: unable to resolve host address ‘${gnu_mirror}’
NOTE: test_epoxy (buildepoxy.EpoxyTest)
NOTE: ... ok
NOTE: test_galculator (buildgalculator.GalculatorTest)
NOTE: ... ok
NOTE: test_lzip (buildlzip.BuildLzipTest)
NOTE: ... ok
NOTE: test_gcc_compile (gcc.GccCompileTest)
NOTE: ... ok
NOTE: test_gpp2_compile (gcc.GccCompileTest)
NOTE: ... ok
NOTE: test_gpp_compile (gcc.GccCompileTest)
NOTE: ... ok
NOTE: test_make (gcc.GccCompileTest)
NOTE: ... ok
NOTE: test_perl (perl.PerlTest)
NOTE: ... ok
NOTE: test_python3 (python.Python3Test)
NOTE: ... ok
NOTE: ======================================================================
NOTE: ERROR: test_cpio (buildcpio.BuildCpioTest)
NOTE: ----------------------------------------------------------------------
NOTE: Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/meta-intel/build/meta/lib/oeqa/sdk/cases/buildcpio.py", line 20, in test_cpio
tarball = self.fetch(testdir, self.td["DL_DIR"], "${GNU_MIRROR}/gnu/cpio/cpio-2.13.tar.gz")
File "/srv/pokybuild/yocto-worker/meta-intel/build/meta/lib/oeqa/sdk/case.py", line 29, in fetch
subprocess.check_output(["wget", "-O", tarball, url], stderr=subprocess.STDOUT)
File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
oeqa.utils.subprocesstweak.OETestCalledProcessError: Command '['wget', '-O', 'TOPDIR/tmp/work/intel_corei7_64-poky-linux/core-image-sato/1.0-r0/testimage-sdk/cpio-cx38h_zu/cpio-2.13.tar.gz', '${GNU_MIRROR}/gnu/cpio/cpio-2.13.tar.gz']' returned non-zero exit status 4
Standard Output: --2025-10-08 20:54:11-- http://$%7Bgnu_mirror%7D/gnu/cpio/cpio-2.13.tar.gz
Resolving ${gnu_mirror} (${gnu_mirror})... failed: Name or service not known.
wget: unable to resolve host address ‘${gnu_mirror}’
----------------------------------------------------------------------
NOTE: Ran 11 tests in 60.725s
NOTE: FAILED
NOTE: (errors=1)
RESULTS:
RESULTS - assimp.BuildAssimp.test_assimp: PASSED (40.49s)
RESULTS - buildepoxy.EpoxyTest.test_epoxy: PASSED (9.67s)
RESULTS - buildgalculator.GalculatorTest.test_galculator: PASSED (8.90s)
RESULTS - buildlzip.BuildLzipTest.test_lzip: PASSED (1.22s)
RESULTS - gcc.GccCompileTest.test_gcc_compile: PASSED (0.06s)
RESULTS - gcc.GccCompileTest.test_gpp2_compile: PASSED (0.07s)
RESULTS - gcc.GccCompileTest.test_gpp_compile: PASSED (0.18s)
RESULTS - gcc.GccCompileTest.test_make: PASSED (0.07s)
RESULTS - perl.PerlTest.test_perl: PASSED (0.02s)
RESULTS - python.Python3Test.test_python3: PASSED (0.03s)
RESULTS - buildcpio.BuildCpioTest.test_cpio: ERROR (0.01s)
SUMMARY:
core-image-sato sdk (poky-glibc-i686-core-image-sato-corei7-64-intel-corei7-64-toolchain-4.0.30.sh:environment-setup-corei7-64-poky-linux) - Ran 11 tests in 60.726s
core-image-sato sdk - FAIL - Required tests failed (successes=10, skipped=0, failures=0, errors=1)
ERROR: core-image-sato - FAILED - check the task log and the commands log
DEBUG: Python function do_testsdk finished