Skip to content

ci: remove github services for devcontainers #45

ci: remove github services for devcontainers

ci: remove github services for devcontainers #45

Triggered via push July 12, 2024 12:03
Status Failure
Total duration 4m 27s
Billable time 6m
Artifacts

build.yml

on: push
Rust Build
4m 16s
Rust Build
Resources Validation
14s
Resources Validation
Fit to window
Zoom out
Zoom in

Annotations

1 error and 23 warnings
Rust Build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Rust Build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Rust Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Rust Build
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/
Rust Build
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/
Rust Build
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/
Rust Build
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/
Rust Build
version requirement `0.9.34+deprecated` for dependency `serde_yaml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
Rust Build: src/vault.rs#L13
constants have by default a `'static` lifetime
Rust Build: src/config.rs#L30
use of `expect` followed by a function call
Rust Build: src/vault.rs#L70
deref which would be done by auto-deref
Rust Build: src/vault.rs#L81
deref which would be done by auto-deref
Rust Build: src/workflow.rs#L21
use of `expect` followed by a function call
Rust Build: src/workflow.rs#L55
assigning the result of `Clone::clone()` may be inefficient
Rust Build: src/workflow.rs#L56
assigning the result of `Clone::clone()` may be inefficient
Rust Build: src/workflow.rs#L58
assigning the result of `Clone::clone()` may be inefficient
Rust Build: src/workflow.rs#L59
assigning the result of `Clone::clone()` may be inefficient
Rust Build
version requirement `0.9.34+deprecated` for dependency `serde_yaml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
Rust Build: src/workflow.rs#L145
variable does not need to be mutable
Rust Build: src/workflow.rs#L157
variable does not need to be mutable
Rust Build
`propeller` (bin "propeller" test) generated 2 warnings (run `cargo fix --bin "propeller" --tests` to apply 2 suggestions)
Rust Build: tests/common/mod.rs#L32
function `write_string_to_tempfile` is never used
Rust Build: tests/common/mod.rs#L12
function `postgres_container` is never used
Rust Build
`propeller` (test "rotate") generated 2 warnings (run `cargo fix --test "rotate"` to apply 1 suggestion)