From b1fba1c9e05abffc1f75b5f5ef53e3da54cd21fb Mon Sep 17 00:00:00 2001 From: Athenas Jimenez Gonzalez Date: Sat, 17 Sep 2016 00:31:48 +0000 Subject: [PATCH] Add extra failed maven pattern --- autospec/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autospec/build.py b/autospec/build.py index 19a20cc..03ce516 100644 --- a/autospec/build.py +++ b/autospec/build.py @@ -853,6 +853,7 @@ def parse_build_results(filename, returncode): failed_pattern_go(line, r".*\.go:.*cannot find package \"(.*)\" in any of:") failed_pattern_maven(line, "\[ERROR\] .* Cannot access central \(.*\) in offline mode and the artifact .*:(.*):[pom|jar]+:.* has not been downloaded from it before. .*") failed_pattern_maven(line, "\[ERROR\] .* Cannot access central \(.*\) in offline mode and the artifact .*:(.*):[jar|pom]+:.* has not been downloaded from it before.*") + failed_pattern_maven(line, "\[WARNING\] The POM for .*:(.*):[jar|pom]+:.* is missing, no dependency information available") if infiles == 1 and line.find("RPM build errors") >= 0: infiles = 2