Skip to content

Fix xdata field not recognized in database entry #17

Fix xdata field not recognized in database entry

Fix xdata field not recognized in database entry #17

Triggered via push March 20, 2024 08:57
Status Failure
Total duration 35s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 2 warnings
build: pacman/read-db.go#L281
undefined: kv
build
Process completed with exit code 1.
lint: pacman/graph/factory.go#L7
could not import github.com/cassava/repoctl/pacman (-: # github.com/cassava/repoctl/pacman
lint: pacman/read-db.go#L281
undefined: kv) (typecheck)
lint: pacman/graph/factory.go#L143
cannot use v (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddNode: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/factory.go#L158
cannot use v (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddEdgeFromTo: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/factory.go#L174
cannot use u (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddNode: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/factory.go#L175
cannot use v (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddEdgeFromTo: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/factory.go#L190
cannot use u (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddNode: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/factory.go#L191
u.PkgName undefined (type *Node has no field or method PkgName) (typecheck)
lint: pacman/graph/factory.go#L192
cannot use v (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddEdgeFromTo: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/graph.go#L47
n.PkgDepends undefined (type *Node has no field or method PkgDepends) (typecheck)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.