Skip to content

refactor: switch from passive libpcap to active NFQUEUE + XDP inline … #110

refactor: switch from passive libpcap to active NFQUEUE + XDP inline …

refactor: switch from passive libpcap to active NFQUEUE + XDP inline … #110

Triggered via push January 4, 2026 16:33
Status Failure
Total duration 1m 34s
Artifacts

pipeline.yml

on: push
Lint
1m 30s
Lint
Unit Tests
57s
Unit Tests
Integration Tests
43s
Integration Tests
XDP Integration Tests
56s
XDP Integration Tests
Prepare Version
0s
Prepare Version
PR Summary
0s
PR Summary
Matrix: build-binaries
Build Nix Package
0s
Build Nix Package
Create Release
0s
Create Release
Publish Artifacts
Publish Artifacts
Publish Docker Image
Publish Docker Image
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Lint
Process completed with exit code 1.
Lint: internal/blocker/blocker.go#L116
`cancelled` is a misspelling of `canceled` (misspell)
Lint: internal/blocker/blocker.go#L86
G115: integer overflow conversion int -> uint16 (gosec)
Lint: internal/blocker/blocker.go#L124
cyclomatic complexity 18 of func `(*Blocker).processNFQPacket` is high (> 15) (gocyclo)
Lint: internal/blocker/logger_test.go#L174
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)