Skip to content

Merge pull request #660 from iotexproject/task-processor #1315

Merge pull request #660 from iotexproject/task-processor

Merge pull request #660 from iotexproject/task-processor #1315

Triggered via push September 28, 2024 13:46
Status Failure
Total duration 2m 50s
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#L47
proof declared and not used
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): persistence/contract/contract.go#L250
cannot use preBlockData (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#L272
cannot use preBlockData (variable of type *block) as easyjson.Marshaler value in argument to easyjson.Marshal: *block does not implement easyjson.Marshaler (missing method MarshalEasyJSON)
build (ubuntu-latest): vm/instance.go#L34
cannot use task.ID (variable of type common.Hash) as uint64 value in struct literal
build (ubuntu-latest): vm/instance.go#L35
cannot use task.DeviceID (variable of type common.Address) as string value in struct literal
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/