Skip to content

Merge branch 'main' into metrics-uncompressed-bytes #3

Merge branch 'main' into metrics-uncompressed-bytes

Merge branch 'main' into metrics-uncompressed-bytes #3

Triggered via push April 23, 2024 08:39
Status Failure
Total duration 43s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 errors
run-tests: appender.go#L340
bulkIndexer.BytesUncompressedFlushed undefined (type *BulkIndexer has no field or method BytesUncompressedFlushed)
run-tests: bulk_indexer.go#L202
cannot use b.gzipw (variable of type *"github.com/klauspost/compress/gzip".Writer) as countWriter value in assignment
run-tests: bulk_indexer.go#L204
undefined: writer
run-tests: bulk_indexer.go#L206
cannot use &countWriter{…} (value of type *countWriter) as countWriter value in assignment
run-tests: bulk_indexer.go#L208
undefined: writer
run-tests: bulk_indexer.go#L257
cannot use b.writer (variable of type countWriter) as io.Writer value in argument to item.Body.WriteTo: countWriter does not implement io.Writer (method Write has pointer receiver)
run-tests
Process completed with exit code 1.
lint: appender.go#L340
bulkIndexer.BytesUncompressedFlushed undefined (type *BulkIndexer has no field or method BytesUncompressedFlushed)
lint: bulk_indexer.go#L202
cannot use b.gzipw (variable of type *"github.com/klauspost/compress/gzip".Writer) as countWriter value in assignment
lint: bulk_indexer.go#L204
undefined: writer
lint: bulk_indexer.go#L206
cannot use &countWriter{…} (value of type *countWriter) as countWriter value in assignment
lint: bulk_indexer.go#L208
undefined: writer
lint: bulk_indexer.go#L257
cannot use b.writer (variable of type countWriter) as io.Writer value in argument to item.Body.WriteTo: countWriter does not implement io.Writer (method Write has pointer receiver) (compile)
lint
Process completed with exit code 1.