Skip to content

update README and package name #12

update README and package name

update README and package name #12

Triggered via push February 10, 2024 15:26
Status Failure
Total duration 6m 3s
Artifacts

rust.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 47 warnings
macOS
Process completed with exit code 101.
Windows
The operation was canceled.
Linux
The operation was canceled.
type annotations needed: tests/util/mod.rs#L57
error[E0283]: type annotations needed --> tests/util/mod.rs:57:24 | 57 | let mut got = iter.collect::<Result<Vec<_>, _>>().unwrap(); | ^^^^^^^ ------ required by a bound introduced by this call | | | cannot infer type of the type parameter `B` declared on the method `collect` | = note: cannot satisfy `_: std::fmt::Debug` note: required by a bound in `std::result::Result::<T, E>::unwrap` --> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/result.rs:1071:5 help: consider specifying the generic argument | 57 | let mut got = iter.collect::<Vec<_>>().unwrap(); | ~~~~~~~~~~
type annotations needed: tests/util/mod.rs#L51
error[E0283]: type annotations needed --> tests/util/mod.rs:51:20 | 51 | let got = iter.collect::<Result<Vec<_>, _>>().unwrap(); | ^^^^^^^ ------ required by a bound introduced by this call | | | cannot infer type of the type parameter `B` declared on the method `collect` | = note: cannot satisfy `_: std::fmt::Debug` note: required by a bound in `std::result::Result::<T, E>::unwrap` --> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/result.rs:1071:5 help: consider specifying the generic argument | 51 | let got = iter.collect::<Vec<_>>().unwrap(); | ~~~~~~~~~~
type annotations needed: tests/util/mod.rs#L57
error[E0283]: type annotations needed --> tests/util/mod.rs:57:24 | 57 | let mut got = iter.collect::<Result<Vec<_>, _>>().unwrap(); | ^^^^^^^ ------ required by a bound introduced by this call | | | cannot infer type of the type parameter `B` declared on the method `collect` | = note: cannot satisfy `_: std::fmt::Debug` note: required by a bound in `std::result::Result::<T, E>::unwrap` --> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/result.rs:1071:5 help: consider specifying the generic argument | 57 | let mut got = iter.collect::<Vec<_>>().unwrap(); | ~~~~~~~~~~
type annotations needed: tests/util/mod.rs#L51
error[E0283]: type annotations needed --> tests/util/mod.rs:51:20 | 51 | let got = iter.collect::<Result<Vec<_>, _>>().unwrap(); | ^^^^^^^ ------ required by a bound introduced by this call | | | cannot infer type of the type parameter `B` declared on the method `collect` | = note: cannot satisfy `_: std::fmt::Debug` note: required by a bound in `std::result::Result::<T, E>::unwrap` --> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/result.rs:1071:5 help: consider specifying the generic argument | 51 | let got = iter.collect::<Vec<_>>().unwrap(); | ~~~~~~~~~~
unresolved import `rocksdb`: tests/test_raw_iterator.rs#L19
error[E0432]: unresolved import `rocksdb` --> tests/test_raw_iterator.rs:19:5 | 19 | use rocksdb::{DBAccess, DBRawIteratorWithThreadMode, DB}; | ^^^^^^^ use of undeclared crate or module `rocksdb`
unresolved import `rocksdb`: tests/test_rocksdb_options.rs#L19
error[E0432]: unresolved import `rocksdb` --> tests/test_rocksdb_options.rs:19:5 | 19 | use rocksdb::{ | ^^^^^^^ use of undeclared crate or module `rocksdb`
unresolved import `rocksdb`: tests/util/mod.rs#L5
error[E0432]: unresolved import `rocksdb` --> tests/util/mod.rs:5:5 | 5 | use rocksdb::{Error, Options, DB}; | ^^^^^^^ use of undeclared crate or module `rocksdb`
unresolved import `rocksdb`: tests/test_backup.rs#L19
error[E0432]: unresolved import `rocksdb` --> tests/test_backup.rs:19:5 | 19 | use rocksdb::{ | ^^^^^^^ use of undeclared crate or module `rocksdb`
unresolved import `rocksdb`: tests/util/mod.rs#L5
error[E0432]: unresolved import `rocksdb` --> tests/util/mod.rs:5:5 | 5 | use rocksdb::{Error, Options, DB}; | ^^^^^^^ use of undeclared crate or module `rocksdb`
failed to resolve: use of undeclared crate or module `rocksdb`: tests/test_backup.rs#L19
error[E0433]: failed to resolve: use of undeclared crate or module `rocksdb` --> tests/test_backup.rs:19:5 | 19 | use rocksdb::{ | ^^^^^^^ use of undeclared crate or module `rocksdb`
unresolved import `rocksdb`: tests/util/mod.rs#L5
error[E0432]: unresolved import `rocksdb` --> tests/util/mod.rs:5:5 | 5 | use rocksdb::{Error, Options, DB}; | ^^^^^^^ use of undeclared crate or module `rocksdb`
Clippy
Clippy had exited with the 101 exit code
type annotations needed: tests/util/mod.rs#L57
error[E0283]: type annotations needed --> tests/util/mod.rs:57:24 | 57 | let mut got = iter.collect::<Result<Vec<_>, _>>().unwrap(); | ^^^^^^^ ------ required by a bound introduced by this call | | | cannot infer type of the type parameter `B` declared on the method `collect` | = note: cannot satisfy `_: std::fmt::Debug` note: required by a bound in `std::result::Result::<T, E>::unwrap` --> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/result.rs:1071:5 help: consider specifying the generic argument | 57 | let mut got = iter.collect::<Vec<_>>().unwrap(); | ~~~~~~~~~~
type annotations needed: tests/util/mod.rs#L51
error[E0283]: type annotations needed --> tests/util/mod.rs:51:20 | 51 | let got = iter.collect::<Result<Vec<_>, _>>().unwrap(); | ^^^^^^^ ------ required by a bound introduced by this call | | | cannot infer type of the type parameter `B` declared on the method `collect` | = note: cannot satisfy `_: std::fmt::Debug` note: required by a bound in `std::result::Result::<T, E>::unwrap` --> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/result.rs:1071:5 help: consider specifying the generic argument | 51 | let got = iter.collect::<Vec<_>>().unwrap(); | ~~~~~~~~~~
type annotations needed: tests/util/mod.rs#L57
error[E0283]: type annotations needed --> tests/util/mod.rs:57:24 | 57 | let mut got = iter.collect::<Result<Vec<_>, _>>().unwrap(); | ^^^^^^^ ------ required by a bound introduced by this call | | | cannot infer type of the type parameter `B` declared on the method `collect` | = note: cannot satisfy `_: std::fmt::Debug` note: required by a bound in `std::result::Result::<T, E>::unwrap` --> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/result.rs:1071:5 help: consider specifying the generic argument | 57 | let mut got = iter.collect::<Vec<_>>().unwrap(); | ~~~~~~~~~~
type annotations needed: tests/util/mod.rs#L51
error[E0283]: type annotations needed --> tests/util/mod.rs:51:20 | 51 | let got = iter.collect::<Result<Vec<_>, _>>().unwrap(); | ^^^^^^^ ------ required by a bound introduced by this call | | | cannot infer type of the type parameter `B` declared on the method `collect` | = note: cannot satisfy `_: std::fmt::Debug` note: required by a bound in `std::result::Result::<T, E>::unwrap` --> /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/result.rs:1071:5 help: consider specifying the generic argument | 51 | let got = iter.collect::<Vec<_>>().unwrap(); | ~~~~~~~~~~
unresolved import `rocksdb`: tests/test_checkpoint.rs#L19
error[E0432]: unresolved import `rocksdb` --> tests/test_checkpoint.rs:19:5 | 19 | use rocksdb::{checkpoint::Checkpoint, Options, DB}; | ^^^^^^^ use of undeclared crate or module `rocksdb`
unresolved import `rocksdb`: tests/util/mod.rs#L5
error[E0432]: unresolved import `rocksdb` --> tests/util/mod.rs:5:5 | 5 | use rocksdb::{Error, Options, DB}; | ^^^^^^^ use of undeclared crate or module `rocksdb`
failed to resolve: use of undeclared crate or module `rocksdb`: tests/test_checkpoint.rs#L19
error[E0433]: failed to resolve: use of undeclared crate or module `rocksdb` --> tests/test_checkpoint.rs:19:5 | 19 | use rocksdb::{checkpoint::Checkpoint, Options, DB}; | ^^^^^^^ use of undeclared crate or module `rocksdb`
unresolved import `rocksdb`: tests/test_comparator.rs#L1
error[E0432]: unresolved import `rocksdb` --> tests/test_comparator.rs:1:5 | 1 | use rocksdb::{Options, DB}; | ^^^^^^^ use of undeclared crate or module `rocksdb`
unresolved import `rocksdb`: tests/test_backup.rs#L19
error[E0432]: unresolved import `rocksdb` --> tests/test_backup.rs:19:5 | 19 | use rocksdb::{ | ^^^^^^^ use of undeclared crate or module `rocksdb`
unresolved import `rocksdb`: tests/util/mod.rs#L5
error[E0432]: unresolved import `rocksdb` --> tests/util/mod.rs:5:5 | 5 | use rocksdb::{Error, Options, DB}; | ^^^^^^^ use of undeclared crate or module `rocksdb`
failed to resolve: use of undeclared crate or module `rocksdb`: tests/test_backup.rs#L19
error[E0433]: failed to resolve: use of undeclared crate or module `rocksdb` --> tests/test_backup.rs:19:5 | 19 | use rocksdb::{ | ^^^^^^^ use of undeclared crate or module `rocksdb`
Security audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/audit-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Security audit
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Security audit
1 warnings found!
Security audit
Unknown warning kind unsound found, please, file a bug
Rustfmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
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/
macOS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macOS
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
macOS
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/
macOS
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/
macOS
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/
macOS
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/
Windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Windows
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Windows
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/
Windows
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/
Windows
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/
Windows
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/
Linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Linux
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/
Linux
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/
Linux
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/
Linux
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/
Rustdoc-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Rustdoc-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Rustdoc-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/
Rustdoc-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/
Rustdoc-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/
Rustdoc-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/
Rustdoc-check
librocksdb-sys@0.16.0+8.10.0: snappy/snappy.cc: In instantiation of ‘std::pair<const unsigned char*, long int> snappy::DecompressBranchless(const uint8_t*, const uint8_t*, ptrdiff_t, T, ptrdiff_t) [with T = char*; uint8_t = unsigned char; ptrdiff_t = long int]’:
Rustdoc-check
librocksdb-sys@0.16.0+8.10.0: snappy/snappy.cc:1600:34: required from ‘bool snappy::InternalUncompressAllTags(snappy::SnappyDecompressor*, Writer*, uint32_t, uint32_t) [with Writer = snappy::SnappyArrayWriter; uint32_t = unsigned int]’
Rustdoc-check
librocksdb-sys@0.16.0+8.10.0: snappy/snappy.cc:1293:37: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘ptrdiff_t’ {aka ‘long int’} [-Wsign-compare]
Rustdoc-check
librocksdb-sys@0.16.0+8.10.0: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
Rustdoc-check
librocksdb-sys@0.16.0+8.10.0: snappy/snappy.cc:1405:35: required from ‘void snappy::SnappyDecompressor::DecompressAllTags(Writer*) [with Writer = snappy::SnappyDecompressionValidator]’
Rustdoc-check
librocksdb-sys@0.16.0+8.10.0: snappy/snappy.cc:1587:35: required from ‘bool snappy::InternalUncompress(snappy::Source*, Writer*) [with Writer = snappy::SnappyDecompressionValidator]’
Rustdoc-check
librocksdb-sys@0.16.0+8.10.0: snappy/snappy.cc:1293:37: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘ptrdiff_t’ {aka ‘long int’} [-Wsign-compare]
Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
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/