Skip to content

remove log

remove log #326

Triggered via push April 18, 2024 12:54
Status Failure
Total duration 43s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: cmd/metalcloud-cli/main_test.go#L169
cannot use client (variable of type *mock_metalcloud.MockMetalCloudClient) as metalcloud.MetalCloudClient value in map literal: *mock_metalcloud.MockMetalCloudClient does not implement metalcloud.MetalCloudClient (missing method DatacenterDelete)
test: cmd/metalcloud-cli/main_test.go#L170
cannot use client (variable of type *mock_metalcloud.MockMetalCloudClient) as metalcloud.MetalCloudClient value in map literal: *mock_metalcloud.MockMetalCloudClient does not implement metalcloud.MetalCloudClient (missing method DatacenterDelete)
test: cmd/metalcloud-cli/main_test.go#L205
cannot use devClient (variable of type *mock_metalcloud.MockMetalCloudClient) as metalcloud.MetalCloudClient value in assignment: *mock_metalcloud.MockMetalCloudClient does not implement metalcloud.MetalCloudClient (missing method DatacenterDelete)
test: cmd/metalcloud-cli/main_test.go#L300
cannot use client (variable of type *mock_metalcloud.MockMetalCloudClient) as metalcloud.MetalCloudClient value in map literal: *mock_metalcloud.MockMetalCloudClient does not implement metalcloud.MetalCloudClient (missing method DatacenterDelete)
test: cmd/metalcloud-cli/main_test.go#L363
cannot use client (variable of type *mock_metalcloud.MockMetalCloudClient) as metalcloud.MetalCloudClient value in map literal: *mock_metalcloud.MockMetalCloudClient does not implement metalcloud.MetalCloudClient (missing method DatacenterDelete)
test: pkg/apply/cmd_apply_test.go#L208
cannot use client (variable of type *mock_metalcloud.MockMetalCloudClient) as metalcloud.MetalCloudClient value in argument to command.TestCreateCommand: *mock_metalcloud.MockMetalCloudClient does not implement metalcloud.MetalCloudClient (missing method DatacenterDelete)
test: pkg/apply/cmd_apply_test.go#L330
cannot use client (variable of type *mock_metalcloud.MockMetalCloudClient) as metalcloud.MetalCloudClient value in argument to command.TestCreateCommand: *mock_metalcloud.MockMetalCloudClient does not implement metalcloud.MetalCloudClient (missing method DatacenterDelete)
test: pkg/apply/cmd_apply_test.go#L353
too many arguments in call to readObjectsFromCommand
test: pkg/datacenter/cmd_datacenter_test.go#L48
cannot use client (variable of type *mock_metalcloud.MockMetalCloudClient) as metalcloud.MetalCloudClient value in argument to command.TestListCommand: *mock_metalcloud.MockMetalCloudClient does not implement metalcloud.MetalCloudClient (missing method DatacenterDelete)
test: pkg/datacenter/cmd_datacenter_test.go#L130
cannot use client (variable of type *mock_metalcloud.MockMetalCloudClient) as metalcloud.MetalCloudClient value in argument to command.TestCreateCommand: *mock_metalcloud.MockMetalCloudClient does not implement metalcloud.MetalCloudClient (missing method DatacenterDelete)
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/