Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 834891

Summary: dev-python/snakeoil-0.9.10 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: 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 gentoo-dev 2022-03-10 08:25:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/snakeoil-0.9.10 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-10 08:25:05 UTC
Created attachment 766717 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-10 08:25:06 UTC
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...
Comment 3 Jonathan Lovelace 2022-07-02 18:54:02 UTC
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.