{{/* 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}} {{if $.Managers}} {{range $mgr := $.Managers}} {{if $mgr.CurrentBuild}} {{else}} {{end}} {{end}}
Managers:
Name Last Active Current Build Current Uptime Today: Fuzzing Time Corpus Coverage Crashes Execs Failed Build
{{$mgr.Namespace}}/{{$mgr.Name}} {{formatLateness $.Now $mgr.LastActive}}{{formatLateness $.Now $mgr.CurrentBuild.Time}}{{formatDuration $mgr.CurrentUpTime}} {{formatDuration $mgr.TotalFuzzingTime}} {{formatStat $mgr.MaxCorpus}} {{formatStat $mgr.MaxCover}} {{formatStat $mgr.TotalCrashes}} {{formatStat $mgr.TotalExecs}} {{if $mgr.FailedBuildBugLink}}bug{{end}}


{{end}} {{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}} {{if $ns.CoverLink}} source coverage | {{end}} fixed bugs ({{$ns.FixedCount}}) {{end}} {{range $group := $ns.Groups}} {{template "bug_list" $group}} {{end}}
{{end}}