• Home
  • Raw
  • Download

Lines Matching refs:reproLog

88 	ctx.reproLog(0, "%v programs, %v VMs", len(entries), len(vmIndexes))
107 ctx.reproLog(0, "failed to create VM: %v", err)
114 ctx.reproLog(0, "failed to copy to VM: %v", err)
121 ctx.reproLog(0, "failed to copy to VM: %v", err)
151 ctx.reproLog(3, "repro crashed as (corrupted=%v):\n%s",
155 ctx.reproLog(3, "report is corrupted, running repro again")
165 ctx.reproLog(3, "final repro crashed as (corrupted=%v):\n%s",
188 ctx.reproLog(3, "reproducing took %s", time.Since(reproStart))
234 ctx.reproLog(2, "extracting reproducer from %v programs", len(entries))
268 ctx.reproLog(3, "found reproducer with %d syscalls", len(res.Prog.Calls))
283 ctx.reproLog(3, "found reproducer with %d syscalls", len(res.Prog.Calls))
288 ctx.reproLog(0, "failed to extract reproducer")
293 ctx.reproLog(3, "single: executing %d programs separately with timeout %s", len(entries), duration)
313 ctx.reproLog(3, "single: successfully extracted reproducer")
318 ctx.reproLog(3, "single: failed to extract reproducer")
323 ctx.reproLog(3, "bisect: bisecting %d programs with base timeout %s", len(entries), baseDuration)
344 ctx.reproLog(3, "bisect: %d programs left: \n\n%s\n", len(entries), encodeEntries(entries))
345 ctx.reproLog(3, "bisect: trying to concatenate")
367 ctx.reproLog(3, "bisect: concatenation succeeded")
390 ctx.reproLog(3, "bisect: concatenation succeeded with fault injection")
397 ctx.reproLog(3, "bisect: concatenation failed")
403 ctx.reproLog(2, "minimizing guilty program")
417 ctx.reproLog(0, "minimization failed with %v", err)
428 ctx.reproLog(2, "simplifying guilty program")
462 ctx.reproLog(2, "extracting C reproducer")
478 ctx.reproLog(2, "simplifying C reproducer")
549 ctx.reproLog(2, "testing program (duration=%v, %+v): %s", duration, opts, program)
563 ctx.reproLog(2, "testing compiled C program (duration=%v, %+v): %s", duration, opts, p)
592 ctx.reproLog(2, "program did not crash")
596 ctx.reproLog(2, "suppressed program crash: %v", rep.Title)
600 ctx.reproLog(2, "program crashed: %v", rep.Title)
609 func (ctx *context) reproLog(level int, format string, args ...interface{}) { func
617 ctx.reproLog(3, "bisect: bisecting %d programs", len(progs))
619 ctx.reproLog(3, "bisect: executing all %d programs", len(progs))
625 ctx.reproLog(3, "bisect: didn't crash")
631 ctx.reproLog(3, "bisect: guilty chunks: %v", chunksToStr(guilty))
639 ctx.reproLog(3, "bisect: guilty chunks split: %v, <%v>, %v",
644 ctx.reproLog(3, "bisect: chunk split: <%v> => <%v>, <%v>",
647 ctx.reproLog(3, "bisect: triggering crash without chunk #1")
659 ctx.reproLog(3, "bisect: crashed, chunk #1 evicted")
663 ctx.reproLog(3, "bisect: triggering crash without chunk #2")
675 ctx.reproLog(3, "bisect: crashed, chunk #2 evicted")
685 ctx.reproLog(3, "bisect: not crashed, both chunks required")
698 ctx.reproLog(3, "bisect: success, %d programs left", len(progs))