Skip to content

feat(gossip_map): add gossip_map implementation #584

feat(gossip_map): add gossip_map implementation

feat(gossip_map): add gossip_map implementation #584

Triggered via pull request April 1, 2024 13:42
Status Success
Total duration 1m 27s
Artifacts

build.yml

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

Annotations

1 error and 82 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: plugin/src/commands/builtin.rs#L54
very complex type used. Consider factoring parts into `type` definitions
Lints: plugin/src/commands/mod.rs#L18
this lifetime isn't used in the function definition
Lints: plugin/src/commands/mod.rs#L27
the following explicit lifetimes could be elided: 'c
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): plugin_macros/src/lib.rs#L15
struct `Tracer` is never constructed
Build (beta): tests/src/lib.rs#L33
the item `async_run` is imported redundantly
Build (beta): common/src/errors.rs#L21
the item `serde_json` is imported redundantly
Build (beta)
`clightningrpc-common` (lib) generated 1 warning
Build (beta): plugin/src/plugin.rs#L7
the item `String` is imported redundantly
Build (beta)
`clightningrpc-plugin-macros` (lib) generated 1 warning
Build (beta)
`clightningrpc-common` (lib) generated 1 warning (1 duplicate)
Build (beta): gossip_map/src/gossip_types.rs#L4
the item `Vec` is imported redundantly
Build (beta): gossip_map/src/lib.rs#L81
unused variable: `node_announce`
Build (beta): gossip_map/src/lib.rs#L84
unused variable: `channel_announce`
Build (beta): plugin_macros/src/lib.rs#L15
struct `Tracer` is never constructed
Build (beta): plugin/src/plugin.rs#L7
the item `String` is imported redundantly
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)
`clightningrpc-common` (lib) generated 1 warning
Build (beta): tests/src/lib.rs#L33
the item `async_run` is imported redundantly
Build (beta)
`tests` (lib) generated 1 warning
Build (beta): gossip_map/src/gossip_types.rs#L4
the item `Vec` is imported redundantly
Build (beta): gossip_map/src/lib.rs#L81
unused variable: `node_announce`
Build (beta): gossip_map/src/lib.rs#L84
unused variable: `channel_announce`
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 (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#L81
unused variable: `node_announce`
Build (stable): gossip_map/src/lib.rs#L84
unused variable: `channel_announce`
Build (stable)
`clightningrpc_gossip_map` (lib) generated 2 warnings (run `cargo fix --lib -p clightningrpc_gossip_map` to apply 2 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#L81
unused variable: `node_announce`
Build (stable): gossip_map/src/lib.rs#L84
unused variable: `channel_announce`
Build (stable)
`clightningrpc_gossip_map` (lib) generated 2 warnings (run `cargo fix --lib -p clightningrpc_gossip_map` to apply 2 suggestions)
Build (stable)
the following packages contain code that will be rejected by a future version of Rust: rstest v0.10.0
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-plugin` (lib) generated 1 warning
Build (nightly): tests/src/lib.rs#L33
the item `async_run` is imported redundantly
Build (nightly)
`tests` (lib) generated 1 warning
Build (nightly): gossip_map/src/gossip_types.rs#L4
the item `Vec` is imported redundantly
Build (nightly): gossip_map/src/lib.rs#L81
unused variable: `node_announce`
Build (nightly): gossip_map/src/lib.rs#L84
unused variable: `channel_announce`
Build (nightly): plugin_macros/src/lib.rs#L15
struct `Tracer` is never constructed
Build (nightly)
`clightningrpc-plugin-macros` (lib) generated 1 warning
Build (nightly): tests/src/lib.rs#L33
the item `async_run` is imported redundantly
Build (nightly): common/src/errors.rs#L21
the item `serde_json` is imported redundantly
Build (nightly): plugin/src/plugin.rs#L7
the item `String` is imported redundantly
Build (nightly)
`clightningrpc-common` (lib) generated 1 warning
Build (nightly)
`clightningrpc-common` (lib) generated 1 warning (1 duplicate)
Build (nightly): gossip_map/src/gossip_types.rs#L4
the item `Vec` is imported redundantly
Build (nightly): gossip_map/src/lib.rs#L81
unused variable: `node_announce`
Build (nightly): gossip_map/src/lib.rs#L84
unused variable: `channel_announce`