Skip to content

feat: api: add SectorNumber to MarketDealState (nv22) #608

feat: api: add SectorNumber to MarketDealState (nv22)

feat: api: add SectorNumber to MarketDealState (nv22) #608

Triggered via pull request May 16, 2024 02:47
Status Failure
Total duration 4m 0s
Artifacts

check.yml

on: pull_request
Check (docs-check)
2m 9s
Check (docs-check)
Check (gen-check)
2m 12s
Check (gen-check)
Check (lint-all)
3m 50s
Check (lint-all)
Check (gofmt)
19s
Check (gofmt)
Check (mod-tidy-check)
26s
Check (mod-tidy-check)
Fit to window
Zoom out
Zoom in

Annotations

22 errors
Check (docs-check): api/api_full.go#L1177
mds.SectorNumber undefined (type "github.com/filecoin-project/lotus/chain/actors/builtin/market".DealState has no field or method SectorNumber)
Check (docs-check)
Process completed with exit code 2.
Check (gen-check): chain/actors/builtin/market/v0.go#L224
cannot use (*dealStateV0)(nil) (value of type *dealStateV0) as DealState value in variable declaration: *dealStateV0 does not implement DealState (missing method SectorNumber)
Check (gen-check): chain/actors/builtin/market/v10.go#L223
cannot use (*dealStateV10)(nil) (value of type *dealStateV10) as DealState value in variable declaration: *dealStateV10 does not implement DealState (missing method SectorNumber)
Check (gen-check): chain/actors/builtin/market/v11.go#L223
cannot use (*dealStateV11)(nil) (value of type *dealStateV11) as DealState value in variable declaration: *dealStateV11 does not implement DealState (missing method SectorNumber)
Check (gen-check): chain/actors/builtin/market/v12.go#L223
cannot use (*dealStateV12)(nil) (value of type *dealStateV12) as DealState value in variable declaration: *dealStateV12 does not implement DealState (missing method SectorNumber)
Check (gen-check): chain/actors/builtin/market/v13.go#L223
cannot use (*dealStateV13)(nil) (value of type *dealStateV13) as DealState value in variable declaration: *dealStateV13 does not implement DealState (missing method SectorNumber)
Check (gen-check): chain/actors/builtin/market/v14.go#L223
cannot use (*dealStateV14)(nil) (value of type *dealStateV14) as DealState value in variable declaration: *dealStateV14 does not implement DealState (missing method SectorNumber)
Check (gen-check): chain/actors/builtin/market/v2.go#L224
cannot use (*dealStateV2)(nil) (value of type *dealStateV2) as DealState value in variable declaration: *dealStateV2 does not implement DealState (missing method SectorNumber)
Check (gen-check): chain/actors/builtin/market/v3.go#L219
cannot use (*dealStateV3)(nil) (value of type *dealStateV3) as DealState value in variable declaration: *dealStateV3 does not implement DealState (missing method SectorNumber)
Check (gen-check): chain/actors/builtin/market/v4.go#L219
cannot use (*dealStateV4)(nil) (value of type *dealStateV4) as DealState value in variable declaration: *dealStateV4 does not implement DealState (missing method SectorNumber)
Check (gen-check): chain/actors/builtin/market/v5.go#L219
cannot use (*dealStateV5)(nil) (value of type *dealStateV5) as DealState value in variable declaration: *dealStateV5 does not implement DealState (missing method SectorNumber)
Check (lint-all)
too many errors)\" were hidden, use --max-same-issues"
Check (lint-all): storage/pipeline/piece/piece_info.go#L14
could not import github.com/filecoin-project/lotus/chain/actors/builtin/market (-: # github.com/filecoin-project/lotus/chain/actors/builtin/market
Check (lint-all): chain/actors/builtin/market/v0.go#L224
cannot use (*dealStateV0)(nil) (value of type *dealStateV0) as DealState value in variable declaration: *dealStateV0 does not implement DealState (missing method SectorNumber)
Check (lint-all): chain/actors/builtin/market/v10.go#L223
cannot use (*dealStateV10)(nil) (value of type *dealStateV10) as DealState value in variable declaration: *dealStateV10 does not implement DealState (missing method SectorNumber)
Check (lint-all): chain/actors/builtin/market/v11.go#L223
cannot use (*dealStateV11)(nil) (value of type *dealStateV11) as DealState value in variable declaration: *dealStateV11 does not implement DealState (missing method SectorNumber)
Check (lint-all): chain/actors/builtin/market/v12.go#L223
cannot use (*dealStateV12)(nil) (value of type *dealStateV12) as DealState value in variable declaration: *dealStateV12 does not implement DealState (missing method SectorNumber)
Check (lint-all): chain/actors/builtin/market/v13.go#L223
cannot use (*dealStateV13)(nil) (value of type *dealStateV13) as DealState value in variable declaration: *dealStateV13 does not implement DealState (missing method SectorNumber)
Check (lint-all): chain/actors/builtin/market/v14.go#L223
cannot use (*dealStateV14)(nil) (value of type *dealStateV14) as DealState value in variable declaration: *dealStateV14 does not implement DealState (missing method SectorNumber)
Check (lint-all): chain/actors/builtin/market/v2.go#L224
cannot use (*dealStateV2)(nil) (value of type *dealStateV2) as DealState value in variable declaration: *dealStateV2 does not implement DealState (missing method SectorNumber)
Check (lint-all): chain/actors/builtin/market/v3.go#L219
cannot use (*dealStateV3)(nil) (value of type *dealStateV3) as DealState value in variable declaration: *dealStateV3 does not implement DealState (missing method SectorNumber)