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

Bug 723568

Summary: dev-python/cgroup-utils-0.8-r1 fails tests (OSError: Not enabled in the system: cpuset)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: CONFIRMED ---    
Severity: normal CC: mgorny, treecleaner
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-05-18 06:50:58 UTC
This is an auto-filed bug because dev-python/cgroup-utils fails tests.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-18 06:51:05 UTC
Created attachment 639942 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-04 18:52:48 UTC
tinderbox_musl has reproduced this issue with version 0.8 - Updating summary.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-05 08:26:58 UTC
## Run doctest of cgroup.py
## Checking unsupported files of subsystems
[NG] python bin/check_support -o cpuset
Traceback (most recent call last):
  File "bin/check_support", line 38, in <module>
    root_cgroup = cgroup.scan_cgroups(options.target_subsystem)
  File "/var/tmp/portage/dev-python/cgroup-utils-0.8/work/cgroup-utils-0.8/cgutils/cgroup.py", line 935, in scan_cgroups
    raise EnvironmentError("Not enabled in the system: " + subsys_name)
OSError: Not enabled in the system: cpuset
Comment 4 Agostino Sarubbo gentoo-dev 2022-08-17 07:10:56 UTC
tinderbox_musl has reproduced this issue with version 0.8-r1 - Updating summary.