push (@::gMatchers, { id => "job-dne", pattern => q{\[NoSuchJob\]: Job (.*) does not exist}, action => q{incValue("warnings"); diagnostic ("[NoSuchJob]", "warning", backTo("Tagging"));}, }, { id => "job-norights", pattern => q{\[AccessDenied\]: '(.*)' does not have}, action => q{incValue("warnings"); diagnostic ("[AccessDenied]", "warning", backTo("Tagging "));}, }, );