for line in input_:
            if cmake_build_progress.match(line):
                #actually we redirect only, stderr so this should not happen
                print("__"+line.strip())
            elif "error" in line or "Error" in line: