Skip to content

feat: runtime versioning #555

feat: runtime versioning

feat: runtime versioning #555

Triggered via pull request July 10, 2024 08:33
Status Failure
Total duration 7m 30s
Artifacts

grovedb.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 39 warnings
Formatting
Process completed with exit code 250.
cannot find value `grove_version` in this scope: merk/src/debugger.rs#L22
error[E0425]: cannot find value `grove_version` in this scope --> merk/src/debugger.rs:22:13 | 22 | grove_version, | ^^^^^^^^^^^^^ not found in this scope
cannot find type `GroveVersion` in this scope: merk/src/debugger.rs#L21
error[E0412]: cannot find type `GroveVersion` in this scope --> merk/src/debugger.rs:21:31 | 21 | None::<fn(&[u8], &GroveVersion) -> Option<ValueDefinedCostType>>, | ^^^^^^^^^^^^ not found in this scope | help: consider importing this struct | 3 + use grovedb_version::version::GroveVersion; |
Linting
Clippy had exited with the 101 exit code
Tests
Process completed with exit code 101.
Dependencies security audit
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], actions/checkout@v2, actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Dependencies security audit
The following actions uses Node.js version which is deprecated and will be forced to run on node20: styfle/[email protected], actions/checkout@v2, actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Dependencies security audit
2 warnings found!
Dependencies security audit
Unknown warning kind unsound found, please, file a bug
Formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Formatting
The following actions uses Node.js version which is deprecated and will be forced to run on node20: styfle/[email protected], actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Formatting
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/
Formatting
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/
Formatting
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/
Formatting
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/
Compilation errors
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Compilation errors
The following actions uses Node.js version which is deprecated and will be forced to run on node20: styfle/[email protected], actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Compilation errors
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/
Compilation errors
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/
Compilation errors
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/
Compilation errors
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/
unused variable: `grove_version`: merk/src/estimated_costs/mod.rs#L190
warning: unused variable: `grove_version` --> merk/src/estimated_costs/mod.rs:190:5 | 190 | grove_version: &GroveVersion, | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grove_version`
unused variable: `grove_version`: merk/src/estimated_costs/mod.rs#L161
warning: unused variable: `grove_version` --> merk/src/estimated_costs/mod.rs:161:5 | 161 | grove_version: &GroveVersion, | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grove_version`
unused variable: `grove_version`: merk/src/estimated_costs/mod.rs#L136
warning: unused variable: `grove_version` --> merk/src/estimated_costs/mod.rs:136:5 | 136 | grove_version: &GroveVersion, | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grove_version`
unused variable: `grove_version`: merk/src/estimated_costs/mod.rs#L112
warning: unused variable: `grove_version` --> merk/src/estimated_costs/mod.rs:112:5 | 112 | grove_version: &GroveVersion, | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grove_version`
unused variable: `grove_version`: merk/src/estimated_costs/mod.rs#L85
warning: unused variable: `grove_version` --> merk/src/estimated_costs/mod.rs:85:5 | 85 | grove_version: &GroveVersion, | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grove_version`
unused variable: `grove_version`: merk/src/estimated_costs/mod.rs#L60
warning: unused variable: `grove_version` --> merk/src/estimated_costs/mod.rs:60:5 | 60 | grove_version: &GroveVersion, | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grove_version`
unused variable: `grove_version`: merk/src/estimated_costs/mod.rs#L40
warning: unused variable: `grove_version` --> merk/src/estimated_costs/mod.rs:40:9 | 40 | grove_version: &GroveVersion, | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grove_version`
unused variable: `grove_version`: merk/src/tree/walk/mod.rs#L226
warning: unused variable: `grove_version` --> merk/src/tree/walk/mod.rs:226:9 | 226 | grove_version: &GroveVersion, | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grove_version`
unused variable: `grove_version`: merk/src/merk/open.rs#L22
warning: unused variable: `grove_version` --> merk/src/merk/open.rs:22:9 | 22 | grove_version: &GroveVersion, | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_grove_version` | = note: `#[warn(unused_variables)]` on by default
'test' may be misspelled as 'tests': merk/src/tree/fuzz_tests.rs#L3
warning: 'test' may be misspelled as 'tests' --> merk/src/tree/fuzz_tests.rs:3:8 | 3 | #![cfg(tests)] | ^^^^^ help: did you mean: `test` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#maybe_misused_cfg = note: `#[warn(clippy::maybe_misused_cfg)]` on by default
unused import: `ExitStatus`: grovedb/build.rs#L6
warning: unused import: `ExitStatus` --> grovedb/build.rs:6:28 | 6 | process::{Command, ExitStatus, Output}, | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
Linting
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linting
The following actions uses Node.js version which is deprecated and will be forced to run on node20: styfle/[email protected], actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linting
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/
Linting
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/
Linting
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/
Linting
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/
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: styfle/[email protected], actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests
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/
Tests
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/
Tests
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/
Tests
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/