Skip to content

replace msgpack library #242

replace msgpack library

replace msgpack library #242

GitHub Actions / golangci failed May 24, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

input/encoder.go|20 col 8| could not import C (cgo preprocessing failed) (typecheck)
output/decoder.go|20 col 8| could not import C (cgo preprocessing failed) (typecheck)

Filtered Findings (20)

input/input.go|30 col 11| could not import github.com/calyptia/cmetrics-go (-: # github.com/calyptia/cmetrics-go
../../../go/pkg/mod/github.com/calyptia/[email protected]/cmetrics.go|9 col 10| fatal error: cmetrics/cmetrics.h: No such file or directory
input/input.go|60 col 4| p._type undefined (type *FLBPluginProxyDef has no field or method _type) (typecheck)
input/input.go|61 col 4| p.proxy undefined (type *FLBPluginProxyDef has no field or method proxy) (typecheck)
input/input.go|62 col 4| p.flags undefined (type *FLBPluginProxyDef has no field or method flags) (typecheck)
input/input.go|63 col 4| p.name undefined (type *FLBPluginProxyDef has no field or method name) (typecheck)
input/input.go|64 col 4| p.description undefined (type *FLBPluginProxyDef has no field or method description) (typecheck)
input/input.go|71 col 26| p.name undefined (type *FLBPluginProxyDef has no field or method name) (typecheck)
input/input.go|72 col 26| p.description undefined (type *FLBPluginProxyDef has no field or method description) (typecheck)
metric/cmetric/builder.go|6 col 11| could not import github.com/calyptia/cmetrics-go (-: # github.com/calyptia/cmetrics-go
../../../go/pkg/mod/github.com/calyptia/[email protected]/cmetrics.go|9 col 10| fatal error: cmetrics/cmetrics.h: No such file or directory
cshared.go|6 col 8| could not import C (cgo preprocessing failed) (typecheck)
cshared.go|25 col 11| could not import github.com/calyptia/cmetrics-go (-: # github.com/calyptia/cmetrics-go
../../../go/pkg/mod/github.com/calyptia/[email protected]/cmetrics.go|9 col 10| fatal error: cmetrics/cmetrics.h: No such file or directory
output/output.go|61 col 4| p._type undefined (type *FLBPluginProxyDef has no field or method _type) (typecheck)
output/output.go|62 col 4| p.proxy undefined (type *FLBPluginProxyDef has no field or method proxy) (typecheck)
output/output.go|63 col 4| p.flags undefined (type *FLBPluginProxyDef has no field or method flags) (typecheck)
output/output.go|64 col 4| p.name undefined (type *FLBPluginProxyDef has no field or method name) (typecheck)
output/output.go|65 col 4| p.description undefined (type *FLBPluginProxyDef has no field or method description) (typecheck)
output/output.go|96 col 4| p.context undefined (type *FLBOutPlugin has no field or method context) (typecheck)

Annotations

Check failure on line 20 in input/encoder.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] input/encoder.go#L20

could not import C (cgo preprocessing failed) (typecheck)
Raw output
input/encoder.go:20:8: could not import C (cgo preprocessing failed) (typecheck)
import "C"
       ^

Check failure on line 20 in output/decoder.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] output/decoder.go#L20

could not import C (cgo preprocessing failed) (typecheck)
Raw output
output/decoder.go:20:8: could not import C (cgo preprocessing failed) (typecheck)
import "C"
       ^