Skip to content

Begin converting TenantIndex, BlockMeta, CompactedBlockMeta to proto #8847

Begin converting TenantIndex, BlockMeta, CompactedBlockMeta to proto

Begin converting TenantIndex, BlockMeta, CompactedBlockMeta to proto #8847

Triggered via pull request August 27, 2024 21:37
Status Failure
Total duration 3m 2s
Artifacts

ci.yml

on: pull_request
Matrix: Run integration tests
Matrix: Run Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

106 errors
Build: tempodb/backend/cache/cache.go#L205
invalid operation: cacheInfo.Meta.CompactionLevel > r.cfgBloom.CacheMinCompactionLevel (mismatched types uint32 and uint8)
Build: tempodb/blocklist/poller.go#L252
cannot use i (variable of type *"github.com/grafana/tempo/tempodb/backend/v1".TenantIndex) as *backend.TenantIndex value in argument to p.tenantIndexPollError
Build: tempodb/blocklist/poller.go#L255
cannot use i.CreatedAt (variable of type int64) as time.Time value in argument to time.Since
Build: tempodb/blocklist/poller.go#L260
cannot use i.Meta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as []*backend.BlockMeta value in return statement
Build: tempodb/blocklist/poller.go#L260
cannot use i.CompactedMeta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as []*backend.CompactedBlockMeta value in return statement
Build: tempodb/blocklist/poller.go#L288
cannot use blocklist (variable of type []*backend.BlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to p.writer.WriteTenantIndex
Build: tempodb/blocklist/poller.go#L288
cannot use compactedBlocklist (variable of type []*backend.CompactedBlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta value in argument to p.writer.WriteTenantIndex
Build: tempodb/blocklist/poller.go#L471
cannot use p.reader.BlockMeta(derivedCtx, blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as *backend.BlockMeta value in assignment
Build: tempodb/blocklist/poller.go#L476
cannot use p.compactor.CompactedBlockMeta(blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as *backend.CompactedBlockMeta value in assignment
Build: tempodb/encoding/v2/backend_block.go#L57
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run Unit Tests (test-with-cover-tempodb-wal): tempodb/encoding/v2/backend_block.go#L57
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run Unit Tests (test-with-cover-tempodb-wal): tempodb/encoding/v2/block.go#L26
cannot use meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run Unit Tests (test-with-cover-tempodb-wal): tempodb/encoding/v2/block.go#L39
cannot use meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to w.WriteBlockMeta
Run Unit Tests (test-with-cover-tempodb-wal): tempodb/encoding/v2/block.go#L71
cannot use srcMeta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in assignment
Run Unit Tests (test-with-cover-tempodb-wal): tempodb/encoding/v2/block.go#L77
cannot use destMeta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in assignment
Run Unit Tests (test-with-cover-tempodb-wal): tempodb/encoding/v2/block.go#L102
cannot use destMeta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to dest.WriteBlockMeta
Run Unit Tests (test-with-cover-tempodb-wal): tempodb/encoding/vparquet2/block_findtracebyid.go#L48
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run Unit Tests (test-with-cover-tempodb-wal): tempodb/encoding/vparquet2/block_findtracebyid.go#L78
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run Unit Tests (test-with-cover-tempodb-wal): tempodb/encoding/vparquet2/copy.go#L27
cannot use fromMeta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in assignment
Run Unit Tests (test-with-cover-tempodb-wal): tempodb/encoding/vparquet2/copy.go#L33
cannot use toMeta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in assignment
Run Unit Tests (test-with-cover-others)
The job was canceled because "test-with-cover-tempodb-w" failed.
Run Unit Tests (test-with-cover-others)
invalid operation: cacheInfo.Meta.CompactionLevel > r.cfgBloom.CacheMinCompactionLevel (mismatched types uint32 and uint8)
Run Unit Tests (test-with-cover-others)
cannot use i (variable of type *"github.com/grafana/tempo/tempodb/backend/v1".TenantIndex) as *backend.TenantIndex value in argument to p.tenantIndexPollError
Run Unit Tests (test-with-cover-others)
cannot use i.CreatedAt (variable of type int64) as time.Time value in argument to time.Since
Run Unit Tests (test-with-cover-others)
cannot use i.Meta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as []*backend.BlockMeta value in return statement
Run Unit Tests (test-with-cover-others)
cannot use i.CompactedMeta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as []*backend.CompactedBlockMeta value in return statement
Run Unit Tests (test-with-cover-others)
cannot use blocklist (variable of type []*backend.BlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to p.writer.WriteTenantIndex
Run Unit Tests (test-with-cover-others)
cannot use compactedBlocklist (variable of type []*backend.CompactedBlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta value in argument to p.writer.WriteTenantIndex
Run Unit Tests (test-with-cover-others)
cannot use p.reader.BlockMeta(derivedCtx, blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as *backend.BlockMeta value in assignment
Run Unit Tests (test-with-cover-others)
cannot use p.compactor.CompactedBlockMeta(blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as *backend.CompactedBlockMeta value in assignment
Run Unit Tests (test-with-cover-others)
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run Unit Tests (test-with-cover-tempodb)
The job was canceled because "test-with-cover-tempodb-w" failed.
Run Unit Tests (test-with-cover-tempodb): tempodb/blocklist/poller.go#L252
cannot use i (variable of type *"github.com/grafana/tempo/tempodb/backend/v1".TenantIndex) as *backend.TenantIndex value in argument to p.tenantIndexPollError
Run Unit Tests (test-with-cover-tempodb): tempodb/blocklist/poller.go#L255
cannot use i.CreatedAt (variable of type int64) as time.Time value in argument to time.Since
Run Unit Tests (test-with-cover-tempodb): tempodb/blocklist/poller.go#L260
cannot use i.Meta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as []*backend.BlockMeta value in return statement
Run Unit Tests (test-with-cover-tempodb): tempodb/blocklist/poller.go#L260
cannot use i.CompactedMeta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as []*backend.CompactedBlockMeta value in return statement
Run Unit Tests (test-with-cover-tempodb): tempodb/blocklist/poller.go#L288
cannot use blocklist (variable of type []*backend.BlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to p.writer.WriteTenantIndex
Run Unit Tests (test-with-cover-tempodb): tempodb/blocklist/poller.go#L288
cannot use compactedBlocklist (variable of type []*backend.CompactedBlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta value in argument to p.writer.WriteTenantIndex
Run Unit Tests (test-with-cover-tempodb): tempodb/blocklist/poller.go#L471
cannot use p.reader.BlockMeta(derivedCtx, blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as *backend.BlockMeta value in assignment
Run Unit Tests (test-with-cover-tempodb): tempodb/blocklist/poller.go#L476
cannot use p.compactor.CompactedBlockMeta(blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as *backend.CompactedBlockMeta value in assignment
Run Unit Tests (test-with-cover-tempodb): tempodb/encoding/v2/backend_block.go#L57
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run Unit Tests (test-with-cover-tempodb): tempodb/encoding/v2/block.go#L26
cannot use meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run Unit Tests (test-with-cover-pkg)
The job was canceled because "test-with-cover-tempodb-w" failed.
Run Unit Tests (test-with-cover-pkg): tempodb/backend/cache/cache.go#L205
invalid operation: cacheInfo.Meta.CompactionLevel > r.cfgBloom.CacheMinCompactionLevel (mismatched types uint32 and uint8)
Run Unit Tests (test-with-cover-pkg): tempodb/blocklist/poller.go#L252
cannot use i (variable of type *"github.com/grafana/tempo/tempodb/backend/v1".TenantIndex) as *backend.TenantIndex value in argument to p.tenantIndexPollError
Run Unit Tests (test-with-cover-pkg): tempodb/blocklist/poller.go#L255
cannot use i.CreatedAt (variable of type int64) as time.Time value in argument to time.Since
Run Unit Tests (test-with-cover-pkg): tempodb/blocklist/poller.go#L260
cannot use i.Meta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as []*backend.BlockMeta value in return statement
Run Unit Tests (test-with-cover-pkg): tempodb/blocklist/poller.go#L260
cannot use i.CompactedMeta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as []*backend.CompactedBlockMeta value in return statement
Run Unit Tests (test-with-cover-pkg): tempodb/blocklist/poller.go#L288
cannot use blocklist (variable of type []*backend.BlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to p.writer.WriteTenantIndex
Run Unit Tests (test-with-cover-pkg): tempodb/blocklist/poller.go#L288
cannot use compactedBlocklist (variable of type []*backend.CompactedBlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta value in argument to p.writer.WriteTenantIndex
Run Unit Tests (test-with-cover-pkg): tempodb/blocklist/poller.go#L471
cannot use p.reader.BlockMeta(derivedCtx, blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as *backend.BlockMeta value in assignment
Run Unit Tests (test-with-cover-pkg): tempodb/blocklist/poller.go#L476
cannot use p.compactor.CompactedBlockMeta(blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as *backend.CompactedBlockMeta value in assignment
Run Unit Tests (test-with-cover-pkg): tempodb/encoding/v2/backend_block.go#L57
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run integration tests (test-e2e): tempodb/backend/cache/cache.go#L205
invalid operation: cacheInfo.Meta.CompactionLevel > r.cfgBloom.CacheMinCompactionLevel (mismatched types uint32 and uint8)
Run integration tests (test-e2e): tempodb/blocklist/poller.go#L252
cannot use i (variable of type *"github.com/grafana/tempo/tempodb/backend/v1".TenantIndex) as *backend.TenantIndex value in argument to p.tenantIndexPollError
Run integration tests (test-e2e): tempodb/blocklist/poller.go#L255
cannot use i.CreatedAt (variable of type int64) as time.Time value in argument to time.Since
Run integration tests (test-e2e): tempodb/blocklist/poller.go#L260
cannot use i.Meta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as []*backend.BlockMeta value in return statement
Run integration tests (test-e2e): tempodb/blocklist/poller.go#L260
cannot use i.CompactedMeta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as []*backend.CompactedBlockMeta value in return statement
Run integration tests (test-e2e): tempodb/blocklist/poller.go#L288
cannot use blocklist (variable of type []*backend.BlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to p.writer.WriteTenantIndex
Run integration tests (test-e2e): tempodb/blocklist/poller.go#L288
cannot use compactedBlocklist (variable of type []*backend.CompactedBlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta value in argument to p.writer.WriteTenantIndex
Run integration tests (test-e2e): tempodb/blocklist/poller.go#L471
cannot use p.reader.BlockMeta(derivedCtx, blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as *backend.BlockMeta value in assignment
Run integration tests (test-e2e): tempodb/blocklist/poller.go#L476
cannot use p.compactor.CompactedBlockMeta(blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as *backend.CompactedBlockMeta value in assignment
Run integration tests (test-e2e): tempodb/encoding/v2/backend_block.go#L57
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Benchmark: tempodb/backend/cache/cache.go#L205
invalid operation: cacheInfo.Meta.CompactionLevel > r.cfgBloom.CacheMinCompactionLevel (mismatched types uint32 and uint8)
Benchmark: tempodb/blocklist/poller.go#L252
cannot use i (variable of type *"github.com/grafana/tempo/tempodb/backend/v1".TenantIndex) as *backend.TenantIndex value in argument to p.tenantIndexPollError
Benchmark: tempodb/blocklist/poller.go#L255
cannot use i.CreatedAt (variable of type int64) as time.Time value in argument to time.Since
Benchmark: tempodb/blocklist/poller.go#L260
cannot use i.Meta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as []*backend.BlockMeta value in return statement
Benchmark: tempodb/blocklist/poller.go#L260
cannot use i.CompactedMeta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as []*backend.CompactedBlockMeta value in return statement
Benchmark: tempodb/blocklist/poller.go#L288
cannot use blocklist (variable of type []*backend.BlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to p.writer.WriteTenantIndex
Benchmark: tempodb/blocklist/poller.go#L288
cannot use compactedBlocklist (variable of type []*backend.CompactedBlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta value in argument to p.writer.WriteTenantIndex
Benchmark: tempodb/blocklist/poller.go#L471
cannot use p.reader.BlockMeta(derivedCtx, blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as *backend.BlockMeta value in assignment
Benchmark: tempodb/blocklist/poller.go#L476
cannot use p.compactor.CompactedBlockMeta(blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as *backend.CompactedBlockMeta value in assignment
Benchmark: tempodb/encoding/v2/backend_block.go#L57
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run integration tests (test-e2e-deployments)
The job was canceled because "test-e2e" failed.
Run integration tests (test-e2e-deployments): tempodb/backend/cache/cache.go#L205
invalid operation: cacheInfo.Meta.CompactionLevel > r.cfgBloom.CacheMinCompactionLevel (mismatched types uint32 and uint8)
Run integration tests (test-e2e-deployments): tempodb/blocklist/poller.go#L252
cannot use i (variable of type *"github.com/grafana/tempo/tempodb/backend/v1".TenantIndex) as *backend.TenantIndex value in argument to p.tenantIndexPollError
Run integration tests (test-e2e-deployments): tempodb/blocklist/poller.go#L255
cannot use i.CreatedAt (variable of type int64) as time.Time value in argument to time.Since
Run integration tests (test-e2e-deployments): tempodb/blocklist/poller.go#L260
cannot use i.Meta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as []*backend.BlockMeta value in return statement
Run integration tests (test-e2e-deployments): tempodb/blocklist/poller.go#L260
cannot use i.CompactedMeta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as []*backend.CompactedBlockMeta value in return statement
Run integration tests (test-e2e-deployments): tempodb/blocklist/poller.go#L288
cannot use blocklist (variable of type []*backend.BlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to p.writer.WriteTenantIndex
Run integration tests (test-e2e-deployments): tempodb/blocklist/poller.go#L288
cannot use compactedBlocklist (variable of type []*backend.CompactedBlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta value in argument to p.writer.WriteTenantIndex
Run integration tests (test-e2e-deployments): tempodb/blocklist/poller.go#L471
cannot use p.reader.BlockMeta(derivedCtx, blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as *backend.BlockMeta value in assignment
Run integration tests (test-e2e-deployments): tempodb/blocklist/poller.go#L476
cannot use p.compactor.CompactedBlockMeta(blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as *backend.CompactedBlockMeta value in assignment
Run integration tests (test-e2e-deployments): tempodb/encoding/v2/backend_block.go#L57
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run integration tests (test-e2e-serverless)
The job was canceled because "test-e2e" failed.
Run integration tests (test-e2e-serverless): tempodb/backend/cache/cache.go#L205
invalid operation: cacheInfo.Meta.CompactionLevel > r.cfgBloom.CacheMinCompactionLevel (mismatched types uint32 and uint8)
Run integration tests (test-e2e-serverless): tempodb/blocklist/poller.go#L252
cannot use i (variable of type *"github.com/grafana/tempo/tempodb/backend/v1".TenantIndex) as *backend.TenantIndex value in argument to p.tenantIndexPollError
Run integration tests (test-e2e-serverless): tempodb/blocklist/poller.go#L255
cannot use i.CreatedAt (variable of type int64) as time.Time value in argument to time.Since
Run integration tests (test-e2e-serverless): tempodb/blocklist/poller.go#L260
cannot use i.Meta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as []*backend.BlockMeta value in return statement
Run integration tests (test-e2e-serverless): tempodb/blocklist/poller.go#L260
cannot use i.CompactedMeta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as []*backend.CompactedBlockMeta value in return statement
Run integration tests (test-e2e-serverless): tempodb/blocklist/poller.go#L288
cannot use blocklist (variable of type []*backend.BlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to p.writer.WriteTenantIndex
Run integration tests (test-e2e-serverless): tempodb/blocklist/poller.go#L288
cannot use compactedBlocklist (variable of type []*backend.CompactedBlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta value in argument to p.writer.WriteTenantIndex
Run integration tests (test-e2e-serverless): tempodb/blocklist/poller.go#L471
cannot use p.reader.BlockMeta(derivedCtx, blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as *backend.BlockMeta value in assignment
Run integration tests (test-e2e-serverless): tempodb/blocklist/poller.go#L476
cannot use p.compactor.CompactedBlockMeta(blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as *backend.CompactedBlockMeta value in assignment
Run integration tests (test-e2e-serverless): tempodb/encoding/v2/backend_block.go#L57
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal
Run integration tests (test-integration-poller)
The job was canceled because "test-e2e" failed.
Run integration tests (test-integration-poller): tempodb/backend/cache/cache.go#L205
invalid operation: cacheInfo.Meta.CompactionLevel > r.cfgBloom.CacheMinCompactionLevel (mismatched types uint32 and uint8)
Run integration tests (test-integration-poller): tempodb/blocklist/poller.go#L252
cannot use i (variable of type *"github.com/grafana/tempo/tempodb/backend/v1".TenantIndex) as *backend.TenantIndex value in argument to p.tenantIndexPollError
Run integration tests (test-integration-poller): tempodb/blocklist/poller.go#L255
cannot use i.CreatedAt (variable of type int64) as time.Time value in argument to time.Since
Run integration tests (test-integration-poller): tempodb/blocklist/poller.go#L260
cannot use i.Meta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as []*backend.BlockMeta value in return statement
Run integration tests (test-integration-poller): tempodb/blocklist/poller.go#L260
cannot use i.CompactedMeta (variable of type []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as []*backend.CompactedBlockMeta value in return statement
Run integration tests (test-integration-poller): tempodb/blocklist/poller.go#L288
cannot use blocklist (variable of type []*backend.BlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in argument to p.writer.WriteTenantIndex
Run integration tests (test-integration-poller): tempodb/blocklist/poller.go#L288
cannot use compactedBlocklist (variable of type []*backend.CompactedBlockMeta) as []*"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta value in argument to p.writer.WriteTenantIndex
Run integration tests (test-integration-poller): tempodb/blocklist/poller.go#L471
cannot use p.reader.BlockMeta(derivedCtx, blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta) as *backend.BlockMeta value in assignment
Run integration tests (test-integration-poller): tempodb/blocklist/poller.go#L476
cannot use p.compactor.CompactedBlockMeta(blockID, tenantID) (value of type *"github.com/grafana/tempo/tempodb/backend/v1".CompactedBlockMeta) as *backend.CompactedBlockMeta value in assignment
Run integration tests (test-integration-poller): tempodb/encoding/v2/backend_block.go#L57
cannot use b.meta (variable of type *backend.BlockMeta) as *"github.com/grafana/tempo/tempodb/backend/v1".BlockMeta value in struct literal