Skip to content

Go: Implement Custom Command with route(Generic Cluster cmd), Ping with Route #3470

Go: Implement Custom Command with route(Generic Cluster cmd), Ping with Route

Go: Implement Custom Command with route(Generic Cluster cmd), Ping with Route #3470

Triggered via pull request January 24, 2025 17:23
Status Failure
Total duration 7m 23s
Artifacts

go.yml

on: pull_request
Matrix: test-go
Matrix: test-go-container
Fit to window
Zoom out
Zoom in

Annotations

45 errors and 10 warnings
test-go (1.22.0, valkey, 8.0, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu...
cannot use (*GlideClient)(nil) (value of type *GlideClient) as GlideClientCommands value in variable declaration: *GlideClient does not implement GlideClientCommands (missing method Ping)
test-go (1.22.0, valkey, 8.0, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu...
cannot use &GlideClient{…} (value of type *GlideClient) as GlideClientCommands value in return statement: *GlideClient does not implement GlideClientCommands (missing method Ping)
test-go (1.22.0, valkey, 8.0, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu...
cannot use (*GlideClusterClient)(nil) (value of type *GlideClusterClient) as GlideClusterClientCommands value in variable declaration: *GlideClusterClient does not implement GlideClusterClientCommands (missing method CustomCommandWithRoute)
test-go (1.22.0, valkey, 8.0, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu...
cannot use &GlideClusterClient{…} (value of type *GlideClusterClient) as GlideClusterClientCommands value in return statement: *GlideClusterClient does not implement GlideClusterClientCommands (missing method CustomCommandWithRoute)
test-go (1.20.0, redis, 6.2, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu,...
cannot use (*GlideClient)(nil) (value of type *GlideClient) as GlideClientCommands value in variable declaration: *GlideClient does not implement GlideClientCommands (missing method Ping)
test-go (1.20.0, redis, 6.2, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu,...
cannot use &GlideClient{…} (value of type *GlideClient) as GlideClientCommands value in return statement: *GlideClient does not implement GlideClientCommands (missing method Ping)
test-go (1.20.0, redis, 6.2, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu,...
cannot use (*GlideClusterClient)(nil) (value of type *GlideClusterClient) as GlideClusterClientCommands value in variable declaration: *GlideClusterClient does not implement GlideClusterClientCommands (missing method CustomCommandWithRoute)
test-go (1.20.0, redis, 6.2, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu,...
cannot use &GlideClusterClient{…} (value of type *GlideClusterClient) as GlideClusterClientCommands value in return statement: *GlideClusterClient does not implement GlideClusterClientCommands (missing method CustomCommandWithRoute)
test-go (1.22.0, redis, 6.2, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu,...
cannot use (*GlideClient)(nil) (value of type *GlideClient) as GlideClientCommands value in variable declaration: *GlideClient does not implement GlideClientCommands (missing method Ping)
test-go (1.22.0, redis, 6.2, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu,...
cannot use &GlideClient{…} (value of type *GlideClient) as GlideClientCommands value in return statement: *GlideClient does not implement GlideClientCommands (missing method Ping)
test-go (1.22.0, redis, 6.2, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu,...
cannot use (*GlideClusterClient)(nil) (value of type *GlideClusterClient) as GlideClusterClientCommands value in variable declaration: *GlideClusterClient does not implement GlideClusterClientCommands (missing method CustomCommandWithRoute)
test-go (1.22.0, redis, 6.2, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu,...
cannot use &GlideClusterClient{…} (value of type *GlideClusterClient) as GlideClusterClientCommands value in return statement: *GlideClusterClient does not implement GlideClusterClientCommands (missing method CustomCommandWithRoute)
test-go (1.20.0, valkey, 8.0, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu...
cannot use (*GlideClient)(nil) (value of type *GlideClient) as GlideClientCommands value in variable declaration: *GlideClient does not implement GlideClientCommands (missing method Ping)
test-go (1.20.0, valkey, 8.0, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu...
cannot use &GlideClient{…} (value of type *GlideClient) as GlideClientCommands value in return statement: *GlideClient does not implement GlideClientCommands (missing method Ping)
test-go (1.20.0, valkey, 8.0, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu...
cannot use (*GlideClusterClient)(nil) (value of type *GlideClusterClient) as GlideClusterClientCommands value in variable declaration: *GlideClusterClient does not implement GlideClusterClientCommands (missing method CustomCommandWithRoute)
test-go (1.20.0, valkey, 8.0, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu...
cannot use &GlideClusterClient{…} (value of type *GlideClusterClient) as GlideClusterClientCommands value in return statement: *GlideClusterClient does not implement GlideClusterClientCommands (missing method CustomCommandWithRoute)
lint
cannot use (*GlideClient)(nil) (value of type *GlideClient) as GlideClientCommands value in variable declaration: *GlideClient does not implement GlideClientCommands (missing method Ping)
lint
cannot use &GlideClient{…} (value of type *GlideClient) as GlideClientCommands value in return statement: *GlideClient does not implement GlideClientCommands (missing method Ping)
lint
undefined: glideClient
lint
undefined: glideClient
lint
cannot use (*GlideClusterClient)(nil) (value of type *GlideClusterClient) as GlideClusterClientCommands value in variable declaration: *GlideClusterClient does not implement GlideClusterClientCommands (missing method CustomCommandWithRoute)
lint
cannot use &GlideClusterClient{…} (value of type *GlideClusterClient) as GlideClusterClientCommands value in return statement: *GlideClusterClient does not implement GlideClusterClientCommands (missing method CustomCommandWithRoute)
lint
undefined: glideClusterClient
lint
undefined: glideClusterClient
lint
Process completed with exit code 2.
get-matrices
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-go (1.22.0, valkey, 8.0, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu...
No files were found with the provided path: utils/clusters/** benchmarks/results/** go/reports/**. No artifacts will be uploaded.
test-go (1.20.0, redis, 6.2, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu,...
No files were found with the provided path: utils/clusters/** benchmarks/results/** go/reports/**. No artifacts will be uploaded.
test-go (1.22.0, redis, 6.2, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu,...
No files were found with the provided path: utils/clusters/** benchmarks/results/** go/reports/**. No artifacts will be uploaded.
test-go (1.20.0, valkey, 8.0, always, ubuntu, linux, ubuntu-latest, x64, x86_64-unknown-linux-gnu...
No files were found with the provided path: utils/clusters/** benchmarks/results/** go/reports/**. No artifacts will be uploaded.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636