Skip to content

Merge pull request #662 from iotexproject/task-processor-2 #1319

Merge pull request #662 from iotexproject/task-processor-2

Merge pull request #662 from iotexproject/task-processor-2 #1319

Triggered via push September 29, 2024 08:30
Status Failure
Total duration 2m 42s
Artifacts

check.yml

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

Annotations

10 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): 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): vm/instance.go#L36
cannot use task.Signature (variable of type []byte) as string value in struct literal
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/