Skip to content

feat(gossip_map): add gossip_map implementation #583

feat(gossip_map): add gossip_map implementation

feat(gossip_map): add gossip_map implementation #583

Triggered via pull request March 27, 2024 19:54
Status Success
Total duration 1m 5s
Artifacts

build.yml

on: pull_request
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 86 warnings
Lints
Unable to create clippy annotations! Reason: HttpError: Resource not accessible by integration
Lints
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lints
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lints
The `set-output` 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/
Lints
The `set-output` 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/
Lints
The `set-output` 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/
Lints
The `set-output` 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/
Lints
the following packages contain code that will be rejected by a future version of Rust: rstest v0.10.0
Lints
It seems that this Action is executed from the forked repository.
Lints
GitHub Actions are not allowed to create Check annotations, when executed for a forked repos. See https://github.com/actions-rs/clippy-check/issues/2 for details.
Lints: plugin_macros/src/plugin.rs#L30
this expression creates a reference which is immediately dereferenced by the compiler
Lints: plugin_macros/src/plugin.rs#L45
this expression creates a reference which is immediately dereferenced by the compiler
Lints: plugin_macros/src/plugin.rs#L61
this `impl` can be derived
Lints: plugin_macros/src/attr_parser.rs#L39
single-character string constant used as pattern
Lints: gossip_map/src/lib.rs#L69
unused variable: `node_announce`
Lints: gossip_map/src/lib.rs#L72
unused variable: `channel_announce`
Lints: gossip_map/src/lib.rs#L169
unused variable: `private_update`
Build (stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (stable)
The `set-output` 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/
Build (stable)
The `set-output` 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/
Build (stable)
The `set-output` 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/
Build (stable)
The `set-output` 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/
Build (stable): gossip_map/src/lib.rs#L69
unused variable: `node_announce`
Build (stable): gossip_map/src/lib.rs#L72
unused variable: `channel_announce`
Build (stable): gossip_map/src/lib.rs#L169
unused variable: `private_update`
Build (stable): gossip_map/src/lib.rs#L173
unused variable: `del_chan`
Build (stable)
`clightningrpc_gossip_map` (lib) generated 4 warnings (run `cargo fix --lib -p clightningrpc_gossip_map` to apply 4 suggestions)
Build (stable)
the following packages contain code that will be rejected by a future version of Rust: rstest v0.10.0
Build (stable): gossip_map/src/lib.rs#L69
unused variable: `node_announce`
Build (stable): gossip_map/src/lib.rs#L72
unused variable: `channel_announce`
Build (stable): gossip_map/src/lib.rs#L169
unused variable: `private_update`
Build (stable): gossip_map/src/lib.rs#L173
unused variable: `del_chan`
Build (stable)
`clightningrpc_gossip_map` (lib) generated 4 warnings (run `cargo fix --lib -p clightningrpc_gossip_map` to apply 4 suggestions)
Build (stable)
the following packages contain code that will be rejected by a future version of Rust: rstest v0.10.0
Build (beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (beta): tests/src/lib.rs#L33
the item `async_run` is imported redundantly
Build (beta): plugin_macros/src/lib.rs#L15
struct `Tracer` is never constructed
Build (beta): gossip_map/src/types.rs#L3
the item `Vec` is imported redundantly
Build (beta): gossip_map/src/lib.rs#L69
unused variable: `node_announce`
Build (beta): gossip_map/src/lib.rs#L72
unused variable: `channel_announce`
Build (beta): gossip_map/src/lib.rs#L169
unused variable: `private_update`
Build (beta): gossip_map/src/lib.rs#L173
unused variable: `del_chan`
Build (beta)
`clightningrpc_gossip_map` (lib) generated 5 warnings
Build (beta)
`clightningrpc-plugin-macros` (lib) generated 1 warning
Build (beta): common/src/errors.rs#L21
the item `serde_json` is imported redundantly
Build (beta): plugin_macros/src/lib.rs#L15
struct `Tracer` is never constructed
Build (beta)
`clightningrpc-plugin-macros` (lib) generated 1 warning
Build (beta): plugin/src/plugin.rs#L7
the item `String` is imported redundantly
Build (beta): common/src/errors.rs#L21
the item `serde_json` is imported redundantly
Build (beta)
`clightningrpc-plugin` (lib) generated 1 warning
Build (beta): gossip_map/src/types.rs#L3
the item `Vec` is imported redundantly
Build (beta): gossip_map/src/lib.rs#L69
unused variable: `node_announce`
Build (beta): gossip_map/src/lib.rs#L72
unused variable: `channel_announce`
Build (beta): gossip_map/src/lib.rs#L169
unused variable: `private_update`
Build (beta): gossip_map/src/lib.rs#L173
unused variable: `del_chan`
Build (beta)
The `set-output` 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/
Build (beta)
The `set-output` 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/
Build (beta)
The `set-output` 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/
Build (beta)
The `set-output` 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/
Build (nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (nightly)
The `set-output` 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/
Build (nightly)
The `set-output` 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/
Build (nightly)
The `set-output` 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/
Build (nightly)
The `set-output` 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/
Build (nightly): plugin_macros/src/lib.rs#L15
struct `Tracer` is never constructed
Build (nightly)
`clightningrpc-plugin-macros` (lib) generated 1 warning
Build (nightly): plugin/src/plugin.rs#L7
the item `String` is imported redundantly
Build (nightly): common/src/errors.rs#L21
the item `serde_json` is imported redundantly
Build (nightly)
`clightningrpc-common` (lib) generated 1 warning
Build (nightly): gossip_map/src/types.rs#L3
the item `Vec` is imported redundantly
Build (nightly): gossip_map/src/lib.rs#L69
unused variable: `node_announce`
Build (nightly): gossip_map/src/lib.rs#L72
unused variable: `channel_announce`
Build (nightly): gossip_map/src/lib.rs#L169
unused variable: `private_update`
Build (nightly): gossip_map/src/lib.rs#L173
unused variable: `del_chan`
Build (nightly): gossip_map/src/types.rs#L3
the item `Vec` is imported redundantly
Build (nightly): gossip_map/src/lib.rs#L69
unused variable: `node_announce`
Build (nightly): gossip_map/src/lib.rs#L72
unused variable: `channel_announce`
Build (nightly): gossip_map/src/lib.rs#L169
unused variable: `private_update`
Build (nightly): gossip_map/src/lib.rs#L173
unused variable: `del_chan`
Build (nightly)
`clightningrpc_gossip_map` (lib) generated 5 warnings
Build (nightly): tests/src/lib.rs#L33
the item `async_run` is imported redundantly
Build (nightly): plugin_macros/src/lib.rs#L15
struct `Tracer` is never constructed
Build (nightly): common/src/errors.rs#L21
the item `serde_json` is imported redundantly
Build (nightly)
`clightningrpc-plugin-macros` (lib) generated 1 warning