Fix overly generic exceptions in log parser (#27413)

This type of error is skipped:

make[1]: *** [Makefile:222: /tmp/user/spack-stage/.../spack-src/usr/lib/julia/libopenblas64_.so.so] Error 1

but it's useful to have it, especially when a package sets a variable
incorrectly in makefiles
This commit is contained in:
Harmen Stoppels 2021-11-17 11:24:14 +01:00 committed by GitHub
parent 9260c38408
commit cc62689504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,8 +150,6 @@
": note", ": note",
" ok", " ok",
"Note:", "Note:",
"makefile:",
"Makefile:",
":[ \\t]+Where:", ":[ \\t]+Where:",
"[^ :]:[0-9]+: Warning", "[^ :]:[0-9]+: Warning",
"------ Build started: .* ------", "------ Build started: .* ------",
@ -189,8 +187,6 @@
"/usr/.*/X11/XResource\\.h:[0-9]+: war.*: ANSI C\\+\\+ forbids declaration", "/usr/.*/X11/XResource\\.h:[0-9]+: war.*: ANSI C\\+\\+ forbids declaration",
"WARNING 84 :", "WARNING 84 :",
"WARNING 47 :", "WARNING 47 :",
"makefile:",
"Makefile:",
"warning: Clock skew detected. Your build may be incomplete.", "warning: Clock skew detected. Your build may be incomplete.",
"/usr/openwin/include/GL/[^:]+:", "/usr/openwin/include/GL/[^:]+:",
"bind_at_load", "bind_at_load",