Skip to content

Drop neofs-api-go dependency #1388

Drop neofs-api-go dependency

Drop neofs-api-go dependency #1388

Triggered via pull request May 24, 2024 07:25
Status Failure
Total duration 2m 26s
Artifacts

tests.yml

on: pull_request
Matrix: CodeQL
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 4 warnings
lint
issues found
Coverage: session/common.go#L78
cannot use *issuer (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".OwnerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".OwnerID value in argument to x.issuer.ReadFromV2
Coverage: session/common.go#L136
cannot use &issuer (value of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".OwnerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".OwnerID value in argument to x.issuer.WriteToV2
Coverage: session/common.go#L183
cannot use &x.sig (value of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".Signature) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".Signature value in argument to sig.WriteToV2
Coverage: session/common.go#L197
cannot use x.sig (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".Signature) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".Signature value in argument to sig.ReadFromV2
Coverage: session/container.go#L56
cannot use *cnr (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.ReadFromV2
Coverage: session/container.go#L91
cannot use &cnr (value of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.WriteToV2
Coverage: session/container.go#L254
cannot use sigV2 (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".Signature) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".Signature value in argument to sig.ReadFromV2
Coverage: session/object.go#L64
cannot use *cnr (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.ReadFromV2
Coverage: session/object.go#L77
cannot use objs[i] (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".ObjectID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ObjectID value in argument to x.objs[i].ReadFromV2
Coverage: session/object.go#L112
cannot use cnr (variable of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.WriteToV2
Tests (ubuntu-latest, 1.21): session/common.go#L78
cannot use *issuer (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".OwnerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".OwnerID value in argument to x.issuer.ReadFromV2
Tests (ubuntu-latest, 1.21): session/common.go#L136
cannot use &issuer (value of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".OwnerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".OwnerID value in argument to x.issuer.WriteToV2
Tests (ubuntu-latest, 1.21): session/common.go#L183
cannot use &x.sig (value of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".Signature) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".Signature value in argument to sig.WriteToV2
Tests (ubuntu-latest, 1.21): session/common.go#L197
cannot use x.sig (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".Signature) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".Signature value in argument to sig.ReadFromV2
Tests (ubuntu-latest, 1.21): session/container.go#L56
cannot use *cnr (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.ReadFromV2
Tests (ubuntu-latest, 1.21): session/container.go#L91
cannot use &cnr (value of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.WriteToV2
Tests (ubuntu-latest, 1.21): session/container.go#L254
cannot use sigV2 (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".Signature) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".Signature value in argument to sig.ReadFromV2
Tests (ubuntu-latest, 1.21): session/object.go#L64
cannot use *cnr (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.ReadFromV2
Tests (ubuntu-latest, 1.21): session/object.go#L77
cannot use objs[i] (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".ObjectID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ObjectID value in argument to x.objs[i].ReadFromV2
Tests (ubuntu-latest, 1.21): session/object.go#L112
cannot use cnr (variable of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.WriteToV2
Tests (ubuntu-latest, 1.20): session/common.go#L78
cannot use *issuer (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".OwnerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".OwnerID value in argument to x.issuer.ReadFromV2
Tests (ubuntu-latest, 1.20): session/common.go#L136
cannot use &issuer (value of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".OwnerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".OwnerID value in argument to x.issuer.WriteToV2
Tests (ubuntu-latest, 1.20): session/common.go#L183
cannot use &x.sig (value of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".Signature) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".Signature value in argument to sig.WriteToV2
Tests (ubuntu-latest, 1.20): session/common.go#L197
cannot use x.sig (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".Signature) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".Signature value in argument to sig.ReadFromV2
Tests (ubuntu-latest, 1.20): session/container.go#L56
cannot use *cnr (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.ReadFromV2
Tests (ubuntu-latest, 1.20): session/container.go#L91
cannot use &cnr (value of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.WriteToV2
Tests (ubuntu-latest, 1.20): session/container.go#L254
cannot use sigV2 (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".Signature) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".Signature value in argument to sig.ReadFromV2
Tests (ubuntu-latest, 1.20): session/object.go#L64
cannot use *cnr (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.ReadFromV2
Tests (ubuntu-latest, 1.20): session/object.go#L77
cannot use objs[i] (variable of type "github.com/nspcc-dev/neofs-api-go/v2/refs".ObjectID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ObjectID value in argument to x.objs[i].ReadFromV2
Tests (ubuntu-latest, 1.20): session/object.go#L112
cannot use cnr (variable of type *"github.com/nspcc-dev/neofs-api-go/v2/refs".ContainerID) as *"github.com/nspcc-dev/neofs-sdk-go/api/refs".ContainerID value in argument to x.cnr.WriteToV2
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
CodeQL (go)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CodeQL (go)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
CodeQL (go)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.