Shuffle #927
Annotations
9 errors and 2 warnings
lint:
lnrpc/invoicesrpc/addinvoice_test.go#L449
cannot use mock.IsPublicNode (value of type func(pubKey [33]byte) (bool, error)) as func(ctx "context".Context, pubKey [33]byte) (bool, error) value in struct literal
|
lint:
lnrpc/invoicesrpc/addinvoice_test.go#L451
cannot use mock.FetchChannelEdgesByID (value of type func(chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error)) as func(ctx "context".Context, chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error) value in struct literal
|
lint:
lnrpc/invoicesrpc/addinvoice_test.go#L882
cannot use mock.IsPublicNode (value of type func(pubKey [33]byte) (bool, error)) as func(ctx "context".Context, pubKey [33]byte) (bool, error) value in struct literal
|
lint:
lnrpc/invoicesrpc/addinvoice_test.go#L884
cannot use mock.FetchChannelEdgesByID (value of type func(chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error)) as func(ctx "context".Context, chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error) value in struct literal (typecheck)
|
lint:
netann/chan_status_manager_test.go#L338
cannot use graph (variable of type *mockGraph) as netann.ChannelGraph value in struct literal: *mockGraph does not implement netann.ChannelGraph (wrong type for method FetchChannelEdgesByOutpoint)
|
lint:
routing/blindedpath/blinded_path_test.go#L600
cannot use func(chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error) {…} (value of type func(chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error)) as func(ctx "context".Context, chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error) value in struct literal
|
lint:
routing/blindedpath/blinded_path_test.go#L768
cannot use func(chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error) {…} (value of type func(chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error)) as func(ctx "context".Context, chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error) value in struct literal
|
lint:
routing/blindedpath/blinded_path_test.go#L939
cannot use func(chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error) {…} (value of type func(chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error)) as func(ctx "context".Context, chanID uint64) (*models.ChannelEdgeInfo, *models.ChannelEdgePolicy, *models.ChannelEdgePolicy, error) value in struct literal (typecheck)
|
lint
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs-itest-bitcoind", "logs-itest-bitcoind-etcd", "logs-itest-bitcoind-notxindex", "logs-itest-bitcoind-postgres", "logs-itest-bitcoind-postgres-nativesql", "logs-itest-bitcoind-rpcpolling", "logs-itest-bitcoind-sqlite", "logs-itest-bitcoind-sqlite-nativesql", "logs-itest-btcd", "logs-itest-macos", "logs-itest-neutrino", "logs-itest-windows".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading