Skip to content

controllers: Add logic to Create cephfs encrypted storageclass #3677

controllers: Add logic to Create cephfs encrypted storageclass

controllers: Add logic to Create cephfs encrypted storageclass #3677

Triggered via pull request May 14, 2024 13:48
Status Failure
Total duration 1m 48s
Artifacts

ocs-operator-ci.yaml

on: pull_request
shellcheck
12s
shellcheck
verify code spellings
17s
verify code spellings
commitlint
16s
commitlint
Matrix: go test
Matrix: golangci-lint
Matrix: verify generated changes
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 6 warnings
golangci-lint (1.21): main.go#L43
could not import github.com/red-hat-storage/ocs-operator/v4/controllers/storagecluster (-: # github.com/red-hat-storage/ocs-operator/v4/controllers/storagecluster
golangci-lint (1.21): controllers/storagecluster/storageclasses.go#L503
initData.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)) (typecheck)
golangci-lint (1.21): pkg/deploy-manager/storagecluster.go#L479
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
golangci-lint (1.21): pkg/deploy-manager/storagecluster.go#L480
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
golangci-lint (1.21): pkg/deploy-manager/storagecluster.go#L515
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
golangci-lint (1.21): pkg/deploy-manager/storagecluster.go#L516
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs) (typecheck)
golangci-lint (1.21): functests/config.go#L7
could not import github.com/red-hat-storage/ocs-operator/v4/pkg/deploy-manager (-: # github.com/red-hat-storage/ocs-operator/v4/pkg/deploy-manager
golangci-lint (1.21): pkg/deploy-manager/storagecluster.go#L479
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
golangci-lint (1.21): pkg/deploy-manager/storagecluster.go#L480
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
golangci-lint (1.21): pkg/deploy-manager/storagecluster.go#L515
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
go test (1.21): controllers/storagecluster/storageclasses.go#L503
initData.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
go test (1.21): pkg/deploy-manager/storagecluster.go#L479
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
go test (1.21): pkg/deploy-manager/storagecluster.go#L480
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
go test (1.21): pkg/deploy-manager/storagecluster.go#L515
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
go test (1.21): pkg/deploy-manager/storagecluster.go#L516
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
go test (1.21)
Process completed with exit code 2.
verify generated changes (1.21)
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
verify generated changes (1.21)
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
verify generated changes (1.21)
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
verify generated changes (1.21)
sc.Spec.Encryption.CephFs undefined (type "github.com/red-hat-storage/ocs-operator/api/v4/v1".EncryptionSpec has no field or method CephFs)
verify generated changes (1.21)
Process completed with exit code 2.
shellcheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
commitlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
golangci-lint (1.21)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
verify code spellings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
go test (1.21)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
verify generated changes (1.21)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.