Skip to content

btree insert root

btree insert root #697

Triggered via pull request June 28, 2024 15:15
Status Failure
Total duration 53s
Artifacts

test.yml

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

Annotations

21 errors and 2 warnings
go-test (macos-latest): pkg/btree/node.go#L159
method BTreeNode.Leaf already declared at pkg/btree/node.go:41:21
go-test (macos-latest): pkg/btree/btree.go#L63
node.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (macos-latest): pkg/btree/btree.go#L79
parent.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (macos-latest): pkg/btree/btree.go#L93
child.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (macos-latest): pkg/btree/btree.go#L94
child.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (macos-latest): pkg/btree/btree.go#L102
rightChild.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (macos-latest): pkg/btree/btree.go#L102
child.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (macos-latest): pkg/btree/btree.go#L114
child.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (macos-latest): pkg/btree/btree.go#L125
parent.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (macos-latest): pkg/btree/btree.go#L126
parent.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (ubuntu-latest)
The job was canceled because "macos-latest" failed.
go-test (ubuntu-latest): pkg/btree/node.go#L159
method BTreeNode.Leaf already declared at pkg/btree/node.go:41:21
go-test (ubuntu-latest): pkg/btree/btree.go#L63
node.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (ubuntu-latest): pkg/btree/btree.go#L79
parent.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (ubuntu-latest): pkg/btree/btree.go#L93
child.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (ubuntu-latest): pkg/btree/btree.go#L94
child.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (ubuntu-latest): pkg/btree/btree.go#L102
rightChild.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (ubuntu-latest): pkg/btree/btree.go#L102
child.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (ubuntu-latest): pkg/btree/btree.go#L114
child.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (ubuntu-latest): pkg/btree/btree.go#L125
parent.Keys undefined (type *BTreeNode has no field or method Keys)
go-test (ubuntu-latest): pkg/btree/btree.go#L126
parent.Keys undefined (type *BTreeNode has no field or method Keys)
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/.