Skip to content

GossipSub v1.2: IDONTWANT control message and priority queue. #37

GossipSub v1.2: IDONTWANT control message and priority queue.

GossipSub v1.2: IDONTWANT control message and priority queue. #37

Re-run triggered August 13, 2024 15:18
Status Failure
Total duration 1m 16s
Artifacts

go-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
go-check / All: gossipsub_spam_test.go#L864
call to (*T).Fatal from a non-test goroutine
go-check / All: gossipsub_spam_test.go#L882
call to (*T).Fatal from a non-test goroutine
go-check / All: gossipsub_test.go#L2810
call to (*T).Fatal from a non-test goroutine
go-check / All: gossipsub_test.go#L3182
call to (*T).Fatal from a non-test goroutine
go-check / All
Process completed with exit code 1.
go-check / All: gossipsub_spam_test.go#L792
this result of append is never used, except maybe in other appends (SA4010)
go-check / All: gossipsub_spam_test.go#L840
the goroutine calls T.Fatal, which must be called in the same goroutine as the test (SA2002)
go-check / All
call to T.Fatal
go-check / All: gossipsub_test.go#L2634
this result of append is never used, except maybe in other appends (SA4010)
go-check / All: gossipsub_test.go#L2643
mrand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (SA1019)
go-check / All: gossipsub_test.go#L1
File is not gofmt-ed.
go-check / All
Process completed with exit code 1.