Skip to content

fix build after cargo fix #378

fix build after cargo fix

fix build after cargo fix #378

Triggered via push March 24, 2024 19:00
Status Success
Total duration 4m 24s
Artifacts

cargo-test.yml

on: push
Coerce Runtime Test
4m 17s
Coerce Runtime Test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Coerce Runtime Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Coerce Runtime Test
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Coerce Runtime Test: coerce/src/actor/mod.rs#L155
unused import: `crate::actor::message::Envelope`
Coerce Runtime Test: coerce/src/actor/mod.rs#L158
unused imports: `RemoteActorRef`, `system::NodeId`
Coerce Runtime Test: coerce/src/actor/event/mod.rs#L1
unused import: `crate::actor::message::Message`
Coerce Runtime Test: coerce/src/actor/lifecycle.rs#L73
unused variable: `span`
Coerce Runtime Test: coerce/src/actor/lifecycle.rs#L76
unused variable: `span`
Coerce Runtime Test: coerce/src/actor/lifecycle.rs#L97
unused variable: `span`
Coerce Runtime Test: coerce/src/actor/lifecycle.rs#L104
unused variable: `span`
Coerce Runtime Test: coerce/src/remote/system/actor.rs#L133
value assigned to `actor_addr` is never read
Coerce Runtime Test: coerce/src/actor/mod.rs#L146
unused import: `std::hash::Hasher`
Coerce Runtime Test: coerce/src/actor/lifecycle.rs#L9
unused import: `CoreActorRef`