reproducible.rules 3.1 KB
Newer Older
Holger Levsen's avatar
Holger Levsen committed
1
2
3
# see https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin

# list of warnings here...
4
warning /Warning: .+ is not a source package, or was removed or renamed. Please investigate./
5
warning /Warning: Download of .+ sources failed./
6
warning /Warning: .+ contains invalid yaml, please fix./
Holger Levsen's avatar
Holger Levsen committed
7
warning /Warning: lock .+ still exists, exiting./
8
warning /^Warning: failed to end schroot session:/
9
warning /Warning: Tried, but failed to delete these/
Holger Levsen's avatar
Holger Levsen committed
10
warning /Warning: processes found which should not be there/
11
warning /Warning: found reproducible_build.sh processes which have pid 1 as parent.+/
12
warning /Warning: Found files with bad permissions.+/
13
warning /Warning: .+ could not be fully removed.+/
14
warning /Warning: cannot update HTML pages for.+/
15
warning /Warning: too much difference for .+, aborting. Please investigate and update manually./
16
17
warning /Warning: something went wrong while parsing the build manifest as YAML file.+/
warning /Warning: dose-deb-coinstall cannot calculate the installable set for.+/
18
19
20
warning /Warning: could not download .+, skipping.+/
warning /Warning: couldn't delete old files from.+/
warning /Warning: failed to update/
21
warning /Warning: The following builds have failed due to diffoscope schroot problems and will be rescheduled.+/
22
23
warning /W: The repository .+ is not signed./
warning /W: There is no public key available for the following key IDs:.+/
24
warning /Warning: /.../shm.+please tell the jenkins admins to fix this./
Mattia Rizzolo's avatar
Mattia Rizzolo committed
25
warning /^Warning: today .+ came back to the present:/
26
warning /^Warning: today is the wrong (present|future):/
27
warning /Warning: curl http:..www.debian.org failed, probably the proxy is down for.+/
28
warning /Warning: more than . kernel\(s\) in.+/
Holger Levsen's avatar
Holger Levsen committed
29
30
warning /Warning: rise of the jenkins job zombies.+/
warning /Warning: jenkins.log is larger than.+/
31
warning /^Warning: running kernel needs attention/
32
33
warning /Warning: schroots older than/
warning /Warning: SQL query .+ failed.$/
34
warning /Warning: systemd is reporting errors/
35
warning /Warning: .+ has wrong MTU, please tell the jenkins admins to fix this./
36
warning /Warning: Problems analysing/
37
warning /Warning: .+ .xiting cleanly as this is out-of-scope./
38
warning /Warning: Cannot determine diffoscope version in Debian, aborting./
39

40
41
42
# If an artifact is created, show it as info
info /- enjoy https:/

43
44
45
46
47
# Warnings from reproducible_debian_live_build.sh
warning /Warning: lb .+ failed with/
warning /Warning: diffoscope detected differences in the images/
warning /Warning: diffoscope returned error code/
error /Error: Bad argument/
48
49
error /Error: the image could not be built, no alternative was proposed/
info /Info: The snapshot server is not available, using deb.debian.org instead/
50
info /Info: .+ the archive was updated, now trying again/
51
52
# Do not log the warning from the rebuild script: /Warning: meanwhile the archive was updated/
info /Warning: the build failed with .+ Now trying again using the previous snapshot instead/
53
54
55
info /Info: using live-build from git/
info /Info: using the snapshot from/
info /Info: no differences found/
56
57
# If a reproducible hook has been applied, show it as a warning
warning /Reproducible hook has been applied/
58