Following error was thrown:
java.lang.NumberFormatException: For input string: "none -target 1.8 -source 1.8 -g"
It seems odd that the regex used by GoogleErrorProneParser doesn't enforce that capture group 5 is a number, since it immediately tries to call Integer.parseInt on it.