{{/* Copyright 2017 syzkaller project authors. All rights reserved. Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. Main page. */}} {{template "head" .Header}} syzbot {{template "header" .Header}} {{if .Log}}
Error log:


{{end}} {{template "manager_list" $.Managers}} {{if $.Jobs}} {{range $job := $.Jobs}} {{if $job.ErrorLink}} {{else if $job.CrashTitle}} {{else if formatTime $job.Finished}} {{else if formatTime $job.Started}} {{else}} {{end}} {{end}}
Recent jobs:
Bug Created Started Finished User Patch Repo Manager Result
{{$job.BugTitle}} {{if $job.ExternalLink}}{{formatTime $job.Created}}{{else}}{{formatTime $job.Created}}{{end}} {{formatTime $job.Started}}{{if gt $job.Attempts 1}} ({{$job.Attempts}}){{end}} {{formatTime $job.Finished}} {{$job.User}} patch {{$job.KernelAlias}} {{$job.Manager}}error {{if $job.CrashReportLink}} report {{end}} {{if $job.CrashLogLink}} log {{end}} OKrunningpending


{{end}} {{range $ns := $.BugNamespaces}}

{{$ns.Caption}}

{{if $ns.FixedLink}} fixed bugs ({{$ns.FixedCount}}) {{end}} {{template "manager_list" $ns.Managers}} {{range $group := $ns.Groups}} {{template "bug_list" $group}} {{end}}
{{end}}