Serve ObjectService.SearchV2
RPC
#7490
go.yml
on: pull_request
Coverage
1m 42s
Lint
/
Lint
21s
Matrix: Unit tests
Annotations
41 errors and 3 warnings
Lint / Lint:
pkg/services/object/server_test.go#L293
cannot use &noCallFSChain (value of type *noCallTestFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *noCallTestFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Lint / Lint:
pkg/services/object/server_test.go#L293
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Lint / Lint:
pkg/services/object/server_test.go#L457
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Lint / Lint:
pkg/services/object/server_test.go#L457
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Lint / Lint:
pkg/services/object/server_test.go#L469
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Lint / Lint:
pkg/services/object/server_test.go#L469
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Lint / Lint:
pkg/services/object/server_test.go#L490
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Lint / Lint:
pkg/services/object/server_test.go#L490
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Lint / Lint:
pkg/services/object/server_test.go#L506
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Lint / Lint:
pkg/services/object/server_test.go#L506
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Coverage:
pkg/services/object/server_test.go#L293
cannot use &noCallFSChain (value of type *noCallTestFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *noCallTestFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Coverage:
pkg/services/object/server_test.go#L293
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Coverage:
pkg/services/object/server_test.go#L457
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Coverage:
pkg/services/object/server_test.go#L457
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Coverage:
pkg/services/object/server_test.go#L469
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Coverage:
pkg/services/object/server_test.go#L469
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Coverage:
pkg/services/object/server_test.go#L490
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Coverage:
pkg/services/object/server_test.go#L490
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Coverage:
pkg/services/object/server_test.go#L506
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Coverage:
pkg/services/object/server_test.go#L506
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Unit tests (ubuntu-22.04, 1.22):
pkg/services/object/server_test.go#L293
cannot use &noCallFSChain (value of type *noCallTestFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *noCallTestFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Unit tests (ubuntu-22.04, 1.22):
pkg/services/object/server_test.go#L293
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Unit tests (ubuntu-22.04, 1.22):
pkg/services/object/server_test.go#L457
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Unit tests (ubuntu-22.04, 1.22):
pkg/services/object/server_test.go#L457
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Unit tests (ubuntu-22.04, 1.22):
pkg/services/object/server_test.go#L469
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Unit tests (ubuntu-22.04, 1.22):
pkg/services/object/server_test.go#L469
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Unit tests (ubuntu-22.04, 1.22):
pkg/services/object/server_test.go#L490
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Unit tests (ubuntu-22.04, 1.22):
pkg/services/object/server_test.go#L490
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Unit tests (ubuntu-22.04, 1.22):
pkg/services/object/server_test.go#L506
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Unit tests (ubuntu-22.04, 1.22):
pkg/services/object/server_test.go#L506
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Unit tests (macos-14, 1.23)
The job was canceled because "ubuntu-22_04_1_22" failed.
|
Unit tests (macos-14, 1.23):
pkg/services/object/server_test.go#L293
cannot use &noCallFSChain (value of type *noCallTestFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *noCallTestFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Unit tests (macos-14, 1.23):
pkg/services/object/server_test.go#L293
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Unit tests (macos-14, 1.23):
pkg/services/object/server_test.go#L457
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Unit tests (macos-14, 1.23):
pkg/services/object/server_test.go#L457
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Unit tests (macos-14, 1.23):
pkg/services/object/server_test.go#L469
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Unit tests (macos-14, 1.23):
pkg/services/object/server_test.go#L469
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Unit tests (macos-14, 1.23):
pkg/services/object/server_test.go#L490
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Unit tests (macos-14, 1.23):
pkg/services/object/server_test.go#L490
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Unit tests (macos-14, 1.23):
pkg/services/object/server_test.go#L506
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
Unit tests (macos-14, 1.23):
pkg/services/object/server_test.go#L506
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Coverage
Restore cache failed: Dependencies file is not found in /home/runner/work/neofs-node/neofs-node. Supported file pattern: go.sum
|
Unit tests (ubuntu-22.04, 1.22)
Restore cache failed: Dependencies file is not found in /home/runner/work/neofs-node/neofs-node. Supported file pattern: go.sum
|
Unit tests (macos-14, 1.23)
Restore cache failed: Dependencies file is not found in /home/runner/work/neofs-node/neofs-node. Supported file pattern: go.sum
|