https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-tv/kodi-19.0_alpha1_p20200920 fails tests. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Created attachment 661762 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
The only test that fails is "TestCPUInfo.GetCPUFrequency" I suspect TestCPUInfo.GetCPUFrequency is failing because /sys/bus/cpu/devices/cpu0 isn't available. The test failed in Debian because pbuilder's chroot doesn't expose that path, I bet this CI system behaves the same way. See https://github.com/xbmc/xbmc/issues/18000#issuecomment-639534138 Can you please check?
$ ls -la /sys/bus/cpu/devices/cpu0 lrwxrwxrwx 1 root root 0 Sep 13 21:13 /sys/bus/cpu/devices/cpu0 -> ../../../devices/system/cpu/cpu0
(In reply to Agostino Sarubbo from comment #3) > $ ls -la /sys/bus/cpu/devices/cpu0 > lrwxrwxrwx 1 root root 0 Sep 13 21:13 /sys/bus/cpu/devices/cpu0 -> > ../../../devices/system/cpu/cpu0 What about /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq ? Does that exist and is it readable by the test?