github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/app/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  Reported-and-tested-by: {{.CreditEmail}}
    19  {{end}}
    20  Tested on:
    21  
    22  commit:         {{formatShortHash .KernelCommit}} {{formatCommitTableTitle .KernelCommitTitle}}
    23  git tree:       {{.KernelRepoAlias}}
    24  {{if .LogLink}}console output: {{.LogLink}}
    25  {{end}}{{if .KernelConfigLink}}kernel config:  {{.KernelConfigLink}}
    26  {{end}}dashboard link: {{.Link}}
    27  compiler:       {{.CompilerID}}
    28  {{if .UserSpaceArch}}userspace arch: {{.UserSpaceArch}}
    29  {{end}}{{if .PatchLink}}patch:          {{.PatchLink}}
    30  {{else}}
    31  Note: no patches were applied.{{end}}{{if and (not .CrashTitle) (not .Error)}}
    32  Note: testing is done by a robot and is best-effort only.{{end}}