Skip to content

minmax dist heap

minmax dist heap #662

Triggered via pull request June 13, 2024 19:12
Status Failure
Total duration 54s
Artifacts

test.yml

on: pull_request
node-test
16s
node-test
Matrix: go-test
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 2 warnings
go-test (macos-latest): pkg/hnsw/pq.go#L26
Item redeclared in this block
go-test (macos-latest): pkg/hnsw/heap.go#L7
other declaration of Item
go-test (macos-latest): pkg/hnsw/pq.go#L81
pq[i].index undefined (type *Item has no field or method index)
go-test (macos-latest): pkg/hnsw/pq.go#L82
pq[j].index undefined (type *Item has no field or method index)
go-test (macos-latest): pkg/hnsw/pq.go#L88
item.index undefined (type *Item has no field or method index)
go-test (macos-latest): pkg/hnsw/pq.go#L163
FromItems redeclared in this block
go-test (macos-latest): pkg/hnsw/heap.go#L28
other declaration of FromItems
go-test (macos-latest): pkg/hnsw/pq_test.go#L74
furthestBuildings redeclared in this block
go-test (macos-latest): pkg/hnsw/heap_test.go#L143
other declaration of furthestBuildings
go-test (macos-latest): pkg/hnsw/hnsw.go#L298
cannot use FromItems(items, MinComparator{}) (value of type *DistHeap) as *BaseQueue value in return statement
go-test (ubuntu-latest)
The job was canceled because "macos-latest" failed.
go-test (ubuntu-latest): pkg/hnsw/pq.go#L26
Item redeclared in this block
go-test (ubuntu-latest): pkg/hnsw/heap.go#L7
other declaration of Item
go-test (ubuntu-latest): pkg/hnsw/pq.go#L81
pq[i].index undefined (type *Item has no field or method index)
go-test (ubuntu-latest): pkg/hnsw/pq.go#L82
pq[j].index undefined (type *Item has no field or method index)
go-test (ubuntu-latest): pkg/hnsw/pq.go#L88
item.index undefined (type *Item has no field or method index)
go-test (ubuntu-latest): pkg/hnsw/pq.go#L163
FromItems redeclared in this block
go-test (ubuntu-latest): pkg/hnsw/heap.go#L28
other declaration of FromItems
go-test (ubuntu-latest): pkg/hnsw/pq_test.go#L74
furthestBuildings redeclared in this block
go-test (ubuntu-latest): pkg/hnsw/heap_test.go#L143
other declaration of furthestBuildings
go-test (ubuntu-latest): pkg/hnsw/hnsw.go#L298
cannot use FromItems(items, MinComparator{}) (value of type *DistHeap) as *BaseQueue value in return statement
node-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
go-test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.