You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you for your work maintaining this project <3
We run tools from this repo via golangci-lint in Kubernetes and since go1.23rc1 was recently announced, we kicked off testing with it: kubernetes/kubernetes#125658
Panic 1 has already been fixed on master. Panics 2-5 seem like golangci-lint specific panics caused by it insisting to run analyzes that depend on buildir even though buildir has failed. Panic 6 has already been fixed on master.
Hi! Thank you for your work maintaining this project <3
We run tools from this repo via
golangci-lint
in Kubernetes and since go1.23rc1 was recently announced, we kicked off testing with it: kubernetes/kubernetes#125658As part of that, one of our jobs failed reporting panics that seem to be coming from here. Complete job logs: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/125658/pull-kubernetes-verify-lint/1805126626996916224
This is running
v0.4.6
(ref). However, please note that I am able to reproduce these failures withv0.4.7
as well.Here's a pretty-printed run-down of all the pancis that I see:
Panic 1
Seems to be coming from:
go-tools/go/ir/builder.go
Line 2214 in f57fec2
Panic 2
Seems to be coming from accessing the map here:
go-tools/analysis/facts/typedness/typedness.go
Line 59 in f57fec2
Panic 3
Seems to be coming from accessing this map here:
go-tools/staticcheck/lint.go
Line 4285 in f57fec2
Panic 4
Seems to be coming from accessing this map here:
go-tools/analysis/facts/nilness/nilness.go
Line 65 in f57fec2
Panic 5
Seems to be coming from accessing the map here:
go-tools/analysis/facts/purity/purity.go
Line 109 in f57fec2
Panic 6
Seems to be coming from:
go-tools/analysis/facts/nilness/nilness.go
Line 239 in f57fec2
Please lmk if I can provide more information, thanks!
The text was updated successfully, but these errors were encountered: