Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834891 - dev-python/snakeoil-0.9.10 fails tests
Summary: dev-python/snakeoil-0.9.10 fails tests
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-03-10 08:25 UTC by Agostino Sarubbo
Modified: 2023-01-11 18:20 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,139.79 KB, text/plain)
2022-03-10 08:25 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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.