Skip to content

Merge pull request #664 from iotexproject/task-assign #1323

Merge pull request #664 from iotexproject/task-assign

Merge pull request #664 from iotexproject/task-assign #1323

Triggered via push September 29, 2024 12:50
Status Failure
Total duration 2m 49s
Artifacts

check.yml

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

Annotations

7 errors and 1 warning
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)
Process completed with exit code 2.
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/