Skip to content

tunnel: reset tun (fd & mtu) before calling observers #1022

tunnel: reset tun (fd & mtu) before calling observers

tunnel: reset tun (fd & mtu) before calling observers #1022

Triggered via push February 7, 2025 17:10
Status Failure
Total duration 5m 0s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 errors, 10 warnings, and 1 notice
🧭 Lint: intra/ipn/proxies.go#L84
var errMissingRev is unused (U1000)
🧭 Lint
Process completed with exit code 1.
🧭 Lint: intra/bootstrap.go#L215
Error return value of `prev.Stop` is not checked (errcheck)
🧭 Lint: intra/dialers/direct_split.go#L31
`strat` is a misspelling of `start` (misspell)
🧭 Lint: intra/dialers/retrier.go#L154
`strat` is a misspelling of `start` (misspell)
🧭 Lint: intra/dialers/retrier.go#L155
`Strat` is a misspelling of `Start` (misspell)
🧭 Lint: intra/dialers/retrier.go#L157
`Strat` is a misspelling of `Start` (misspell)
🧭 Lint: intra/dialers/retrier.go#L177
`strat` is a misspelling of `start` (misspell)
🧭 Lint: intra/dialers/retrier.go#L183
`strat` is a misspelling of `start` (misspell)
🧭 Lint: intra/dialers/retrier.go#L187
`strat` is a misspelling of `start` (misspell)
🧭 Lint: intra/dialers/retrier.go#L189
`strat` is a misspelling of `start` (misspell)
🧭 Lint: intra/dialers/retrier.go#L191
`strat` is a misspelling of `start` (misspell)
🧬 Build
dialers.utlsHello calls utls.UConn.ApplyPreset, which eventually calls nistec.P256Point.ScalarBaseMult
🧬 Build
doh.transport.buildTargetQuery calls odoh.ObliviousDoHConfigContents.EncryptQuery, which eventually calls nistec.P256Point.ScalarMult
🧬 Build
ipn.NewSEasyProxy calls x509.ParseCertificate, which eventually calls nistec.P256Point.SetBytes
🧬 Build
Process completed with exit code 3.
🧭 Lint: intra/backend/core_iptree.go#L7
package-comments: should have a package comment (revive)
🧭 Lint: intra/backend/core_iptree.go#L22
var-naming: type IpTree should be IPTree (revive)
🧭 Lint: intra/backend/core_iptree.go#L67
exported: exported const Vsep should have comment (or a comment on this block) or be unexported (revive)
🧭 Lint: intra/backend/core_iptree.go#L78
var-naming: func NewIpTree should be NewIPTree (revive)
🧭 Lint: intra/backend/core_iptree.go#L97
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
🧭 Lint: intra/backend/core_iptree.go#L147
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
🧭 Lint: intra/backend/core_iptree.go#L232
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
🧭 Lint: intra/backend/core_iptree.go#L280
unused-parameter: parameter 'v' seems to be unused, consider removing or renaming it as _ (revive)
🧭 Lint: intra/backend/core_iptree.go#L299
unused-parameter: parameter 'k' seems to be unused, consider removing or renaming it as _ (revive)
🧭 Lint: intra/backend/core_iptree.go#L340
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
🧬 Build
success