Skip to content

Query-frontend: added error box with warnings #13120

Query-frontend: added error box with warnings

Query-frontend: added error box with warnings #13120

Triggered via pull request January 9, 2024 08:25
Status Failure
Total duration 8m 3s
Artifacts

go.yaml

on: pull_request
Go build for different platforms
7m 51s
Go build for different platforms
Linters (Static Analysis) for Go
56s
Linters (Static Analysis) for Go
Matrix: Thanos end-to-end tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Linters (Static Analysis) for Go: internal/cortex/querier/queryrange/results_cache.go#L337
cannot use expr (variable of type parser.Expr) as parser.Node value in argument to parser.Inspect: parser.Expr does not implement parser.Node (missing method PositionRange)
Linters (Static Analysis) for Go: internal/cortex/querier/queryrange/results_cache.go#L377
cannot use expr (variable of type parser.Expr) as parser.Node value in argument to parser.Inspect: parser.Expr does not implement parser.Node (missing method PositionRange)
Linters (Static Analysis) for Go: internal/cortex/querier/queryrange/split_by_interval.go#L104
cannot use expr (variable of type parser.Expr) as parser.Node value in argument to parser.Inspect: parser.Expr does not implement parser.Node (missing method PositionRange)
Linters (Static Analysis) for Go: internal/cortex/querier/queryrange/split_by_interval.go#L116
expr.String undefined (type parser.Expr has no field or method String)
Linters (Static Analysis) for Go: pkg/tenancy/tenancy.go#L156
cannot use expr (variable of type parser.Expr) as parser.Node value in argument to e.EnforceNode: parser.Expr does not implement parser.Node (missing method PositionRange)
Linters (Static Analysis) for Go: pkg/tenancy/tenancy.go#L160
expr.String undefined (type parser.Expr has no field or method String)
Linters (Static Analysis) for Go: pkg/rules/manager.go#L65
rule.Query().String undefined (type parser.Expr has no field or method String)
Linters (Static Analysis) for Go: pkg/rules/manager.go#L81
rule.Query().String undefined (type parser.Expr has no field or method String)
Linters (Static Analysis) for Go: pkg/querysharding/analyzer.go#L101
cannot use expr (variable of type parser.Expr) as parser.Node value in argument to parser.Inspect: parser.Expr does not implement parser.Node (missing method PositionRange)
Linters (Static Analysis) for Go: internal/cortex/querier/queryrange/results_cache.go#L337
cannot use expr (variable of type parser.Expr) as parser.Node value in argument to parser.Inspect: parser.Expr does not implement parser.Node (missing method PositionRange)
Thanos end-to-end tests (8, 4)
Process completed with exit code 2.