-
Bug
-
Resolution: Done
-
Undefined
-
None
-
rhel-10.0
-
python-psutil-5.9.8-1.el10+3
-
None
-
None
-
rhel-sst-pt-python-ruby-nodejs
-
ssg_core_services
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
python-psutil fails to build in CentOS Stream 10, which means it fails to build in RHEL 10.
Here is a link to the latest failed build:
https://kojihub.stream.centos.org/koji/taskinfo?taskID=3533483
The test error looks like this:
====================================================================== FAIL: psutil.tests.test_system.TestCpuAPIs.test_cpu_times ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/psutil-release-5.9.5/psutil/tests/test_system.py", line 351, in test_cpu_times self.assertAlmostEqual(total, sum(times)) AssertionError: 313016469.60999995 != 313016469.61 within 7 places (5.960464477539063e-08 difference) ====================================================================== FAIL: psutil.tests.test_misc.TestCommonModule.test_debug ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/psutil-release-5.9.5/psutil/tests/test_misc.py", line 537, in test_debug assert msg.startswith("psutil-debug"), msg AssertionError ---------------------------------------------------------------------- Ran 366 tests in 2.782s FAILED (failures=2, skipped=208) FAILED