This is a duplicate of https://github.com/prometheus/node_exporter/issues/2103 but I believe it belongs to this project instead.
I fixed this locally by commenting out the following lines in get.go.
//bs.Bcache.FiveMin.CacheReadaheads = par.readValue("cache_readaheads")
//bs.Bcache.Total.CacheReadaheads = par.readValue("cache_readaheads")
//bds.FiveMin.CacheReadaheads = par.readValue("cache_readaheads")
//bds.Total.CacheReadaheads = par.readValue("cache_readaheads")