canonical / checkbox

Checkbox is a testing framework used to validate device compatibility with Ubuntu Linux. It’s the testing tool developed for the purposes of the Ubuntu Certification program.
https://checkbox.readthedocs.io
GNU General Public License v3.0
33 stars 50 forks source link

miscellanea/cpuid fails with unusual output #1472

Closed rodwsmith closed 2 days ago

rodwsmith commented 2 months ago

Bug Description

In a recent submission, the miscellanea/cpuid test failed with the following output:

CPU Model: Intel(R) Xeon(R) 6766E
Unable to determine CPU Family for this CPUID: <__main__.CPUID object at 0x715cff1b7530>

This looks like it may be a problem parsing the output of this CPU's information, but I haven't fully traced it (and might not be able to without access to a system that shows the symptoms).

The relevant certificate request is:

https://certification.canonical.com/certificates/2409-16076/

To Reproduce

  1. Run certify-ubuntu-server (or presumably anything else that causes miscellanea/cpuid to run) on an affected system (Intel Xeon 6766E, presumably; maybe others...?).

Environment

Relevant log output

CPU Model: Intel(R) Xeon(R) 6766E
Unable to determine CPU Family for this CPUID: <__main__.CPUID object at 0x715cff1b7530>

Additional context

No response

syncronize-issues-to-jira[bot] commented 2 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CHECKBOX-1568.

This message was autogenerated

mreed8855 commented 3 weeks ago

This is related to this fix https://github.com/canonical/checkbox/pull/1530. I will revisit this after it is released.

Hook25 commented 2 days ago

Please check if this is still current in a recent version of checkbox and feel free to reopen it