github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/dashboard/app/templates/mail_test_result.txt (about)

     1  Hello,
     2  {{if .CrashTitle}}
     3  syzbot has tested the proposed patch but the reproducer is still triggering an issue:
     4  {{.CrashTitle}}
     5  
     6  {{printf "%s" .Report}}
     7  {{else if .Error}}
     8  syzbot tried to test the proposed patch but the build/boot failed:
     9  
    10  {{printf "%s" .Error}}
    11  {{if .ErrorTruncated}}
    12  Error text is too large and was truncated, full error text is at:
    13  {{.ErrorLink}}
    14  {{end}}
    15  {{else}}
    16  syzbot has tested the proposed patch and the reproducer did not trigger any issue:
    17  
    18  {{/* Note: kernel prefers separate reported/tested tags rather than a single
    19  Reported-and-tested-by, see:
    20  https://lore.kernel.org/all/Zpb30HMt6jXtonhr@google.com/
    21  */ -}}
    22  Reported-by: {{.CreditEmail}}
    23  Tested-by: {{.CreditEmail}}
    24  {{end}}
    25  Tested on:
    26  
    27  commit:         {{formatShortHash .KernelCommit}} {{formatCommitTableTitle .KernelCommitTitle}}
    28  git tree:       {{.KernelRepoAlias}}
    29  {{if .LogLink}}console output: {{.LogLink}}
    30  {{end}}{{if .KernelConfigLink}}kernel config:  {{.KernelConfigLink}}
    31  {{end}}dashboard link: {{.Link}}
    32  compiler:       {{.CompilerID}}
    33  {{if .UserSpaceArch}}userspace arch: {{.UserSpaceArch}}
    34  {{end}}{{if .PatchLink}}patch:          {{.PatchLink}}
    35  {{else}}
    36  Note: no patches were applied.{{end}}{{if and (not .CrashTitle) (not .Error)}}
    37  Note: testing is done by a robot and is best-effort only.{{end}}