{{/* Copyright 2019 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}}| Bug | Created | Duration | User | Patch | Repo | Manager | Result |
|---|---|---|---|---|---|---|---|
| {{$job.BugTitle}} | {{link $job.ExternalLink (formatTime $job.Created)}} | {{formatDuration $job.Duration}}{{if gt $job.Attempts 1}} ({{$job.Attempts}}){{end}} | {{if eq $job.Type 0}} {{$job.User}} {{else if eq $job.Type 1}} bisect {{else if eq $job.Type 2}} bisect fix {{end}} | {{optlink $job.PatchLink "patch"}} | {{$job.KernelAlias}} | {{$job.Manager}} | {{if $job.ErrorLink}} {{link $job.ErrorLink "error"}} {{else if $job.LogLink}} {{link $job.LogLink "log"}} ({{if $job.Commit}}1{{else}}{{len $job.Commits}}{{end}}) {{else if $job.CrashTitle}} {{optlink $job.CrashReportLink "report"}} {{optlink $job.CrashLogLink "log"}} {{else if formatTime $job.Finished}} OK {{else if formatTime $job.Started}} running {{else}} pending {{end}} |