[INFO] fetching crate db-rs 0.2.1...
[INFO] checking db-rs-0.2.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate db-rs 0.2.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate db-rs 0.2.1 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate db-rs 0.2.1
[INFO] finished tweaking crates.io crate db-rs 0.2.1
[INFO] tweaked toml for crates.io crate db-rs 0.2.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8651bbe2fd4014de998f84fa6c31239d423e815e7d66fb0cba82042ea2f420f9
[INFO] running `Command { std: "docker" "start" "-a" "8651bbe2fd4014de998f84fa6c31239d423e815e7d66fb0cba82042ea2f420f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8651bbe2fd4014de998f84fa6c31239d423e815e7d66fb0cba82042ea2f420f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8651bbe2fd4014de998f84fa6c31239d423e815e7d66fb0cba82042ea2f420f9", kill_on_drop: false }`
[INFO] [stdout] 8651bbe2fd4014de998f84fa6c31239d423e815e7d66fb0cba82042ea2f420f9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af0e4bdf353da5a84adea18671cdd93aff194bfa38171f84d71f939a0db4154d
[INFO] running `Command { std: "docker" "start" "-a" "af0e4bdf353da5a84adea18671cdd93aff194bfa38171f84d71f939a0db4154d", kill_on_drop: false }`
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking db-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `db_rs_derive`
[INFO] [stdout]  --> tests/log_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use db_rs_derive::Schema;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `db_rs_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `db_rs_derive`
[INFO] [stdout]  --> tests/single_tests.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use db_rs_derive::Schema;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `db_rs_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LogTests` in the current scope
[INFO] [stdout]   --> tests/log_tests.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct LogTests {
[INFO] [stdout]    | ------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     let mut db = LogTests::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `LogTests`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LogTests` in the current scope
[INFO] [stdout]   --> tests/log_tests.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct LogTests {
[INFO] [stdout]    | ------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 36 |     let db = LogTests::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                        ^^^^ function or associated item not found in `LogTests`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LogTests` in the current scope
[INFO] [stdout]   --> tests/log_tests.rs:48:28
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct LogTests {
[INFO] [stdout]    | ------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 48 |     let mut db = LogTests::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `LogTests`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LogTests` in the current scope
[INFO] [stdout]   --> tests/log_tests.rs:77:24
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct LogTests {
[INFO] [stdout]    | ------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 77 |     let db = LogTests::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                        ^^^^ function or associated item not found in `LogTests`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `db_rs_derive`
[INFO] [stdout]  --> tests/list_tests.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use db_rs_derive::Schema;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `db_rs_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LogTests` in the current scope
[INFO] [stdout]   --> tests/log_tests.rs:86:29
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct LogTests {
[INFO] [stdout]    | ------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 86 |     let mut log = LogTests::init(cfg).unwrap();
[INFO] [stdout]    |                             ^^^^ function or associated item not found in `LogTests`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LogTests` in the current scope
[INFO] [stdout]   --> tests/log_tests.rs:96:44
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct LogTests {
[INFO] [stdout]    | ------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 96 |     let db = Arc::new(Mutex::new(LogTests::init(Config::in_folder(dir)).unwrap()));
[INFO] [stdout]    |                                            ^^^^ function or associated item not found in `LogTests`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `db_rs::compacter::BackgroundCompacter`
[INFO] [stdout]  --> tests/log_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use db_rs::compacter::BackgroundCompacter;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `SingleSchema` in the current scope
[INFO] [stdout]   --> tests/single_tests.rs:21:32
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct SingleSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     let mut db = SingleSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                                ^^^^ function or associated item not found in `SingleSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `SingleSchema` in the current scope
[INFO] [stdout]   --> tests/single_tests.rs:25:32
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct SingleSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 25 |     let mut db = SingleSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                                ^^^^ function or associated item not found in `SingleSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `db_rs_derive`
[INFO] [stdout]  --> tests/lookup_set_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use db_rs_derive::Schema;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `db_rs_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `SingleSchema` in the current scope
[INFO] [stdout]   --> tests/single_tests.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct SingleSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 30 |     let db = SingleSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `SingleSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `db_rs_derive`
[INFO] [stdout]  --> tests/transaction_tests.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use db_rs_derive::Schema;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `db_rs_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `SingleSchema` in the current scope
[INFO] [stdout]   --> tests/single_tests.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct SingleSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 42 |     let mut db = SingleSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                                ^^^^ function or associated item not found in `SingleSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `SingleSchema` in the current scope
[INFO] [stdout]   --> tests/single_tests.rs:51:28
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct SingleSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 51 |     let db = SingleSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `SingleSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `db-rs` (test "log_tests") due to 8 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `db_rs_derive`
[INFO] [stdout]  --> tests/lookup_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use db_rs_derive::Schema;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `db_rs_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Db`
[INFO] [stdout]  --> tests/single_tests.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use db_rs::{Config, Db, Single};
[INFO] [stdout]   |                     ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Schema` in the current scope
[INFO] [stdout]   --> tests/list_tests.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 6  | struct Schema {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     let mut db = Schema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                          ^^^^ function or associated item not found in `Schema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Schema` in the current scope
[INFO] [stdout]   --> tests/list_tests.rs:20:22
[INFO] [stdout]    |
[INFO] [stdout] 6  | struct Schema {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     let db = Schema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                      ^^^^ function or associated item not found in `Schema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `db-rs` (test "single_tests") due to 7 previous errors; 1 warning emitted
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Schema` in the current scope
[INFO] [stdout]   --> tests/list_tests.rs:30:26
[INFO] [stdout]    |
[INFO] [stdout] 6  | struct Schema {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 30 |     let mut db = Schema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                          ^^^^ function or associated item not found in `Schema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `db_rs_derive`
[INFO] [stdout]  --> tests/lookup_list_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use db_rs_derive::Schema;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `db_rs_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Schema` in the current scope
[INFO] [stdout]   --> tests/list_tests.rs:48:22
[INFO] [stdout]    |
[INFO] [stdout] 6  | struct Schema {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 48 |     let db = Schema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                      ^^^^ function or associated item not found in `Schema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Schema` in the current scope
[INFO] [stdout]   --> tests/list_tests.rs:58:26
[INFO] [stdout]    |
[INFO] [stdout] 6  | struct Schema {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 58 |     let mut db = Schema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                          ^^^^ function or associated item not found in `Schema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `Schema` in the current scope
[INFO] [stdout]   --> tests/list_tests.rs:80:22
[INFO] [stdout]    |
[INFO] [stdout] 6  | struct Schema {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 80 |     let db = Schema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                      ^^^^ function or associated item not found in `Schema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Db`
[INFO] [stdout]  --> tests/list_tests.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use db_rs::{Config, Db, List};
[INFO] [stdout]   |                     ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_set_tests.rs:20:32
[INFO] [stdout]    |
[INFO] [stdout] 8  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     let mut db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                                ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `TxTest` in the current scope
[INFO] [stdout]   --> tests/transaction_tests.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 7  | struct TxTest {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     let mut db = TxTest::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                          ^^^^ function or associated item not found in `TxTest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `TxTest` in the current scope
[INFO] [stdout]   --> tests/transaction_tests.rs:22:26
[INFO] [stdout]    |
[INFO] [stdout] 7  | struct TxTest {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |         let db = TxTest::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                          ^^^^ function or associated item not found in `TxTest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `TxTest` in the current scope
[INFO] [stdout]   --> tests/transaction_tests.rs:27:26
[INFO] [stdout]    |
[INFO] [stdout] 7  | struct TxTest {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |         let db = TxTest::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                          ^^^^ function or associated item not found in `TxTest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_set_tests.rs:24:28
[INFO] [stdout]    |
[INFO] [stdout] 8  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     let db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `db-rs` (test "list_tests") due to 8 previous errors; 1 warning emitted
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_set_tests.rs:36:32
[INFO] [stdout]    |
[INFO] [stdout] 8  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 36 |     let mut db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                                ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `TxTest` in the current scope
[INFO] [stdout]   --> tests/transaction_tests.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout] 7  | struct TxTest {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     let mut db = TxTest::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                          ^^^^ function or associated item not found in `TxTest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_tests.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     let mut db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                                ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_tests.rs:23:28
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     let db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `TxTest` in the current scope
[INFO] [stdout]   --> tests/transaction_tests.rs:69:22
[INFO] [stdout]    |
[INFO] [stdout] 7  | struct TxTest {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 69 |     let db = TxTest::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                      ^^^^ function or associated item not found in `TxTest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_set_tests.rs:45:28
[INFO] [stdout]    |
[INFO] [stdout] 8  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     let db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_tests.rs:33:32
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     let mut db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                                ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `TxTest` in the current scope
[INFO] [stdout]   --> tests/transaction_tests.rs:81:26
[INFO] [stdout]    |
[INFO] [stdout] 7  | struct TxTest {
[INFO] [stdout]    | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 81 |     let mut db = TxTest::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                          ^^^^ function or associated item not found in `TxTest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_list_tests.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     let mut db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                                ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_tests.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 42 |     let db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_set_tests.rs:60:32
[INFO] [stdout]    |
[INFO] [stdout] 8  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 60 |     let mut db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                                ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `db_rs::Db`
[INFO] [stdout]  --> tests/lookup_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use db_rs::Db;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `TxTest` in the current scope
[INFO] [stdout]    --> tests/transaction_tests.rs:108:22
[INFO] [stdout]     |
[INFO] [stdout] 7   | struct TxTest {
[INFO] [stdout]     | ------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 108 |     let db = TxTest::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]     |                      ^^^^ function or associated item not found in `TxTest`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Db`
[INFO] [stdout]             candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_list_tests.rs:23:28
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     let db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Db`
[INFO] [stdout]  --> tests/transaction_tests.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use db_rs::{Config, Db, LookupTable};
[INFO] [stdout]   |                     ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_list_tests.rs:34:32
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 34 |     let mut db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                                ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_list_tests.rs:43:28
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 43 |     let db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_set_tests.rs:65:28
[INFO] [stdout]    |
[INFO] [stdout] 8  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 65 |     let db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `db_rs::Db`
[INFO] [stdout]  --> tests/lookup_set_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use db_rs::Db;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `db-rs` (test "lookup_tests") due to 6 previous errors; 1 warning emitted
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_list_tests.rs:83:32
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 83 |     let mut db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                                ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `init` found for struct `LookupSchema` in the current scope
[INFO] [stdout]   --> tests/lookup_list_tests.rs:88:28
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct LookupSchema {
[INFO] [stdout]    | ----------------------- function or associated item `init` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 88 |     let db = LookupSchema::init(Config::in_folder(dir)).unwrap();
[INFO] [stdout]    |                            ^^^^ function or associated item not found in `LookupSchema`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `init`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Db`
[INFO] [stdout]            candidate #2: `Table`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `db_rs::Db`
[INFO] [stdout]  --> tests/lookup_list_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use db_rs::Db;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `db-rs` (test "transaction_tests") due to 9 previous errors; 1 warning emitted
[INFO] [stderr] error: could not compile `db-rs` (test "lookup_set_tests") due to 8 previous errors; 1 warning emitted
[INFO] [stderr] error: could not compile `db-rs` (test "lookup_list_tests") due to 8 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "af0e4bdf353da5a84adea18671cdd93aff194bfa38171f84d71f939a0db4154d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af0e4bdf353da5a84adea18671cdd93aff194bfa38171f84d71f939a0db4154d", kill_on_drop: false }`
[INFO] [stdout] af0e4bdf353da5a84adea18671cdd93aff194bfa38171f84d71f939a0db4154d
