Debian PTS – Tracker – Changelog – Bugs – packages.d.o – buildd.d.o – Source
| Architecture | Version | Status | For | Buildd | State | Section | Logs | Actions |
|---|---|---|---|---|---|---|---|---|
armhf ↓ | 7.0.0-2 | Build-Attempted | 265d 17h 1m | bm-wb-02 | out-of-date | python | old | all (1) | giveback |
def test_interrupts(self):
vmstat_value = vmstat("interrupts")
psutil_value = psutil.cpu_stats().interrupts
> assert abs(vmstat_value - psutil_value) < 500
E assert 4294967304 < 500
E + where 4294967304 = abs((1266426089 - 5561393393))
psutil/tests/test_linux.py:923: AssertionError
=========================== short test summary info ============================
FAILED psutil/tests/test_connections.py::TestSystemWideConnections::test_multi_sockets_procs
FAILED psutil/tests/test_linux.py::TestSystemCPUStats::test_interrupts - asse...
===== 2 failed, 475 passed, 160 skipped, 46 deselected in 99.29s (0:01:39) =====
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest --verbose -k ' not test_disk_partition and not test_import_all and not test_against_findmnt and not test_comparisons and not test_who and not test_invocation and not test_users and not test_procsmem and not test_all and not test_sensors_temperatures and not test_ips and not test_emulate_use_cpuinfo and not test_emulate_use_second_file and not test_cpu_freq and not test_against_nproc and not test_cpu_freq and not test_cpu_affinity '
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 returned exit code 13
make: *** [debian/rules:35: build-arch] Error 25