Failing lorries

See the full status.

% failures = [spec for spec in run_queue % if spec['last_run_exit'] not in [None, '0']] % for spec in sorted(failures, key=(lambda spec: spec['path'])): % if spec['running_job']: % else: % end % end
Path Due Last run exit Job?
{{spec['path']}} {{spec['due_nice']}}
{{spec['last_run_exit']}}: Show log

{{spec['last_run_error']}}

{{spec['running_job']}}

Updated: {{timestamp}}