buildframework/helium/config/metadata_regex.csv
changeset 1 be27ed110b50
child 179 d8ac696cc51f
equal deleted inserted replaced
0:044383f39525 1:be27ed110b50
       
     1 priority,regex,description
       
     2 FATAL,.*mingw_make\.exe.*,
       
     3 ERROR,.*\): Missing file:.*, 
       
     4 ERROR,^(?:(?:\s*\d+\)\s*)|(?:\s*\*\*\*\s*))ERROR:.*,
       
     5 ERROR,.*Error:\s+.*,
       
     6 ERROR,.*is not recognized as an internal or external command.*,
       
     7 ERROR,^MISSING:.*,
       
     8 ERROR,.*FLEXlm error:.*,
       
     9 ERROR,.*(ABLD|BLDMAKE) ERROR:.*,
       
    10 ERROR,.*FATAL ERROR\(S\):.*,
       
    11 ERROR,.*fatal error C1001: INTERNAL COMPILER ERROR.*,
       
    12 ERROR,.*fatal error U1077.*,
       
    13 ERROR,.*warning U4010,
       
    14 ERROR,^make(?:\[\d+\])?\: \*\*\*.*,
       
    15 ERROR,^make(?:\[\d+\])?:\s+.*\s+not\s+remade.*,
       
    16 ERROR,error: ((Internal fault):)$,
       
    17 ERROR,Exception: [A-Z0-9_]+.*,
       
    18 ERROR,.*target .* given more than once in the same rule.*,
       
    19 ERROR,^ERROR:.*,
       
    20 ERROR,^ERROR EC\d+:.*,
       
    21 ERROR,Errors caused tool to abort..*,
       
    22 ERROR,.*no rule to make.*,
       
    23 ERROR,^ERROR\t.*,
       
    24 ERROR,.*Traceback \(most recent call last\).*,
       
    25 CRITICAL,[Ww]arning:?\s+(#111-D|#1166-D|#117-D|#128-D|#1293-D|#1441-D|#170-D|#174-D|#175-D|#185-D|#186-D|#223-D|#231-D|#257-D|#284-D|#368-D|#414-D|#430-D|#47-D|#514-D|#546-D|#68-D|#69-D|#830-D|#940-D|#836-D|A1495E|L6318W|C2874W|C4127|C4355|C4530|C4702|C4786|LNK4049),
       
    26 WARNING,^(\d+\))?\s.*WARNING:.*,
       
    27 WARNING,^MAKEDEF WARNING:.*,
       
    28 WARNING,.*\\\\(?)\(\d+\)\s:\sWarning:\s\(\d+\),
       
    29 WARNING,^(BLDMAKE |MAKEDEF )?WARNING:.*,
       
    30 WARNING,.*\(\d+\) : warning C.*,
       
    31 WARNING,.*\d+: warning:.*,
       
    32 WARNING,.*Usage Warning:.*,
       
    33 WARNING,.*mwld.exe:.*,
       
    34 WARNING,^Command line warning.*,
       
    35 WARNING,.*ERROR: bad relocation:.*,
       
    36 WARNING,^(\d+) warning.*,
       
    37 WARNING,.*EventType:\s+Error\s+Source:\s+SweepNT.*,
       
    38 WARNING,^WARN\t.*,
       
    39 WARNING,.*LINK : warning.*,
       
    40 REMARK,.*Command line warning D4025 : .*,
       
    41 REMARK,^REMARK: .*,
       
    42 REMARK,^EventType:\s+Error\s+Source:\s+GNU\s+Make.*,
       
    43 REMARK,".*:\d+: warning: cannot find matching deallocation function""r""((:\d+)*: note: ).*",
       
    44 INFO,^INFO:.*,
       
    45 ERROR,"\""(.*)\"" , line (\d+): (Error: +(.\d+.*?):.*)$",
       
    46 WARNING,"line \d+: Warning:', r':\s+warning\s+\w+:.*",
       
    47 WARNING,"\""(.*)\""\, line (\d+): (Warning: +(?!A1495E)(.\d+.*?):.*)$",