Lines Matching defs:BugReport
227 type BugReport struct { struct
228 Namespace string
229 Config []byte
230 ID string
231 JobID string
232 ExtID string // arbitrary reporting ID forwarded from BugUpdate.ExtID
233 First bool // Set for first report for this bug.
234 Title string
235 Maintainers []string
236 CC []string // additional CC emails
237 OS string
238 Arch string
239 VMArch string
240 CompilerID string
241 KernelRepo string
242 KernelRepoAlias string
243 KernelBranch string
244 KernelCommit string
245 KernelCommitTitle string
246 KernelCommitDate time.Time
247 KernelConfig []byte
248 KernelConfigLink string
249 Log []byte
250 LogLink string
251 Report []byte
252 ReportLink string
253 ReproC []byte
254 ReproCLink string
255 ReproSyz []byte
256 ReproSyzLink string
257 CrashID int64 // returned back in BugUpdate
258 NumCrashes int64
259 HappenedOn []string // list of kernel repo aliases
261 CrashTitle string // job execution crash title
262 Error []byte // job execution error
263 ErrorLink string
264 Patch []byte // testing job patch
265 PatchLink string