Skip to content

feat(shwap): Update availability to work with shwap #8396

feat(shwap): Update availability to work with shwap

feat(shwap): Update availability to work with shwap #8396

Triggered via pull request August 1, 2024 09:54
Status Failure
Total duration 3m 28s
Artifacts

ci_release.yml

on: pull_request
hadolint  /  hadolint
9s
hadolint / hadolint
yamllint
4s
yamllint
Markdown Lint
7s
Markdown Lint
Matrix: go-ci / Unit Tests Coverage
go-ci  /  ...  /  Da Tests Sync
go-ci / Integration Tests / Da Tests Sync
go-ci  /  ...  /  Integration Tests API
go-ci / Integration Tests / Integration Tests API
go-ci  /  ...  /  Integration Tests Blob
go-ci / Integration Tests / Integration Tests Blob
go-ci  /  ...  /  Integration Tests Fraud
go-ci / Integration Tests / Integration Tests Fraud
go-ci  /  ...  /  Integration Tests ND
go-ci / Integration Tests / Integration Tests ND
go-ci  /  ...  /  Integration Tests Reconstruction
go-ci / Integration Tests / Integration Tests Reconstruction
go-ci  /  ...  /  Integration Tests Sync
go-ci / Integration Tests / Integration Tests Sync
go-ci  /  ...  /  Integration Tests p2p
go-ci / Integration Tests / Integration Tests p2p
version_bump
0s
version_bump
goreleaser
0s
goreleaser
upload-docs
0s
upload-docs
Fit to window
Zoom out
Zoom in

Annotations

11 errors
go-ci / Go Mod Tidy Check
Process completed with exit code 1.
go-ci / Lint: nodebuilder/tests/swamp/swamp.go#L180
cannot use store (variable of type *"github.com/celestiaorg/celestia-node/share/eds".Store) as *"github.com/celestiaorg/celestia-node/store".Store value in argument to core.NewExchange (typecheck)
go-ci / Lint: das/daser_test.go#L45
undefined: light.TestAvailability (typecheck)
go-ci / Lint: das/daser_test.go#L85
undefined: light.TestAvailability (typecheck)
go-ci / Lint: das/daser_test.go#L160
undefined: full.TestAvailability (typecheck)
go-ci / Lint: nodebuilder/core/module.go#L49
cannot use store (variable of type *"github.com/celestiaorg/celestia-node/share/eds".Store) as *"github.com/celestiaorg/celestia-node/store".Store value in argument to core.NewExchange (typecheck)
go-ci / Lint: nodebuilder/core/module.go#L68
cannot use store (variable of type *"github.com/celestiaorg/celestia-node/share/eds".Store) as *"github.com/celestiaorg/celestia-node/store".Store value in argument to core.NewListener (typecheck)
go-ci / Lint: nodebuilder/share/constructors.go#L52
cannot use shrexGetter (variable of type *shrex_getter.Getter) as "github.com/celestiaorg/celestia-node/share".Getter value in argument to append: *shrex_getter.Getter does not implement "github.com/celestiaorg/celestia-node/share".Getter (wrong type for method GetSharesByNamespace)
go-ci / Lint: nodebuilder/share/constructors.go#L70
cannot use shrexGetter (variable of type *shrex_getter.Getter) as "github.com/celestiaorg/celestia-node/share".Getter value in argument to append: *shrex_getter.Getter does not implement "github.com/celestiaorg/celestia-node/share".Getter (wrong type for method GetSharesByNamespace)
go-ci / Lint: nodebuilder/share/constructors.go#L84
cannot use shrexGetter (variable of type *shrex_getter.Getter) as "github.com/celestiaorg/celestia-node/share".Getter value in argument to append: *shrex_getter.Getter does not implement "github.com/celestiaorg/celestia-node/share".Getter (wrong type for method GetSharesByNamespace)
go-ci / Lint: nodebuilder/share/module.go#L216
cannot use getter (variable of type "github.com/celestiaorg/celestia-node/share".Getter) as shwap.Getter value in argument to light.NewShareAvailability: "github.com/celestiaorg/celestia-node/share".Getter does not implement shwap.Getter (wrong type for method GetSharesByNamespace)