def build_report(build, recipients, from, subject, message, sent_at = Time.now)
    @subject             = "[CruiseControl] #{subject}"
    @build               = build
    @message             = message
    @failures_and_errors = BuildLogParser.new(build.output).failures_and_errors.map { |e| formatted_error(e) }