Skip to content

Update slices dependency to use Compare #385

Update slices dependency to use Compare

Update slices dependency to use Compare #385

Triggered via push December 4, 2023 21:57
Status Failure
Total duration 2m 58s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
build-win
type func(i *Tx, j *Tx) bool of func(i, j *Tx) bool {…} does not match inferred type func(a *Tx, b *Tx) int for func(a E, b E) int
build-win
EVMInput does not satisfy "github.com/ava-labs/avalanchego/utils".Sortable[EVMInput] (missing method Compare)
build-win
EVMOutput does not satisfy "github.com/ava-labs/avalanchego/utils".Sortable[EVMOutput] (missing method Compare)
build-win
type func(i EVMOutput, j EVMOutput) bool of func(i, j EVMOutput) bool {…} does not match inferred type func(a EVMOutput, b EVMOutput) int for func(a E, b E) int
build-win
EVMOutput does not satisfy "github.com/ava-labs/avalanchego/utils".Sortable[EVMOutput] (missing method Compare)
build-win
type func(i *Tx, j *Tx) bool of func(i, j *Tx) bool {…} does not match inferred type func(a *Tx, b *Tx) int for func(a E, b E) int
build-win
Process completed with exit code 1.
build-win
The following actions uses node12 which is deprecated and will be forced to run on node16: aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-win
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/