Skip to content

[WIP]create deployments commands #1838

[WIP]create deployments commands

[WIP]create deployments commands #1838

Triggered via pull request November 2, 2023 12:24
Status Failure
Total duration 16m 12s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Lint: cmd/plural/api_test.go#L1
: # github.com/pluralsh/plural/cmd/plural_test [github.com/pluralsh/plural/cmd/plural.test]
Lint: cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
Lint: cmd/plural/cd_test.go#L91
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
Lint: cmd/plural/cd_test.go#L131
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
Lint: cmd/plural/cd_test.go#L171
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
Lint: cmd/plural/crypto_test.go#L239
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
Lint: cmd/plural/logs_test.go#L37
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
Lint: cmd/plural/ops_test.go#L58
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
Lint: cmd/plural/ops_test.go#L119
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
Lint: cmd/plural/proxy_test.go#L54
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
Build cloud image
buildx failed with: ERROR: failed to solve: Canceled: context canceled
Unit test: cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
Unit test: cmd/plural/cd_test.go#L91
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
Unit test: cmd/plural/cd_test.go#L131
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
Unit test: cmd/plural/cd_test.go#L171
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
Unit test: cmd/plural/crypto_test.go#L239
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
Unit test: cmd/plural/logs_test.go#L37
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
Unit test: cmd/plural/ops_test.go#L58
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
Unit test: cmd/plural/ops_test.go#L119
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
Unit test: cmd/plural/proxy_test.go#L54
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
Unit test: cmd/plural/vpn_test.go#L63
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)