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

Bug 834660

Summary: dev-python/loky-3.1.0 fails tests on MUSL
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED OBSOLETE    
Severity: normal CC: andrewammerlaan
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-03-06 08:40:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

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

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-06 08:40:52 UTC
Created attachment 766379 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-06 08:40:53 UTC
Error(s) that match a know pattern:


        except NotImplementedError:
  FileNotFoundError: [Errno 2] No such file or directory
E                   OSError: [Errno 24] No file descriptors available
E           OSError: [Errno 24] No file descriptors available
E       AssertionError: assert '24' == '1'
FAILED tests/test_loky_module.py::test_cpu_count_affinity - AssertionError: a...
FAILED tests/test_process_executor_loky.py::TestsProcessPoolLokyShutdown::test_context_manager_shutdown
FAILED tests/test_resource_tracker.py::TestResourceTracker::test_child_retrieves_resource_tracker
FAILED tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_sigint
FAILED tests/test_resource_tracker.py::TestResourceTracker::test_resource_tracker_sigterm
FAILED tests/test_resource_tracker.py::TestResourceTracker::test_resource_utils[semlock]
FAILED tests/test_synchronize.py::TestCondition::test_notify - OSError: [Errn...
FAILED tests/test_synchronize.py::TestCondition::test_notify_all - OSError: [...
FAILED tests/test_synchronize.py::TestCondition::test_timeout - OSError: [Err...
FAILED tests/test_synchronize.py::TestCondition::test_wait_result - OSError: ...
FAILED tests/test_synchronize.py::TestCondition::test_waitfor - OSError: [Err...
FAILED tests/test_synchronize.py::TestEvent::test_event - OSError: [Errno 24]...
FAILED tests/test_worker_timeout.py::TestTimeoutExecutor::test_worker_timeout_mock
FAILED tests/test_worker_timeout.py::TestTimeoutExecutor::test_worker_timeout_shutdown_deadlock
FAILED tests/test_worker_timeout.py::TestTimeoutExecutor::test_worker_timeout_with_slowly_pickling_objects
SKIPPED [1] tests/_test_process_executor.py:1021: could not import 'viztracer': No module named 'viztracer'
SKIPPED [1] tests/_test_process_executor.py:1051: could not import 'viztracer': No module named 'viztracer'