Skip to content

rename librocksdb-sys library #30

rename librocksdb-sys library

rename librocksdb-sys library #30

Triggered via push February 10, 2024 17:34
Status Failure
Total duration 6m 31s
Artifacts

rust.yml

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

Annotations

94 errors and 47 warnings
unresolved import `librocksdb_sys`: src/lib.rs#L139
error[E0432]: unresolved import `librocksdb_sys` --> src/lib.rs:139:5 | 139 | use librocksdb_sys as ffi; | ^^^^^^^^^^^^^^^^^^^^^ no external crate `librocksdb_sys`
unresolved import `crate::ffi`: src/write_batch.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/write_batch.rs:15:13 | 15 | use crate::{ffi, AsColumnFamilyRef}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/transaction_db.rs#L30
error[E0432]: unresolved import `crate::ffi` --> src/transactions/transaction_db.rs:30:5 | 30 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/transaction.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/transactions/transaction.rs:20:5 | 20 | ffi, AsColumnFamilyRef, DBIteratorWithThreadMode, DBPinnableSlice, DBRawIteratorWithThreadMode, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/options.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/transactions/options.rs:16:5 | 16 | use crate::ffi; | ^^^^^^^^^^ no `ffi` in the root | help: consider importing one of these items instead | 16 | use core::ffi; | ~~~~~~~~~ 16 | use std::ffi; | ~~~~~~~~ 16 | use std::os::unix::ffi; | ~~~~~~~~~~~~~~~~~~
unresolved import `crate::ffi`: src/transactions/optimistic_transaction_db.rs#L21
error[E0432]: unresolved import `crate::ffi` --> src/transactions/optimistic_transaction_db.rs:21:32 | 21 | db::DBCommon, db::DBInner, ffi, ffi_util::to_cpath, write_batch::WriteBatchWithTransaction, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/sst_file_writer.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/sst_file_writer.rs:16:13 | 16 | use crate::{ffi, ffi_util::to_cpath, Error, Options}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/snapshot.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/snapshot.rs:16:19 | 16 | db::DBAccess, ffi, AsColumnFamilyRef, DBIteratorWithThreadMode, DBPinnableSlice, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/slice_transform.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/slice_transform.rs:20:13 | 20 | use crate::{ffi, ffi_util::CStrLike}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/perf.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/perf.rs:17:26 | 17 | use crate::{db::DBInner, ffi, ffi_util::from_cstr, Cache, Error, DB}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/env.rs#L5
error[E0432]: unresolved import `crate::ffi` --> src/env.rs:5:13 | 5 | use crate::{ffi, Error}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_pinnable_slice.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/db_pinnable_slice.rs:15:13 | 15 | use crate::{ffi, DB}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_options.rs#L29
error[E0432]: unresolved import `crate::ffi` --> src/db_options.rs:29:5 | 29 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `librocksdb_sys`: src/lib.rs#L139
error[E0432]: unresolved import `librocksdb_sys` --> src/lib.rs:139:5 | 139 | use librocksdb_sys as ffi; | ^^^^^^^^^^^^^^^^^^^^^ no external crate `librocksdb_sys`
unresolved import `crate::ffi`: src/write_batch.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/write_batch.rs:15:13 | 15 | use crate::{ffi, AsColumnFamilyRef}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_iterator.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/db_iterator.rs:17:5 | 17 | ffi, Error, ReadOptions, WriteBatch, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/transaction_db.rs#L30
error[E0432]: unresolved import `crate::ffi` --> src/transactions/transaction_db.rs:30:5 | 30 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db.rs#L21
error[E0432]: unresolved import `crate::ffi` --> src/db.rs:21:5 | 21 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/transaction.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/transactions/transaction.rs:20:5 | 20 | ffi, AsColumnFamilyRef, DBIteratorWithThreadMode, DBPinnableSlice, DBRawIteratorWithThreadMode, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/compaction_filter_factory.rs#L7
error[E0432]: unresolved import `crate::ffi` --> src/compaction_filter_factory.rs:7:5 | 7 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/options.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/transactions/options.rs:16:5 | 16 | use crate::ffi; | ^^^^^^^^^^ no `ffi` in the root | help: consider importing one of these items instead | 16 | use core::ffi; | ~~~~~~~~~ 16 | use std::ffi; | ~~~~~~~~ 16 | use std::os::unix::ffi; | ~~~~~~~~~~~~~~~~~~
unresolved import `crate::ffi`: src/column_family.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/column_family.rs:15:32 | 15 | use crate::{db::MultiThreaded, ffi, Options}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/optimistic_transaction_db.rs#L21
error[E0432]: unresolved import `crate::ffi` --> src/transactions/optimistic_transaction_db.rs:21:32 | 21 | db::DBCommon, db::DBInner, ffi, ffi_util::to_cpath, write_batch::WriteBatchWithTransaction, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/checkpoint.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/checkpoint.rs:20:26 | 20 | use crate::{db::DBInner, ffi, ffi_util::to_cpath, DBCommon, Error, ThreadMode}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/sst_file_writer.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/sst_file_writer.rs:16:13 | 16 | use crate::{ffi, ffi_util::to_cpath, Error, Options}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/backup.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/backup.rs:17:26 | 17 | use crate::{db::DBInner, ffi, ffi_util::to_cpath, DBCommon, Error, ThreadMode}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/snapshot.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/snapshot.rs:16:19 | 16 | db::DBAccess, ffi, AsColumnFamilyRef, DBIteratorWithThreadMode, DBPinnableSlice, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/ffi_util.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/ffi_util.rs:16:13 | 16 | use crate::{ffi, Error}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/slice_transform.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/slice_transform.rs:20:13 | 20 | use crate::{ffi, ffi_util::CStrLike}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/perf.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/perf.rs:17:26 | 17 | use crate::{db::DBInner, ffi, ffi_util::from_cstr, Cache, Error, DB}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/env.rs#L5
error[E0432]: unresolved import `crate::ffi` --> src/env.rs:5:13 | 5 | use crate::{ffi, Error}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_pinnable_slice.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/db_pinnable_slice.rs:15:13 | 15 | use crate::{ffi, DB}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_options.rs#L29
error[E0432]: unresolved import `crate::ffi` --> src/db_options.rs:29:5 | 29 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_iterator.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/db_iterator.rs:17:5 | 17 | ffi, Error, ReadOptions, WriteBatch, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db.rs#L21
error[E0432]: unresolved import `crate::ffi` --> src/db.rs:21:5 | 21 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/compaction_filter_factory.rs#L7
error[E0432]: unresolved import `crate::ffi` --> src/compaction_filter_factory.rs:7:5 | 7 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/column_family.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/column_family.rs:15:32 | 15 | use crate::{db::MultiThreaded, ffi, Options}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/checkpoint.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/checkpoint.rs:20:26 | 20 | use crate::{db::DBInner, ffi, ffi_util::to_cpath, DBCommon, Error, ThreadMode}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/backup.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/backup.rs:17:26 | 17 | use crate::{db::DBInner, ffi, ffi_util::to_cpath, DBCommon, Error, ThreadMode}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/ffi_util.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/ffi_util.rs:16:13 | 16 | use crate::{ffi, Error}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
Rustdoc-check: src/ffi_util.rs#L16
unresolved import `crate::ffi`
Rustdoc-check: src/backup.rs#L17
unresolved import `crate::ffi`
Rustdoc-check: src/checkpoint.rs#L20
unresolved import `crate::ffi`
Rustdoc-check: src/column_family.rs#L15
unresolved import `crate::ffi`
Rustdoc-check: src/compaction_filter_factory.rs#L7
unresolved import `crate::ffi`
Rustdoc-check: src/db.rs#L21
unresolved import `crate::ffi`
Rustdoc-check: src/db_iterator.rs#L17
unresolved import `crate::ffi`
Rustdoc-check: src/db_options.rs#L29
unresolved import `crate::ffi`
Rustdoc-check: src/db_pinnable_slice.rs#L15
unresolved import `crate::ffi`
Rustdoc-check: src/env.rs#L5
unresolved import `crate::ffi`
Clippy
Clippy had exited with the 101 exit code
macOS
Process completed with exit code 101.
Windows
The operation was canceled.
Linux
The operation was canceled.
unresolved import `librocksdb_sys`: src/lib.rs#L139
error[E0432]: unresolved import `librocksdb_sys` --> src/lib.rs:139:5 | 139 | use librocksdb_sys as ffi; | ^^^^^^^^^^^^^^^^^^^^^ no external crate `librocksdb_sys`
unresolved import `crate::ffi`: src/write_batch.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/write_batch.rs:15:13 | 15 | use crate::{ffi, AsColumnFamilyRef}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/transaction_db.rs#L30
error[E0432]: unresolved import `crate::ffi` --> src/transactions/transaction_db.rs:30:5 | 30 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/transaction.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/transactions/transaction.rs:20:5 | 20 | ffi, AsColumnFamilyRef, DBIteratorWithThreadMode, DBPinnableSlice, DBRawIteratorWithThreadMode, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/options.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/transactions/options.rs:16:5 | 16 | use crate::ffi; | ^^^^^^^^^^ no `ffi` in the root | help: consider importing one of these items instead | 16 | use core::ffi; | ~~~~~~~~~ 16 | use std::ffi; | ~~~~~~~~ 16 | use std::os::unix::ffi; | ~~~~~~~~~~~~~~~~~~
unresolved import `crate::ffi`: src/transactions/optimistic_transaction_db.rs#L21
error[E0432]: unresolved import `crate::ffi` --> src/transactions/optimistic_transaction_db.rs:21:32 | 21 | db::DBCommon, db::DBInner, ffi, ffi_util::to_cpath, write_batch::WriteBatchWithTransaction, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/sst_file_writer.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/sst_file_writer.rs:16:13 | 16 | use crate::{ffi, ffi_util::to_cpath, Error, Options}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/snapshot.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/snapshot.rs:16:19 | 16 | db::DBAccess, ffi, AsColumnFamilyRef, DBIteratorWithThreadMode, DBPinnableSlice, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/slice_transform.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/slice_transform.rs:20:13 | 20 | use crate::{ffi, ffi_util::CStrLike}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/perf.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/perf.rs:17:26 | 17 | use crate::{db::DBInner, ffi, ffi_util::from_cstr, Cache, Error, DB}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/env.rs#L5
error[E0432]: unresolved import `crate::ffi` --> src/env.rs:5:13 | 5 | use crate::{ffi, Error}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_pinnable_slice.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/db_pinnable_slice.rs:15:13 | 15 | use crate::{ffi, DB}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_options.rs#L29
error[E0432]: unresolved import `crate::ffi` --> src/db_options.rs:29:5 | 29 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `librocksdb_sys`: src/lib.rs#L139
error[E0432]: unresolved import `librocksdb_sys` --> src/lib.rs:139:5 | 139 | use librocksdb_sys as ffi; | ^^^^^^^^^^^^^^^^^^^^^ no external crate `librocksdb_sys`
unresolved import `crate::ffi`: src/write_batch.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/write_batch.rs:15:13 | 15 | use crate::{ffi, AsColumnFamilyRef}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_iterator.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/db_iterator.rs:17:5 | 17 | ffi, Error, ReadOptions, WriteBatch, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/transaction_db.rs#L30
error[E0432]: unresolved import `crate::ffi` --> src/transactions/transaction_db.rs:30:5 | 30 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db.rs#L21
error[E0432]: unresolved import `crate::ffi` --> src/db.rs:21:5 | 21 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/transaction.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/transactions/transaction.rs:20:5 | 20 | ffi, AsColumnFamilyRef, DBIteratorWithThreadMode, DBPinnableSlice, DBRawIteratorWithThreadMode, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/compaction_filter_factory.rs#L7
error[E0432]: unresolved import `crate::ffi` --> src/compaction_filter_factory.rs:7:5 | 7 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/options.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/transactions/options.rs:16:5 | 16 | use crate::ffi; | ^^^^^^^^^^ no `ffi` in the root | help: consider importing one of these items instead | 16 | use core::ffi; | ~~~~~~~~~ 16 | use std::ffi; | ~~~~~~~~ 16 | use std::os::unix::ffi; | ~~~~~~~~~~~~~~~~~~
unresolved import `crate::ffi`: src/column_family.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/column_family.rs:15:32 | 15 | use crate::{db::MultiThreaded, ffi, Options}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/transactions/optimistic_transaction_db.rs#L21
error[E0432]: unresolved import `crate::ffi` --> src/transactions/optimistic_transaction_db.rs:21:32 | 21 | db::DBCommon, db::DBInner, ffi, ffi_util::to_cpath, write_batch::WriteBatchWithTransaction, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/checkpoint.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/checkpoint.rs:20:26 | 20 | use crate::{db::DBInner, ffi, ffi_util::to_cpath, DBCommon, Error, ThreadMode}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/sst_file_writer.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/sst_file_writer.rs:16:13 | 16 | use crate::{ffi, ffi_util::to_cpath, Error, Options}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/backup.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/backup.rs:17:26 | 17 | use crate::{db::DBInner, ffi, ffi_util::to_cpath, DBCommon, Error, ThreadMode}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/snapshot.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/snapshot.rs:16:19 | 16 | db::DBAccess, ffi, AsColumnFamilyRef, DBIteratorWithThreadMode, DBPinnableSlice, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/ffi_util.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/ffi_util.rs:16:13 | 16 | use crate::{ffi, Error}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/slice_transform.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/slice_transform.rs:20:13 | 20 | use crate::{ffi, ffi_util::CStrLike}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/perf.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/perf.rs:17:26 | 17 | use crate::{db::DBInner, ffi, ffi_util::from_cstr, Cache, Error, DB}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/env.rs#L5
error[E0432]: unresolved import `crate::ffi` --> src/env.rs:5:13 | 5 | use crate::{ffi, Error}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_pinnable_slice.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/db_pinnable_slice.rs:15:13 | 15 | use crate::{ffi, DB}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_options.rs#L29
error[E0432]: unresolved import `crate::ffi` --> src/db_options.rs:29:5 | 29 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db_iterator.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/db_iterator.rs:17:5 | 17 | ffi, Error, ReadOptions, WriteBatch, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/db.rs#L21
error[E0432]: unresolved import `crate::ffi` --> src/db.rs:21:5 | 21 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/compaction_filter_factory.rs#L7
error[E0432]: unresolved import `crate::ffi` --> src/compaction_filter_factory.rs:7:5 | 7 | ffi, | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/column_family.rs#L15
error[E0432]: unresolved import `crate::ffi` --> src/column_family.rs:15:32 | 15 | use crate::{db::MultiThreaded, ffi, Options}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/checkpoint.rs#L20
error[E0432]: unresolved import `crate::ffi` --> src/checkpoint.rs:20:26 | 20 | use crate::{db::DBInner, ffi, ffi_util::to_cpath, DBCommon, Error, ThreadMode}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/backup.rs#L17
error[E0432]: unresolved import `crate::ffi` --> src/backup.rs:17:26 | 17 | use crate::{db::DBInner, ffi, ffi_util::to_cpath, DBCommon, Error, ThreadMode}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
unresolved import `crate::ffi`: src/ffi_util.rs#L16
error[E0432]: unresolved import `crate::ffi` --> src/ffi_util.rs:16:13 | 16 | use crate::{ffi, Error}; | ^^^ no `ffi` in the root | = help: consider importing one of these items instead: std::ffi std::os::unix::ffi core::ffi
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/
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
[email protected]+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
[email protected]+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
[email protected]+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
[email protected]+8.10.0: | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
Rustdoc-check
[email protected]+8.10.0: snappy/snappy.cc:1405:35: required from ‘void snappy::SnappyDecompressor::DecompressAllTags(Writer*) [with Writer = snappy::SnappyDecompressionValidator]’
Rustdoc-check
[email protected]+8.10.0: snappy/snappy.cc:1587:35: required from ‘bool snappy::InternalUncompress(snappy::Source*, Writer*) [with Writer = snappy::SnappyDecompressionValidator]’
Rustdoc-check
[email protected]+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/
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/