DEBUG: Executing python function do_cve_check
DEBUG: Scanning 0 patches for CVEs
NOTE: libidn2-native-2.3.7 is not vulnerable to CVE-2017-14061
NOTE: libidn2-native-2.3.7 is not vulnerable to CVE-2017-14062
NOTE: libidn2-native-2.3.7 is not vulnerable to CVE-2019-12290
ERROR: Error executing a python function in exec_func_python() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:do_cve_check(d)
0003:
File: '/srv/pokybuild/yocto-worker/metrics/build/meta/classes/cve-check.bbclass', lineno: 192, function: do_cve_check
0188: try:
0189: patched_cves = get_patched_cves(d)
0190: except FileNotFoundError:
0191: bb.fatal("Failure in searching patches")
*** 0192: ignored, patched, unpatched, status = check_cves(d, patched_cves)
0193: if patched or unpatched or (d.getVar("CVE_CHECK_COVERAGE") == "1" and status):
0194: cve_data = get_cve_info(d, patched + unpatched + ignored)
0195: cve_write_data(d, patched, unpatched, ignored, cve_data, status)
0196: else:
File: '/srv/pokybuild/yocto-worker/metrics/build/meta/classes/cve-check.bbclass', lineno: 347, function: check_cves
0343: vendor = "%"
0344:
0345: # Find all relevant CVE IDs.
0346: cve_cursor = conn.execute("SELECT DISTINCT ID FROM PRODUCTS WHERE PRODUCT IS ? AND VENDOR LIKE ?", (product, vendor))
*** 0347: for cverow in cve_cursor:
0348: cve = cverow[0]
0349:
0350: if cve in cve_ignore:
0351: bb.note("%s-%s ignores %s" % (product, pv, cve))
Exception: sqlite3.DatabaseError: database disk image is malformed
DEBUG: Python function do_cve_check finished