Actions
Feature #8180
closedSchedulers should treat BenchExec warnings as errors
Start date:
05/02/2017
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
For instance, now schedulers ignore the following warnings:
root WARNING> Cannot use cgroup hierarchy mounted at /sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice for subsystem cpuacct, reason: Permission denied. If permissions are wrong, please run "sudo chmod o+wt '/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice'". root WARNING> Without cpuacct cgroups, cputime measurement and limit might not work correctly if subprocesses are started.
This results in they send incorrect resource reports, e.g. there isn't CPU time consumed, which in turn leads to exceptions in Bridge:
Uploading report failed: resources have wrong format Traceback (most recent call last): File "/home/novikov/work/klever/bridge/reports/UploadReport.py", line 44, in __init__ self.__check_data(data) File "/home/novikov/work/klever/bridge/reports/UploadReport.py", line 71, in __check_data raise ValueError('resources have wrong format')
Updated by Ilja Zakharov over 7 years ago
- Tracker changed from Bug to Feature
- Status changed from New to Resolved
Implemented in scheduler-optimization branch.
Updated by Ilja Zakharov over 7 years ago
- Status changed from Resolved to Closed
Merged to master in caf859214.
Actions