DEBUG: Executing python function sstate_task_prefunc
DEBUG: Python function sstate_task_prefunc finished
DEBUG: Executing shell function do_packagedata
DEBUG: Shell function do_packagedata finished
DEBUG: Executing python function sstate_task_postfunc
NOTE: Using umask 0o002 (not 22) for sstate packaging
DEBUG: Preparing tree TOPDIR/tmpfs/work/aarch64-oe-linux/libyui-ncurses/2.48.3+gitAUTOINC+79b804b45f-r0/pkgdata for packaging at TOPDIR/tmpfs/work/aarch64-oe-linux/libyui-ncurses/2.48.3+gitAUTOINC+79b804b45f-r0/sstate-build-packagedata/pkgdata
DEBUG: Executing python function sstate_hardcode_path
NOTE: Removing hardcoded paths from sstate package: 'find TOPDIR/tmpfs/work/aarch64-oe-linux/libyui-ncurses/2.48.3+gitAUTOINC+79b804b45f-r0/sstate-build-packagedata/ \( -name "*.la" -o -name "*-config" -o -name "*_config" -o -name "postinst-*" \) -type f | xargs grep -l -e 'TOPDIR/tmpfs/work/aarch64-oe-linux/libyui-ncurses/2.48.3+gitAUTOINC+79b804b45f-r0/recipe-sysroot' -e 'TOPDIR/tmpfs/work/aarch64-oe-linux/libyui-ncurses/2.48.3+gitAUTOINC+79b804b45f-r0/recipe-sysroot-native' -e 'TOPDIR/tmpfs/hosttools' | tee TOPDIR/tmpfs/work/aarch64-oe-linux/libyui-ncurses/2.48.3+gitAUTOINC+79b804b45f-r0/sstate-build-packagedata/fixmepath | xargs --no-run-if-empty sed -i -e 's:TOPDIR/tmpfs/work/aarch64-oe-linux/libyui-ncurses/2.48.3+gitAUTOINC+79b804b45f-r0/recipe-sysroot-native:FIXMESTAGINGDIRHOST:g' -e 's:TOPDIR/tmpfs/work/aarch64-oe-linux/libyui-ncurses/2.48.3+gitAUTOINC+79b804b45f-r0/recipe-sysroot:FIXMESTAGINGDIRTARGET:g' -e 's:TOPDIR/tmpfs/hosttools:FIXME_HOSTTOOLS_DIR:g''
DEBUG: Python function sstate_hardcode_path finished
DEBUG: Executing shell function sstate_create_package
DEBUG: Shell function sstate_create_package finished
DEBUG: Executing python function sstate_sign_package
DEBUG: Python function sstate_sign_package finished
DEBUG: Executing python function sstate_hardcode_path_unpack
DEBUG: Python function sstate_hardcode_path_unpack finished
DEBUG: Executing python function buildhistory_emit_outputsigs
DEBUG: Python function buildhistory_emit_outputsigs finished
DEBUG: Staging files from TOPDIR/tmpfs/work/aarch64-oe-linux/libyui-ncurses/2.48.3+gitAUTOINC+79b804b45f-r0/pkgdata to TOPDIR/tmpfs/pkgdata/qemuarm64
DEBUG: Executing python function buildhistory_emit_pkghistory
DEBUG: Writing recipe history
ERROR: Error executing a python function in exec_python_func() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:buildhistory_emit_pkghistory(d)
0003:
File: 'TOPDIR/openembedded-core/meta/classes/buildhistory.bbclass', lineno: 261, function: buildhistory_emit_pkghistory
0257: if lastversion:
0258: last_pkge = lastversion.pkge
0259: last_pkgv = lastversion.pkgv
0260: last_pkgr = lastversion.pkgr
*** 0261: r = bb.utils.vercmp((pkge, pkgv, pkgr), (last_pkge, last_pkgv, last_pkgr))
0262: if r < 0:
0263: msg = "Package version for package %s went backwards which would break package feeds from (%s:%s-%s to %s:%s-%s)" % (pkg, last_pkge, last_pkgv, last_pkgr, pkge, pkgv, pkgr)
0264: package_qa_handle_error("version-going-backwards", msg, d)
0265:
File: 'TOPDIR/bitbake/lib/bb/utils.py', lineno: 134, function: vercmp
0130: (eb, vb, rb) = tb
0131:
0132: r = int(ea or 0) - int(eb or 0)
0133: if (r == 0):
*** 0134: r = vercmp_part(va, vb)
0135: if (r == 0):
0136: r = vercmp_part(ra, rb)
0137: return r
0138:
File: 'TOPDIR/bitbake/lib/bb/utils.py', lineno: 123, function: vercmp_part
0119: if oa < ob:
0120: return -1
0121: elif oa > ob:
0122: return 1
*** 0123: elif ca < cb:
0124: return -1
0125: elif ca > cb:
0126: return 1
0127:
Exception: TypeError: unorderable types: int() < NoneType()
DEBUG: Python function buildhistory_emit_pkghistory finished
DEBUG: Python function sstate_task_postfunc finished
ERROR: Function failed: buildhistory_emit_pkghistory