Skip to content

Merge pull request #659 from iotexproject/project-manager-sqlite #1313

Merge pull request #659 from iotexproject/project-manager-sqlite

Merge pull request #659 from iotexproject/project-manager-sqlite #1313

Triggered via push September 28, 2024 10:10
Status Failure
Total duration 2m 49s
Artifacts

check.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (ubuntu-latest): task/processor/processor.go#L43
undefined: p2p.Data
build (ubuntu-latest): task/processor/processor.go#L119
cannot use t.DeviceID (variable of type "github.com/ethereum/go-ethereum/common".Address) as string value in argument to buf.WriteString
build (ubuntu-latest): task/processor/processor.go#L138
undefined: p2p.Data
build (ubuntu-latest): task/processor/processor.go#L140
cannot use t.ID (variable of type "github.com/ethereum/go-ethereum/common".Hash) as uint64 value in struct literal
build (ubuntu-latest): task/processor/processor.go#L157
undefined: p2p.Data
build (ubuntu-latest): task/processor/processor.go#L159
cannot use t.ID (variable of type "github.com/ethereum/go-ethereum/common".Hash) as uint64 value in struct literal
build (ubuntu-latest): persistence/contract/contract.go#L71
cannot use blockData (variable of type *block) as easyjson.Unmarshaler value in argument to easyjson.Unmarshal: *block does not implement easyjson.Unmarshaler (missing method UnmarshalEasyJSON)
build (ubuntu-latest): persistence/contract/contract.go#L122
cannot use blockData (variable of type *block) as easyjson.Unmarshaler value in argument to easyjson.Unmarshal: *block does not implement easyjson.Unmarshaler (missing method UnmarshalEasyJSON)
build (ubuntu-latest): persistence/contract/contract.go#L143
cannot use blockData (variable of type *block) as easyjson.Unmarshaler value in argument to easyjson.Unmarshal: *block does not implement easyjson.Unmarshaler (missing method UnmarshalEasyJSON)
build (ubuntu-latest): persistence/contract/contract.go#L204
cannot use blockData (variable of type *block) as easyjson.Unmarshaler value in argument to easyjson.Unmarshal: *block does not implement easyjson.Unmarshaler (missing method UnmarshalEasyJSON)
build (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/