Skip to content

Mega graph clean

Mega graph clean #989

Triggered via pull request January 9, 2025 10:04
Status Failure
Total duration 46m 21s
Artifacts

main.yml

on: pull_request
Matrix: basic itests
Matrix: run unit tests
Sqlc check
35s
Sqlc check
RPC and mobile compilation check
2m 17s
RPC and mobile compilation check
check commits
42m 41s
check commits
lint code
7m 31s
lint code
sample configuration check
1m 2s
sample configuration check
windows itest
30m 26s
windows itest
macOS itest
18m 59s
macOS itest
check release notes updated
6s
check release notes updated
Matrix: cross compilation
Matrix: check pinned dependencies
Matrix: itests
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 31 warnings
check release notes updated
Process completed with exit code 1.
Sqlc check
TypeError: this.source.on is not a function
run unit tests (btcd unit-cover): channeldb/db_test.go#L214
cannot use graph (variable of type *graphdb.ChannelGraph) as AddrSource value in argument to NewMultiAddrSource: *graphdb.ChannelGraph does not implement AddrSource (missing method AddrsForNode)
run unit tests (btcd unit-cover)
Process completed with exit code 2.
lint code: graph/sources/log.go#L11
var `log` is unused (unused)
lint code: autopilot/prefattach_test.go#L393
field `source` is unused (unused)
lint code: graph/sources/interfaces.go#L139
unnecessary trailing newline (whitespace)
lint code: pilot.go#L189
the line is 81 characters long, which exceeds the maximum of 80 characters. (ll)
lint code: autopilot/prefattach_test.go#L420
the line is 90 characters long, which exceeds the maximum of 80 characters. (ll)
lint code: autopilot/prefattach_test.go#L429
the line is 88 characters long, which exceeds the maximum of 80 characters. (ll)
lint code: discovery/bootstrapper.go#L188
the line is 85 characters long, which exceeds the maximum of 80 characters. (ll)
lint code: autopilot/manager.go#L282
return with no blank line before (nlreturn)
lint code: graph/sources/interfaces.go#L21
directive `//nolint:interfacebloat` is unused for linter "interfacebloat" (nolintlint)
lint code
Process completed with exit code 2.
run unit tests (unit tags="kvdb_etcd"): channeldb/db_test.go#L214
cannot use graph (variable of type *graphdb.ChannelGraph) as AddrSource value in argument to NewMultiAddrSource: *graphdb.ChannelGraph does not implement AddrSource (missing method AddrsForNode)
run unit tests (unit tags="kvdb_etcd"): routing/integrated_routing_context_test.go#L331
cannot use &mockGraphSessionFactory{…} (value of type *mockGraphSessionFactory) as GraphSessionFactory value in return statement: *mockGraphSessionFactory does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_etcd"): routing/integrated_routing_context_test.go#L342
cannot use (*mockGraphSessionFactory)(nil) (value of type *mockGraphSessionFactory) as GraphSessionFactory value in variable declaration: *mockGraphSessionFactory does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_etcd"): routing/integrated_routing_context_test.go#L373
cannot use (*mockGraphSessionFactoryChanDB)(nil) (value of type *mockGraphSessionFactoryChanDB) as GraphSessionFactory value in variable declaration: *mockGraphSessionFactoryChanDB does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_etcd"): routing/router_test.go#L146
cannot use newMockGraphSessionFactoryFromChanDB(graphInstance.graph) (value of type *mockGraphSessionFactoryChanDB) as GraphSessionFactory value in struct literal: *mockGraphSessionFactoryChanDB does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_etcd")
Process completed with exit code 2.
run unit tests (unit tags="kvdb_postgres"): channeldb/db_test.go#L214
cannot use graph (variable of type *graphdb.ChannelGraph) as AddrSource value in argument to NewMultiAddrSource: *graphdb.ChannelGraph does not implement AddrSource (missing method AddrsForNode)
run unit tests (unit tags="kvdb_postgres"): routing/integrated_routing_context_test.go#L331
cannot use &mockGraphSessionFactory{…} (value of type *mockGraphSessionFactory) as GraphSessionFactory value in return statement: *mockGraphSessionFactory does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_postgres"): routing/integrated_routing_context_test.go#L342
cannot use (*mockGraphSessionFactory)(nil) (value of type *mockGraphSessionFactory) as GraphSessionFactory value in variable declaration: *mockGraphSessionFactory does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_postgres"): routing/integrated_routing_context_test.go#L373
cannot use (*mockGraphSessionFactoryChanDB)(nil) (value of type *mockGraphSessionFactoryChanDB) as GraphSessionFactory value in variable declaration: *mockGraphSessionFactoryChanDB does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_postgres"): routing/router_test.go#L146
cannot use newMockGraphSessionFactoryFromChanDB(graphInstance.graph) (value of type *mockGraphSessionFactoryChanDB) as GraphSessionFactory value in struct literal: *mockGraphSessionFactoryChanDB does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_postgres")
Process completed with exit code 2.
run unit tests (unit tags="kvdb_sqlite"): channeldb/db_test.go#L214
cannot use graph (variable of type *graphdb.ChannelGraph) as AddrSource value in argument to NewMultiAddrSource: *graphdb.ChannelGraph does not implement AddrSource (missing method AddrsForNode)
run unit tests (unit tags="kvdb_sqlite"): routing/integrated_routing_context_test.go#L331
cannot use &mockGraphSessionFactory{…} (value of type *mockGraphSessionFactory) as GraphSessionFactory value in return statement: *mockGraphSessionFactory does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_sqlite"): routing/integrated_routing_context_test.go#L342
cannot use (*mockGraphSessionFactory)(nil) (value of type *mockGraphSessionFactory) as GraphSessionFactory value in variable declaration: *mockGraphSessionFactory does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_sqlite"): routing/integrated_routing_context_test.go#L373
cannot use (*mockGraphSessionFactoryChanDB)(nil) (value of type *mockGraphSessionFactoryChanDB) as GraphSessionFactory value in variable declaration: *mockGraphSessionFactoryChanDB does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_sqlite"): routing/router_test.go#L146
cannot use newMockGraphSessionFactoryFromChanDB(graphInstance.graph) (value of type *mockGraphSessionFactoryChanDB) as GraphSessionFactory value in struct literal: *mockGraphSessionFactoryChanDB does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (unit tags="kvdb_sqlite")
Process completed with exit code 2.
run unit tests (btcd unit-race): channeldb/db_test.go#L214
cannot use graph (variable of type *graphdb.ChannelGraph) as AddrSource value in argument to NewMultiAddrSource: *graphdb.ChannelGraph does not implement AddrSource (missing method AddrsForNode)
run unit tests (btcd unit-race): routing/integrated_routing_context_test.go#L331
cannot use &mockGraphSessionFactory{…} (value of type *mockGraphSessionFactory) as GraphSessionFactory value in return statement: *mockGraphSessionFactory does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (btcd unit-race): routing/integrated_routing_context_test.go#L342
cannot use (*mockGraphSessionFactory)(nil) (value of type *mockGraphSessionFactory) as GraphSessionFactory value in variable declaration: *mockGraphSessionFactory does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (btcd unit-race): routing/integrated_routing_context_test.go#L373
cannot use (*mockGraphSessionFactoryChanDB)(nil) (value of type *mockGraphSessionFactoryChanDB) as GraphSessionFactory value in variable declaration: *mockGraphSessionFactoryChanDB does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (btcd unit-race): routing/router_test.go#L146
cannot use newMockGraphSessionFactoryFromChanDB(graphInstance.graph) (value of type *mockGraphSessionFactoryChanDB) as GraphSessionFactory value in struct literal: *mockGraphSessionFactoryChanDB does not implement GraphSessionFactory (missing method NewGraph)
run unit tests (btcd unit-race)
Process completed with exit code 2.
check commits: channeldb/db_test.go#L214
cannot use graph (variable of type *graphdb.ChannelGraph) as AddrSource value in argument to NewMultiAddrSource: *graphdb.ChannelGraph does not implement AddrSource (missing method AddrsForNode)
check commits
Process completed with exit code 1.
check pinned dependencies (google.golang.org/grpc v1.59.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check pinned dependencies (github.com/golang/protobuf v1.5.3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check release notes updated
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Sqlc check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Sqlc check
The `save-state` 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/
Sqlc check
The `save-state` 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/
Sqlc check
The `save-state` 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/
sample configuration check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
RPC and mobile compilation check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run unit tests (btcd unit-cover)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cross compilation (i386, freebsd-386 linux-386 windows-386)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint code
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run unit tests (unit-module)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
basic itests (btcd, backend=btcd cover=1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
basic itests (neutrino, backend=neutrino cover=1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
basic itests (bitcoind-notxindex, backend="bitcoind notxindex")
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
basic itests (bitcoind, backend=bitcoind cover=1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run unit tests (unit tags="kvdb_etcd")
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
itests (bitcoind-rpcpolling, backend="bitcoind rpcpolling")
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run unit tests (unit tags="kvdb_postgres")
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
itests (bitcoind-sqlite-nativesql, backend=bitcoind dbbackend=sqlite nativesql=true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
itests (bitcoind-sqlite, backend=bitcoind dbbackend=sqlite)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run unit tests (unit tags="kvdb_sqlite")
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
itests (bitcoind-etcd, backend=bitcoind dbbackend=etcd)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run unit tests (btcd unit-race)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
finish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check commits
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
itests (bitcoind-postgres, backend=bitcoind dbbackend=postgres)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636