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:
parent
9260c38408
commit
cc62689504
1 changed files with 0 additions and 4 deletions
4
lib/spack/external/ctest_log_parser.py
vendored
4
lib/spack/external/ctest_log_parser.py
vendored
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue