Closed
Description
=========================== short test summary info ============================
FAILED test/test_scanner.py::TestScanner::test_version_in_package[http://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/aarch64/os/Packages/c/-ceph-17.2.5-13.fc39.aarch64.rpm-ceph-17.2.5-other_products80] - AssertionError: ceph not found in ceph-17.2.5-13.fc39.aarch64.rpm.
The checker signature or url may be incorrect.
assert 'ceph' in set()
FAILED test/test_scanner.py::TestScanner::test_version_in_package[http://ftp.fr.debian.org/debian/pool/main/c/ceph/-ceph_14.2.21-1_amd64.deb-ceph-14.2.21-other_products81] - AssertionError: ceph not found in ceph_14.2.21-1_amd64.deb.
The checker signature or url may be incorrect.
assert 'ceph' in set()
FAILED test/test_scanner.py::TestScanner::test_version_in_package[http://ftp.fr.debian.org/debian/pool/main/c/ceph/-ceph-base_10.2.11-2_amd64.deb-ceph-10.2.11-other_products82] - AssertionError: ceph not found in ceph-base_10.2.11-2_amd64.deb.
The checker signature or url may be incorrect.
assert 'ceph' in set()
===== 3 failed, 1633 passed, 43 skipped, 73 warnings in 1322.83s (0:22:02) =====
I'm not sure what's happening here since it was passing in CI when I merged it, but this was a fairly old pull request so maybe a change since caused it to not work upon merging. @Rexbeast2 this was your code -- do you mind investigating?
If it doesn't look like there's a simple fix for these, we should disable these tests (and likely the ceph checker) until they can be fixed.