File: resource_violation_error.conf

package info (click to toggle)
piuparts 0.62
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,692 kB
  • sloc: python: 6,823; sh: 2,194; makefile: 126
file content (13 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# detect packages violating resource limits during the test
#
PATTERN='Command was terminated after exceeding|Process KILLED - exceed maximum run time'
WHERE='fail bugged affected'
ISSUE=0
HEADER='Packages where the test was aborted after exceeding time or output limit'
HELPTEXT='
<p>
Usually caused by seriously misbehaving maintainer scripts that go into endless loops or try to get user input in DEBIAN_FRONTEND=noninteractive mode.
</p>

'