Dear Go Team, Seems like recently CI is failing on multiple projects with this message:
still does not compile (but different error): github.com/mwitkow/go-conntrack. error "exit status 1" (before: "exit status 2") --- FAIL: TestListenerTestSuite (0.05s) --- FAIL: TestListenerTestSuite/TestMonitoringNormalConns (0.01s) listener_test.go:81: Error Trace: listener_test.go:81 Error: Not equal: expected: 1 actual : 2 Test: TestListenerTestSuite/TestMonitoringNormalConns Messages: the closed conn counter must be incremented after connection was closed listener_test.go:97: stopped http.Server at: 127.0.0.1:42471 FAIL FAIL github.com/mwitkow/go-conntrack 0.239s ? github.com/mwitkow/go-conntrack/connhelpers [no test files] For reference, you can observe it here: https://salsa.debian.org/go-team/packages/golang-github-puerkitobio-purell/-/jobs/154699 I think it can be fixed by repackaging "github.com/mwitkow/go-conntrack" and applying directly on upstream source the patch that is provided in debian/patches or maybe supply it to original author on github. What are your thoughts? Regards, Dawid
