Skip to content

return whether position result is from cache #1426

return whether position result is from cache

return whether position result is from cache #1426

Triggered via push December 18, 2023 12:30
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

74 errors and 6 warnings
Lint: broker.go#L1
: # github.com/centrifugal/centrifuge [github.com/centrifugal/centrifuge.test]
Lint: client_test.go#L451
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Lint: client_test.go#L486
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Lint: client_test.go#L521
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Lint: client_test.go#L555
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Lint: client_test.go#L619
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Lint: client_test.go#L654
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Lint: client_test.go#L1643
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Lint: client_test.go#L2061
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Lint: node_test.go#L162
cannot use NewTestBroker() (value of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 6: client_test.go#L451
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 6: client_test.go#L486
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 6: client_test.go#L521
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 6: client_test.go#L555
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 6: client_test.go#L619
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 6: client_test.go#L654
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 6: client_test.go#L1643
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 6: client_test.go#L2061
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 6: node_test.go#L162
cannot use NewTestBroker() (value of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 6: node_test.go#L334
cannot use broker (variable of type *TestBroker) as Broker value in argument to node.SetBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 5: client_test.go#L451
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 5: client_test.go#L486
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 5: client_test.go#L521
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 5: client_test.go#L555
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 5: client_test.go#L619
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 5: client_test.go#L654
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 5: client_test.go#L1643
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 5: client_test.go#L2061
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 5: node_test.go#L162
cannot use NewTestBroker() (value of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 5: node_test.go#L334
cannot use broker (variable of type *TestBroker) as Broker value in argument to node.SetBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 5
The job was canceled because "_1_20_6" failed.
Test with Go 1.21 Redis 5: client_test.go#L451
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 5: client_test.go#L486
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 5: client_test.go#L521
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 5: client_test.go#L555
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 5: client_test.go#L619
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 5: client_test.go#L654
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 5: client_test.go#L1643
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 5: client_test.go#L2061
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 5: node_test.go#L162
cannot use NewTestBroker() (value of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 5: node_test.go#L334
cannot use broker (variable of type *TestBroker) as Broker value in argument to node.SetBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 6
The job was canceled because "_1_20_6" failed.
Test with Go 1.21 Redis 6: client_test.go#L451
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 6: client_test.go#L486
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 6: client_test.go#L521
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 6: client_test.go#L555
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 6: client_test.go#L619
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 6: client_test.go#L654
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 6: client_test.go#L1643
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 6: client_test.go#L2061
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 6: node_test.go#L162
cannot use NewTestBroker() (value of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 6: node_test.go#L334
cannot use broker (variable of type *TestBroker) as Broker value in argument to node.SetBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 7
The job was canceled because "_1_20_6" failed.
Test with Go 1.20 Redis 7: client_test.go#L451
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 7: client_test.go#L486
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 7: client_test.go#L521
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 7: client_test.go#L555
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 7: client_test.go#L619
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 7: client_test.go#L654
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 7: client_test.go#L1643
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 7: client_test.go#L2061
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 7: node_test.go#L162
cannot use NewTestBroker() (value of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 7: node_test.go#L334
cannot use broker (variable of type *TestBroker) as Broker value in argument to node.SetBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 7
The job was canceled because "_1_20_6" failed.
Test with Go 1.21 Redis 7: client_test.go#L451
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 7: client_test.go#L486
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 7: client_test.go#L521
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 7: client_test.go#L555
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 7: client_test.go#L619
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 7: client_test.go#L654
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 7: client_test.go#L1643
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 7: client_test.go#L2061
cannot use broker (variable of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 7: node_test.go#L162
cannot use NewTestBroker() (value of type *TestBroker) as Broker value in argument to nodeWithBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.21 Redis 7: node_test.go#L334
cannot use broker (variable of type *TestBroker) as Broker value in argument to node.SetBroker: *TestBroker does not implement Broker (wrong type for method Publish)
Test with Go 1.20 Redis 6
Restore cache failed: Dependencies file is not found in /home/runner/work/centrifuge/centrifuge. Supported file pattern: go.sum
Test with Go 1.20 Redis 5
Restore cache failed: Dependencies file is not found in /home/runner/work/centrifuge/centrifuge. Supported file pattern: go.sum
Test with Go 1.21 Redis 5
Restore cache failed: Dependencies file is not found in /home/runner/work/centrifuge/centrifuge. Supported file pattern: go.sum
Test with Go 1.21 Redis 6
Restore cache failed: Dependencies file is not found in /home/runner/work/centrifuge/centrifuge. Supported file pattern: go.sum
Test with Go 1.20 Redis 7
Restore cache failed: Dependencies file is not found in /home/runner/work/centrifuge/centrifuge. Supported file pattern: go.sum
Test with Go 1.21 Redis 7
Restore cache failed: Dependencies file is not found in /home/runner/work/centrifuge/centrifuge. Supported file pattern: go.sum