sipcapture / heplify

Portable and Lightweight HEP Capture Agent for HOMER
https://sipcapture.org
GNU Affero General Public License v3.0
179 stars 64 forks source link

Building from source: testsuite fails #286

Closed rnalrd closed 2 weeks ago

rnalrd commented 2 months ago

Hi,

running the tests in Alpine Edge with go version go1.22.2 linux/amd64 and heplify 1.66.2, fails

$ make test
go vet github.com/sipcapture/heplify github.com/sipcapture/heplify/config github.com/sipcapture/heplify/decoder github.com/sipcapture/heplify/decoder/luar github.com/sipcapture/heplify/dump github.com/sipcapture/heplify/ip4defrag github.com/sipcapture/heplify/ip6defrag github.com/sipcapture/heplify/ownlayers github.com/sipcapture/heplify/promstats github.com/sipcapture/heplify/protos github.com/sipcapture/heplify/publish github.com/sipcapture/heplify/sniffer
# github.com/sipcapture/heplify/sniffer
sniffer/sniffer.go:366:15: github.com/negbie/logp.Err call has arguments but no formatting directives
sniffer/sniffer.go:702:12: github.com/negbie/logp.Err call has arguments but no formatting directives
sniffer/sniffer.go:716:14: github.com/negbie/logp.Err call has arguments but no formatting directives
sniffer/sniffer.go:764:16: github.com/negbie/logp.Err call has arguments but no formatting directives
make: *** [Makefile:13: test] Error 1
adubovikov commented 2 weeks ago

fixed in 1.66.5