Skip to content

Fix readme links

Fix readme links #4

Triggered via push March 7, 2025 11:24
Status Failure
Total duration 1m 1s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 26 warnings
Test
Docker build failed with exit code 1
Test
Docker build failed with exit code 1
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
elided lifetime has a name: batsim/optimise/src/handler.rs#L24
warning: elided lifetime has a name --> batsim/optimise/src/handler.rs:24:17 | 18 | pub fn optimise<'a>( | -- lifetime `'a` declared here ... 24 | ) -> Result<AgentSimulationRecord> { | ^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default
the following explicit lifetimes could be elided: 'a: batsim/simulate/src/days.rs#L35
warning: the following explicit lifetimes could be elided: 'a --> batsim/simulate/src/days.rs:35:6 | 35 | impl<'a> DerefMut for Day<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 35 - impl<'a> DerefMut for Day<'a> { 35 + impl DerefMut for Day<'_> { |
the following explicit lifetimes could be elided: 'a: batsim/configuration/src/charge_plan.rs#L44
warning: the following explicit lifetimes could be elided: 'a --> batsim/configuration/src/charge_plan.rs:44:6 | 44 | impl<'a> DerefMut for ActivityChargingPlanner<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 44 - impl<'a> DerefMut for ActivityChargingPlanner<'a> { 44 + impl DerefMut for ActivityChargingPlanner<'_> { |
the following explicit lifetimes could be elided: 'a: batsim/tracer/src/handler.rs#L16
warning: the following explicit lifetimes could be elided: 'a --> batsim/tracer/src/handler.rs:16:6 | 16 | impl<'a> Default for TraceHandler<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 16 - impl<'a> Default for TraceHandler<'a> { 16 + impl Default for TraceHandler<'_> { |
Docs
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/
Docs
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/
Docs
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/
Docs
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/
Clippy
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/
Clippy
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/
Clippy
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/
Clippy
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/
Test
Docker build failed with exit code 1, back off 5.484 seconds before retry.
Test
Docker build failed with exit code 1, back off 4.156 seconds before retry.
elided lifetime has a name: batsim/optimise/src/handler.rs#L24
warning: elided lifetime has a name --> batsim/optimise/src/handler.rs:24:17 | 18 | pub fn optimise<'a>( | -- lifetime `'a` declared here ... 24 | ) -> Result<AgentSimulationRecord> { | ^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default
the following explicit lifetimes could be elided: 'a: batsim/simulate/src/days.rs#L35
warning: the following explicit lifetimes could be elided: 'a --> batsim/simulate/src/days.rs:35:6 | 35 | impl<'a> DerefMut for Day<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 35 - impl<'a> DerefMut for Day<'a> { 35 + impl DerefMut for Day<'_> { |
the following explicit lifetimes could be elided: 'a: batsim/configuration/src/charge_plan.rs#L44
warning: the following explicit lifetimes could be elided: 'a --> batsim/configuration/src/charge_plan.rs:44:6 | 44 | impl<'a> DerefMut for ActivityChargingPlanner<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 44 - impl<'a> DerefMut for ActivityChargingPlanner<'a> { 44 + impl DerefMut for ActivityChargingPlanner<'_> { |
the following explicit lifetimes could be elided: 'a: batsim/tracer/src/handler.rs#L16
warning: the following explicit lifetimes could be elided: 'a --> batsim/tracer/src/handler.rs:16:6 | 16 | impl<'a> Default for TraceHandler<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 16 - impl<'a> Default for TraceHandler<'a> { 16 + impl Default for TraceHandler<'_> { |
elided lifetime has a name: batsim/optimise/src/handler.rs#L24
warning: elided lifetime has a name --> batsim/optimise/src/handler.rs:24:17 | 18 | pub fn optimise<'a>( | -- lifetime `'a` declared here ... 24 | ) -> Result<AgentSimulationRecord> { | ^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default
the following explicit lifetimes could be elided: 'a: batsim/simulate/src/days.rs#L35
warning: the following explicit lifetimes could be elided: 'a --> batsim/simulate/src/days.rs:35:6 | 35 | impl<'a> DerefMut for Day<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 35 - impl<'a> DerefMut for Day<'a> { 35 + impl DerefMut for Day<'_> { |
the following explicit lifetimes could be elided: 'a: batsim/configuration/src/charge_plan.rs#L44
warning: the following explicit lifetimes could be elided: 'a --> batsim/configuration/src/charge_plan.rs:44:6 | 44 | impl<'a> DerefMut for ActivityChargingPlanner<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 44 - impl<'a> DerefMut for ActivityChargingPlanner<'a> { 44 + impl DerefMut for ActivityChargingPlanner<'_> { |
the following explicit lifetimes could be elided: 'a: batsim/tracer/src/handler.rs#L16
warning: the following explicit lifetimes could be elided: 'a --> batsim/tracer/src/handler.rs:16:6 | 16 | impl<'a> Default for TraceHandler<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 16 - impl<'a> Default for TraceHandler<'a> { 16 + impl Default for TraceHandler<'_> { |