Skip to content

feat(renovate): group nix dependencies #373

feat(renovate): group nix dependencies

feat(renovate): group nix dependencies #373

Triggered via push March 22, 2025 08:52
Status Failure
Total duration 1m 4s
Artifacts 1

ci.yml

on: push
Code Coverage
59s
Code Coverage
Rustfmt Check
13s
Rustfmt Check
Clippy Lint
29s
Clippy Lint
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 48 warnings
Test (nightly)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test (stable)
The operation was canceled.
Test (stable)
The strategy configuration was canceled because "test.nightly" failed
Rustfmt Check
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 Check
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 Check
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 Check
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/
missing documentation for a struct: eventually-postgres/src/event.rs#L98
warning: missing documentation for a struct --> eventually-postgres/src/event.rs:98:1 | 98 | pub struct Store<Id, Evt, Serde> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
missing documentation for a variant: eventually-postgres/src/event.rs#L26
warning: missing documentation for a variant --> eventually-postgres/src/event.rs:26:5 | 26 | Database(#[source] sqlx::Error), | ^^^^^^^^
missing documentation for a struct field: eventually-postgres/src/event.rs#L23
warning: missing documentation for a struct field --> eventually-postgres/src/event.rs:23:9 | 23 | error: sqlx::Error, | ^^^^^^^^^^^^^^^^^^
missing documentation for a struct field: eventually-postgres/src/event.rs#L21
warning: missing documentation for a struct field --> eventually-postgres/src/event.rs:21:9 | 21 | name: &'static str, | ^^^^^^^^^^^^^^^^^^
missing documentation for a variant: eventually-postgres/src/event.rs#L20
warning: missing documentation for a variant --> eventually-postgres/src/event.rs:20:5 | 20 | ReadColumn { | ^^^^^^^^^^
missing documentation for a variant: eventually-postgres/src/event.rs#L18
warning: missing documentation for a variant --> eventually-postgres/src/event.rs:18:5 | 18 | DeserializeEvent(#[source] anyhow::Error), | ^^^^^^^^^^^^^^^^
missing documentation for an enum: eventually-postgres/src/event.rs#L16
warning: missing documentation for an enum --> eventually-postgres/src/event.rs:16:1 | 16 | pub enum StreamError { | ^^^^^^^^^^^^^^^^^^^^
missing documentation for a module: eventually-postgres/src/lib.rs#L12
warning: missing documentation for a module --> eventually-postgres/src/lib.rs:12:1 | 12 | pub mod event; | ^^^^^^^^^^^^^ | note: the lint level is defined here --> eventually-postgres/src/lib.rs:9:9 | 9 | #![warn(missing_docs)] | ^^^^^^^^^^^^
Clippy Lint
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 Lint
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 Lint
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 Lint
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 (nightly): eventually-postgres/tests/aggregate_repository.rs#L71
use of deprecated function `rand::thread_rng`: renamed to `rng`
Test (nightly)
`eventually-postgres` (lib) generated 8 warnings
Test (nightly): eventually-postgres/src/event.rs#L98
missing documentation for a struct
Test (nightly): eventually-postgres/src/event.rs#L26
missing documentation for a variant
Test (nightly): eventually-postgres/src/event.rs#L23
missing documentation for a struct field
Test (nightly): eventually-postgres/src/event.rs#L21
missing documentation for a struct field
Test (nightly): eventually-postgres/src/event.rs#L20
missing documentation for a variant
Test (nightly): eventually-postgres/src/event.rs#L18
missing documentation for a variant
Test (nightly): eventually-postgres/src/event.rs#L16
missing documentation for an enum
Test (nightly): eventually-postgres/src/lib.rs#L12
missing documentation for a module
Test (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/
Test (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/
Test (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/
Test (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/
Test (stable): eventually-postgres/tests/event_store.rs#L79
use of deprecated function `rand::thread_rng`: renamed to `rng`
Test (stable)
`eventually-postgres` (lib) generated 8 warnings
Test (stable): eventually-postgres/src/event.rs#L98
missing documentation for a struct
Test (stable): eventually-postgres/src/event.rs#L26
missing documentation for a variant
Test (stable): eventually-postgres/src/event.rs#L23
missing documentation for a struct field
Test (stable): eventually-postgres/src/event.rs#L21
missing documentation for a struct field
Test (stable): eventually-postgres/src/event.rs#L20
missing documentation for a variant
Test (stable): eventually-postgres/src/event.rs#L18
missing documentation for a variant
Test (stable): eventually-postgres/src/event.rs#L16
missing documentation for an enum
Test (stable): eventually-postgres/src/lib.rs#L12
missing documentation for a module
Test (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/
Test (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/
Test (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/
Test (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/
Code Coverage
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/
Code Coverage
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/
Code Coverage
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/
Code Coverage
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/

Artifacts

Produced during runtime
Name Size Digest
code-coverage-report Expired
14 KB
sha256:92ef9de0324e7c49190ebc0197f9ffbc80b61baeacdce033020805da376a3682