Actions
Feature #9164
closedDo not fail tasks and jobs if BenchExec detects CPU throttling
Start date:
07/25/2018
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Sometimes we observed the following reason for failed tasks and jobs:
2018-07-25 14:39:56 (components.py:435) RP ERROR> Raise exception: Traceback (most recent call last): File "/var/lib/klever/workspace/Branches-and-Tags-Processing/src/core/core/components.py", line 428, in run self.main() File "/var/lib/klever/workspace/Branches-and-Tags-Processing/src/core/core/components.py", line 332, in callbacks_caller ret = attr(*args, **kwargs) File "/var/lib/klever/workspace/Branches-and-Tags-Processing/src/core/core/vrp/__init__.py", line 250, in fetcher raise RuntimeError('Failed to decide verification task: {0}'.format(self.task_error)) RuntimeError: Failed to decide verification task: Execution of task 758 terminated with an exception: 2018-07-25 14:39:48,786 - WARNING - CPU throttled itself during benchmarking due to overheating. Benchmark results are unreliable!
We definitely need to ignore this.
For example I attached a directory of a failed task. One can see that everything is okay except for several warnings from BenchExec.
Files
Actions