Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834660 - dev-python/loky-3.1.0 fails tests on MUSL
Summary: dev-python/loky-3.1.0 fails tests on MUSL
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-06 08:40 UTC by Agostino Sarubbo
Modified: 2023-11-06 09:33 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,669.43 KB, text/plain)
2022-03-06 08:40 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-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'