| Summary: | dev-python/snakeoil-0.9.10 fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Michał Górny <mgorny> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | arthurzam, kingjon3377, paolo.pedroni |
| Priority: | Normal | Keywords: | TESTFAILURE |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2022-03-10 08:25:03 UTC
Created attachment 766717 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern: E AttributeError: 'TestFindBinary' object has no attribute 'dir' E AttributeError: 'TestModules' object has no attribute 'dir' E AttributeError: 'TestMount' object has no attribute 'dir' E AttributeError: 'TestNativeListDir' object has no attribute 'dir' E AttributeError: 'TestNativeReaddir' object has no attribute 'dir' E AttributeError: 'TestSpawn' object has no attribute 'dir' ERROR tests/test_modules.py::TestModules::test_load_any - AttributeError: 'Te... ERROR tests/test_modules.py::TestModules::test_load_module - AttributeError: ... ERROR tests/test_osutils.py::TestMount::test_args_bytes - AttributeError: 'Te... ERROR tests/test_osutils.py::TestMount::test_bind_mount - AttributeError: 'Te... ERROR tests/test_osutils.py::TestMount::test_lazy_unmount - AttributeError: '... ERROR tests/test_osutils.py::TestMount::test_missing_dirs - AttributeError: '... ERROR tests/test_osutils.py::TestMount::test_no_perms - AttributeError: 'Test... ERROR tests/test_process.py::TestFindBinary::test_fallback - AttributeError: ... ERROR tests/test_process.py::TestFindBinary::test_found - AttributeError: 'Te... ERROR tests/test_process.py::TestFindBinary::test_missing - AttributeError: '... ERROR tests/test_process.py::TestFindBinary::test_no_dirs - AttributeError: '... ERROR tests/test_process_spawn.py::TestSpawn::test_umask - AttributeError: 'T... I see the same failures on my glibc-based machine since at least the end of May, but this version built and passed its tests without problems back at the end of January. |