Skip to content

log: rmv atomic access on Console #1002

log: rmv atomic access on Console

log: rmv atomic access on Console #1002

Triggered via push January 22, 2025 16:04
Status Failure
Total duration 5m 22s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

23 errors, 12 warnings, and 1 notice
🧭 Lint: intra/log/logger.go#L418
func isNotNil is unused (U1000)
🧭 Lint: intra/log/logger.go#L425
func isNil is unused (U1000)
🧭 Lint
Process completed with exit code 1.
🧭 Lint
Cannot open: File exists
🧭 Lint
Cannot open: File exists
🧭 Lint
Cannot open: File exists
🧭 Lint
Cannot open: File exists
🧭 Lint
Cannot open: File exists
🧭 Lint
Cannot open: File exists
🧭 Lint
Cannot open: File exists
🧭 Lint
Cannot open: File exists
🧭 Lint
Cannot open: File exists
🧭 Lint
Cannot open: File exists
🧬 Build: intra/ipn/warp/proton.go#L1148
error: Potential nil panic detected. Observed nil flow from source to dereference point:
🧬 Build
literal `nil` assigned into field `config`
🧬 Build
field `config` accessed field `CertRefreshTime`
🧬 Build: intra/ipn/proxies.go#L956
error: Potential nil panic detected. Observed nil flow from source to dereference point:
🧬 Build
result 0 of `MakeAmzWgFrom()` lacking guarding; accessed field `ExpiresTimestamp` via the assignment(s):
🧬 Build: intra/ipn/proxies.go#L956
error: Potential nil panic detected. Observed nil flow from source to dereference point:
🧬 Build
result 0 of `MakeAmzWg()` lacking guarding; accessed field `ExpiresTimestamp` via the assignment(s):
🧬 Build: intra/ipn/warp/proton.go#L601
error: Potential nil panic detected. Observed nil flow from source to dereference point:
🧬 Build
result 0 of `MakeProtonWgFrom()` lacking guarding; used as receiver to call `Config()` via the assignment(s):
🧬 Build
read by method receiver `a` accessed field `config`
🧭 Lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
🧭 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)
🔐 Security checker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🧬 Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🧬 Build
success