Skip to content

wip levelcache

wip levelcache #58

Triggered via pull request September 28, 2023 13:52
Status Failure
Total duration 4m 28s
Artifacts

go-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
go-check / All
c.levels[0].lru.EvictStats undefined (type *mlru.MLRU[mhStr, bool] has no field or method EvictStats)
go-check / All
Process completed with exit code 1.
go-check / All: ributil/levelcache/levelcache.go#L53
c.levels[0].lru.EvictStats undefined (type *mlru.MLRU[mhStr, bool] has no field or method EvictStats)
go-check / All: ributil/levelcache/levelcache.go#L62
missing return (compile)
go-check / All: ributil/logcache/logcache.go#L43
field indexLk is unused (U1000)
go-check / All: ributil/logcache/logcache.go#L119
this value of n is never used (SA4006)
go-check / All: ributil/logcache/logcache_test.go#L4
"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)
go-check / All: ributil/mlru/mlru_test.go#L292
this value of value is never used (SA4006)