DEBUG: Executing python function do_testsdk
/srv/pokybuild/yocto-worker/qemux86/build/meta/lib/oeqa/sdk/testsdk.py:88: ResourceWarning: unclosed file <_io.TextIOWrapper name='TOPDIR/tmp/deploy/sdk/poky-glibc-i686-core-image-sato-core2-32-qemux86-toolchain-4.0.34.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.12/site-packages/subunit/v2.py:51: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
  EPOCH = datetime.datetime.utcfromtimestamp(0).replace(tzinfo=iso8601.Utc())
SDK testing environment: core2-32-poky-linux
NOTE: test_assimp (assimp.BuildAssimp.test_assimp)
NOTE:  ... ERROR
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/qemux86/build/meta/lib/oeqa/sdk/cases/assimp.py", line 26, in test_assimp
    tarball = self.fetch(testdir, self.td["DL_DIR"], "https://github.com/assimp/assimp/archive/v4.1.0.tar.gz")
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/qemux86/build/meta/lib/oeqa/sdk/case.py", line 29, in fetch
    subprocess.check_output(["wget", "-O", tarball, url], stderr=subprocess.STDOUT)
  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 '['wget', '-O', 'TOPDIR/tmp/work/qemux86-poky-linux/core-image-sato/1.0-r0/testimage-sdk/assimp_4uvaebi/v4.1.0.tar.gz', 'https://github.com/assimp/assimp/archive/v4.1.0.tar.gz']' returned non-zero exit status 8
Standard Output: --2026-03-15 23:18:40--  https://github.com/assimp/assimp/archive/v4.1.0.tar.gz
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 502 Bad Gateway or Proxy Error
2026-03-15 23:18:40 ERROR 502: Bad Gateway or Proxy Error.



NOTE: test_cpio (buildcpio.BuildCpioTest.test_cpio)
NOTE:  ... ok
NOTE: test_epoxy (buildepoxy.EpoxyTest.test_epoxy)
NOTE:  ... ok
NOTE: test_galculator (buildgalculator.GalculatorTest.test_galculator)
NOTE:  ... ok
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:  ... ok
NOTE: test_python3 (python.Python3Test.test_python3)
NOTE:  ... ok
NOTE: ======================================================================
NOTE: ERROR: test_assimp (assimp.BuildAssimp.test_assimp)
NOTE: ----------------------------------------------------------------------
NOTE: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/qemux86/build/meta/lib/oeqa/sdk/cases/assimp.py", line 26, in test_assimp
    tarball = self.fetch(testdir, self.td["DL_DIR"], "https://github.com/assimp/assimp/archive/v4.1.0.tar.gz")
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/qemux86/build/meta/lib/oeqa/sdk/case.py", line 29, in fetch
    subprocess.check_output(["wget", "-O", tarball, url], stderr=subprocess.STDOUT)
  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 '['wget', '-O', 'TOPDIR/tmp/work/qemux86-poky-linux/core-image-sato/1.0-r0/testimage-sdk/assimp_4uvaebi/v4.1.0.tar.gz', 'https://github.com/assimp/assimp/archive/v4.1.0.tar.gz']' returned non-zero exit status 8
Standard Output: --2026-03-15 23:18:40--  https://github.com/assimp/assimp/archive/v4.1.0.tar.gz
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 502 Bad Gateway or Proxy Error
2026-03-15 23:18:40 ERROR 502: Bad Gateway or Proxy Error.


----------------------------------------------------------------------
NOTE: Ran 11 tests in 38.001s
NOTE: FAILED
NOTE:  (errors=1)
RESULTS:
RESULTS - buildcpio.BuildCpioTest.test_cpio: PASSED (17.94s)
RESULTS - buildepoxy.EpoxyTest.test_epoxy: PASSED (9.82s)
RESULTS - buildgalculator.GalculatorTest.test_galculator: PASSED (8.31s)
RESULTS - buildlzip.BuildLzipTest.test_lzip: PASSED (1.20s)
RESULTS - gcc.GccCompileTest.test_gcc_compile: PASSED (0.06s)
RESULTS - gcc.GccCompileTest.test_gpp2_compile: PASSED (0.06s)
RESULTS - gcc.GccCompileTest.test_gpp_compile: PASSED (0.17s)
RESULTS - gcc.GccCompileTest.test_make: PASSED (0.06s)
RESULTS - perl.PerlTest.test_perl: PASSED (0.01s)
RESULTS - python.Python3Test.test_python3: PASSED (0.02s)
RESULTS - assimp.BuildAssimp.test_assimp: ERROR (0.35s)
SUMMARY:
core-image-sato sdk (poky-glibc-i686-core-image-sato-core2-32-qemux86-toolchain-4.0.34.sh:environment-setup-core2-32-poky-linux) - Ran 11 tests in 38.001s
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

Error details

Submitted on:
15/03/26 18:57
Error type:
Recipe
Task:
do_testsdk
Recipe:
core-image-sato
Recipe version:
1.0-r0
Machine:
qemux86
Distro:
poky
Build system:
x86_64-linux
Target system:
i686-poky-linux
Host distro:
universal/fedora-39
Branch:
stable/kirkstone-nut
Commit:
ba7c317ea79e8fa20bb5958283ffeb387bfa94be
Build:
#230699
Submitter:
yp-ab-fedora39-vk-1.yocto.io
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/30/builds/3357
Similar errors:
0
Open a bug