Skip to content

Update README.md

Update README.md #289

Triggered via push August 22, 2023 09:29
Status Failure
Total duration 29s
Artifacts

nix.yml

on: push
Decide what we need to build
19s
Decide what we need to build
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
Decide what we need to build
Action failed with error: Error: Unable to locate executable file: cachix. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
the borrowed expression implements the required traits: vit-servicing-station-lib/src/v0/mod.rs#L42
error: the borrowed expression implements the required traits --> vit-servicing-station-lib/src/v0/mod.rs:42:47 | 42 | span.record("parent_span_id", &parent_span_id.to_string().as_str()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `parent_span_id.to_string().as_str()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
the borrowed expression implements the required traits: vit-servicing-station-lib/src/v0/mod.rs#L40
error: the borrowed expression implements the required traits --> vit-servicing-station-lib/src/v0/mod.rs:40:36 | 40 | span.record("span_id", &trace_context.span_id().to_string().as_str()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `trace_context.span_id().to_string().as_str()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
the borrowed expression implements the required traits: vit-servicing-station-lib/src/v0/mod.rs#L39
error: the borrowed expression implements the required traits --> vit-servicing-station-lib/src/v0/mod.rs:39:37 | 39 | span.record("trace_id", &trace_context.trace_id().to_string().as_str()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `trace_context.trace_id().to_string().as_str()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
the borrowed expression implements the required traits: vit-servicing-station-lib/src/v0/mod.rs#L36
error: the borrowed expression implements the required traits --> vit-servicing-station-lib/src/v0/mod.rs:36:40 | 36 | span.record("remote_addr", &remote_addr.to_string().as_str()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `remote_addr.to_string().as_str()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings`
this `impl` can be derived: vit-servicing-station-lib/src/server/settings/config.rs#L335
error: this `impl` can be derived --> vit-servicing-station-lib/src/server/settings/config.rs:335:1 | 335 | / impl Default for LogLevel { 336 | | fn default() -> Self { 337 | | LogLevel::Disabled 338 | | } 339 | | } | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls = note: `-D clippy::derivable-impls` implied by `-D warnings` = help: remove the manual implementation... help: ...and instead derive it... | 106 + #[derive(Default)] 107 | pub enum LogLevel { | help: ...and mark the default variant | 107 ~ #[default] 108 ~ Disabled, |
Decide what we need to build
The `save-state` 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/
Decide what we need to build
The following actions uses node12 which is deprecated and will be forced to run on node16: cachix/install-nix-action@v16, cachix/cachix-action@v10. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/