Since kbd-2.4.0-3.fc35 landed in Rawhide (Fedora-Rawhide-20210423.n.0), all openQA tests are failing because no characters are visible at the console. On further manual investigation, the console does actually work; you can see the flashing cursor, and if you log in and run commands blindly, it moves by different amounts that are consistent with the commands you ran. If you run a command that does something traceable, like creating a file, you can confirm from a serial console or live image that it was created. If I log in at a serial console and downgrade kbd and kbd-misc to 2.4.0-2.fc34 from Fedora 34, the problem is solved, I can see characters at the terminal again. So 2.4.0-3.fc35 is definitely what broke this. I don't know exactly what the problem is, though. The eurlatgr font does still seem to be present, at least. Proposing as a Beta blocker for F35, obviously. Lots of criteria implicitly require that you be able to see stuff at the console. :)
Hi Adam, There were two changes done between -2 and -3. One related to bug #1950406 and few fixes of static analyser reports. I have a suspicion that on of the latter change is the culprit. Will investigate ASAP, thanks for the bug report.
I've pinpointed the problem part of the patch that is causing the issue. I'll investigate further now and rebuild the package later today.
Should be fixed now.
Thanks for the quick fix!