[INFO] cloning repository https://github.com/konnidb/bridge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/konnidb/bridge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkonnidb%2Fbridge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkonnidb%2Fbridge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 70713f0e71461bd38469f25d4f43a0bcf3bee2ef [INFO] testing konnidb/bridge against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkonnidb%2Fbridge" "/workspace/builds/worker-35/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-35/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/konnidb/bridge on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/konnidb/bridge [INFO] finished tweaking git repo https://github.com/konnidb/bridge [INFO] tweaked toml for git repo https://github.com/konnidb/bridge written to /workspace/builds/worker-35/source/Cargo.toml [INFO] crate git repo https://github.com/konnidb/bridge already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b185a331912a8e63ea2517e5d3d8665331ff8b2db525c5b89a06d6850bf56f4 [INFO] running `Command { std: "docker" "start" "-a" "1b185a331912a8e63ea2517e5d3d8665331ff8b2db525c5b89a06d6850bf56f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b185a331912a8e63ea2517e5d3d8665331ff8b2db525c5b89a06d6850bf56f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b185a331912a8e63ea2517e5d3d8665331ff8b2db525c5b89a06d6850bf56f4", kill_on_drop: false }` [INFO] [stdout] 1b185a331912a8e63ea2517e5d3d8665331ff8b2db525c5b89a06d6850bf56f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc3e46de9c9e6408ce0f86edc91de0756e0f72baca32472ed0f4cc2558b9b563 [INFO] running `Command { std: "docker" "start" "-a" "dc3e46de9c9e6408ce0f86edc91de0756e0f72baca32472ed0f4cc2558b9b563", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bridgedb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `option` [INFO] [stdout] --> src/main.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{option, ops::Deref}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `collections::btree_map::Keys`, `ops::Deref` [INFO] [stdout] --> src/storage/bptree/node.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::btree_map::Keys, ops::Deref}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/schemas/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `str::Bytes` [INFO] [stdout] --> src/graph_engine/mod.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{collections::HashMap, str::Bytes, vec}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `comparisons::*` [INFO] [stdout] --> src/graph_engine/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use comparisons::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/storage/mod.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | Err(err) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sentence_map` [INFO] [stdout] --> src/query_lang/mod.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | let mut sentence_map: HashMap<&str, bool> = HashMap::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sentence_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/storage/bptree/node.rs:25:30 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn insert(&mut self, key: &'a i32, value: &'a str) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/storage/bptree/node.rs:25:44 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn insert(&mut self, key: &'a i32, value: &'a str) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/storage/mod.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | let mut file = File::open(&self.path); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/query_lang/mod.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | let mut tokens = self.query.split(" "); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/query_lang/mod.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | let mut sentence_map: HashMap<&str, bool> = HashMap::new(); [INFO] [stdout] | ----^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Index` [INFO] [stdout] --> src/storage/mod.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Index { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `IndexHandler` [INFO] [stdout] --> src/storage/mod.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct IndexHandler { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/storage/mod.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(path: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load_index` [INFO] [stdout] --> src/storage/mod.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn load_index(&self) -> std::result::Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store_index` [INFO] [stdout] --> src/storage/mod.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn store_index(&self) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_next_page_id` [INFO] [stdout] --> src/storage/mod.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn get_next_page_id(&self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_numeric` [INFO] [stdout] --> src/schemas/mod.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn is_numeric(val_type: &ValueType) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_directed` [INFO] [stdout] --> src/graph_engine/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | is_directed: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Graph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nodes` [INFO] [stdout] --> src/graph_engine/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | nodes: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Graph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `edges` [INFO] [stdout] --> src/graph_engine/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | edges: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Graph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `match_sentence` [INFO] [stdout] --> src/graph_engine/mod.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn match_sentence(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `schema` [INFO] [stdout] --> src/graph_engine/mod.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | schema: Schema<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/graph_engine/mod.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | data: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `source` [INFO] [stdout] --> src/graph_engine/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | source: &'a Node<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dest` [INFO] [stdout] --> src/graph_engine/mod.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | dest: &'a Node<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nodes` [INFO] [stdout] --> src/query_lang/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | nodes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Match` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query_lang/mod.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vertices` [INFO] [stdout] --> src/query_lang/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | vertices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Match` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query_lang/mod.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `schema` [INFO] [stdout] --> src/query_lang/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | schema: Schema<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `QueryNode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query_lang/mod.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `properties` [INFO] [stdout] --> src/query_lang/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | properties: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `QueryNode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query_lang/mod.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/query_lang/mod.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(nodes: Vec, vertices: Vec) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/query_lang/mod.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn new(query: &'a String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_nodes` [INFO] [stdout] --> src/query_lang/mod.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn get_nodes(self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `root` [INFO] [stdout] --> src/storage/bptree/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | root: &'a mut Node<'b> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BinPlusTree` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/storage/bptree/mod.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `schema_name` [INFO] [stdout] --> src/schemas/schema_str.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | schema_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Schema` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/schema_str.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `properties` [INFO] [stdout] --> src/schemas/schema_str.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | properties: HashMap<&'a String, &'a ValueMetaData<'a>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Schema` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/schema_str.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `index_properties` [INFO] [stdout] --> src/schemas/schema_str.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | index_properties: HashMap<&'a String, &'a ValueMetaData<'a>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Schema` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/schema_str.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/schemas/schema_str.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `can_remove_property` [INFO] [stdout] --> src/schemas/schema_str.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | fn can_remove_property(&self, prop_name: &'a String) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove_property` [INFO] [stdout] --> src/schemas/schema_str.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn remove_property(&mut self, prop_name: &'a String) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_property` [INFO] [stdout] --> src/schemas/schema_str.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn add_property( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `alter_property` [INFO] [stdout] --> src/schemas/schema_str.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn alter_property( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/schemas/value_meta_data.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `INT` [INFO] [stdout] --> src/schemas/value_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | INT, // 32 BIT [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/value_type.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LONG` [INFO] [stdout] --> src/schemas/value_type.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | LONG, // 64 BIT [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/value_type.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FLOAT` [INFO] [stdout] --> src/schemas/value_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | FLOAT, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/value_type.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BOOLEAN` [INFO] [stdout] --> src/schemas/value_type.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | BOOLEAN, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/value_type.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TEXT` [INFO] [stdout] --> src/schemas/value_type.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | TEXT, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/value_type.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `greater_than` [INFO] [stdout] --> src/graph_engine/comparisons.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn greater_than() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `less_than` [INFO] [stdout] --> src/graph_engine/comparisons.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn less_than() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `equals` [INFO] [stdout] --> src/graph_engine/comparisons.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn equals() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/storage/bptree/node.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(order: i32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert` [INFO] [stdout] --> src/storage/bptree/node.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn insert(&mut self, key: &'a i32, value: &'a str) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert_key_at_idx` [INFO] [stdout] --> src/storage/bptree/node.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | fn insert_key_at_idx(&mut self, key: &'a i32, idx: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 55 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.64s [INFO] running `Command { std: "docker" "inspect" "dc3e46de9c9e6408ce0f86edc91de0756e0f72baca32472ed0f4cc2558b9b563", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc3e46de9c9e6408ce0f86edc91de0756e0f72baca32472ed0f4cc2558b9b563", kill_on_drop: false }` [INFO] [stdout] dc3e46de9c9e6408ce0f86edc91de0756e0f72baca32472ed0f4cc2558b9b563 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 665478a036ef5a7bf4c3af1647a7a2638e0010f68ea8995aceae4e5f02bbba45 [INFO] running `Command { std: "docker" "start" "-a" "665478a036ef5a7bf4c3af1647a7a2638e0010f68ea8995aceae4e5f02bbba45", kill_on_drop: false }` [INFO] [stderr] Compiling bridgedb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `option` [INFO] [stdout] --> src/main.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{option, ops::Deref}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `collections::btree_map::Keys`, `ops::Deref` [INFO] [stdout] --> src/storage/bptree/node.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::btree_map::Keys, ops::Deref}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Index` [INFO] [stdout] --> src/storage/mod.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | use super::{Index, IndexHandler}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/schemas/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `str::Bytes` [INFO] [stdout] --> src/graph_engine/mod.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{collections::HashMap, str::Bytes, vec}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `comparisons::*` [INFO] [stdout] --> src/graph_engine/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use comparisons::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/storage/mod.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | Err(err) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sentence_map` [INFO] [stdout] --> src/query_lang/mod.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | let mut sentence_map: HashMap<&str, bool> = HashMap::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sentence_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/storage/bptree/node.rs:25:30 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn insert(&mut self, key: &'a i32, value: &'a str) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/storage/bptree/node.rs:25:44 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn insert(&mut self, key: &'a i32, value: &'a str) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/storage/mod.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | let mut file = File::open(&self.path); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/query_lang/mod.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | let mut tokens = self.query.split(" "); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/query_lang/mod.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | let mut sentence_map: HashMap<&str, bool> = HashMap::new(); [INFO] [stdout] | ----^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/storage/bptree/node.rs:63:13 [INFO] [stdout] | [INFO] [stdout] 63 | let mut node = &mut Node::new(32); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Index` [INFO] [stdout] --> src/storage/mod.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Index { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `index_map` [INFO] [stdout] --> src/storage/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | index_map: Option> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load_index` [INFO] [stdout] --> src/storage/mod.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn load_index(&self) -> std::result::Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `store_index` [INFO] [stdout] --> src/storage/mod.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn store_index(&self) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_next_page_id` [INFO] [stdout] --> src/storage/mod.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn get_next_page_id(&self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `is_numeric` [INFO] [stdout] --> src/schemas/mod.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn is_numeric(val_type: &ValueType) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_directed` [INFO] [stdout] --> src/graph_engine/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | is_directed: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Graph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nodes` [INFO] [stdout] --> src/graph_engine/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | nodes: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Graph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `edges` [INFO] [stdout] --> src/graph_engine/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | edges: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Graph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `match_sentence` [INFO] [stdout] --> src/graph_engine/mod.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn match_sentence(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `schema` [INFO] [stdout] --> src/graph_engine/mod.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | schema: Schema<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/graph_engine/mod.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | data: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `source` [INFO] [stdout] --> src/graph_engine/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | source: &'a Node<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dest` [INFO] [stdout] --> src/graph_engine/mod.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | dest: &'a Node<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/graph_engine/mod.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nodes` [INFO] [stdout] --> src/query_lang/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | nodes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Match` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query_lang/mod.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vertices` [INFO] [stdout] --> src/query_lang/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | vertices: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Match` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query_lang/mod.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `schema` [INFO] [stdout] --> src/query_lang/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | schema: Schema<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `QueryNode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query_lang/mod.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `properties` [INFO] [stdout] --> src/query_lang/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | properties: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `QueryNode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/query_lang/mod.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/query_lang/mod.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(nodes: Vec, vertices: Vec) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/query_lang/mod.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn new(query: &'a String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_nodes` [INFO] [stdout] --> src/query_lang/mod.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn get_nodes(self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `root` [INFO] [stdout] --> src/storage/bptree/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | root: &'a mut Node<'b> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BinPlusTree` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/storage/bptree/mod.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `schema_name` [INFO] [stdout] --> src/schemas/schema_str.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | schema_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Schema` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/schema_str.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `properties` [INFO] [stdout] --> src/schemas/schema_str.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | properties: HashMap<&'a String, &'a ValueMetaData<'a>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Schema` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/schema_str.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `index_properties` [INFO] [stdout] --> src/schemas/schema_str.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | index_properties: HashMap<&'a String, &'a ValueMetaData<'a>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Schema` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/schema_str.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/schemas/schema_str.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `can_remove_property` [INFO] [stdout] --> src/schemas/schema_str.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | fn can_remove_property(&self, prop_name: &'a String) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove_property` [INFO] [stdout] --> src/schemas/schema_str.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn remove_property(&mut self, prop_name: &'a String) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_property` [INFO] [stdout] --> src/schemas/schema_str.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn add_property( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `alter_property` [INFO] [stdout] --> src/schemas/schema_str.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn alter_property( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LONG` [INFO] [stdout] --> src/schemas/value_type.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | LONG, // 64 BIT [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/value_type.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FLOAT` [INFO] [stdout] --> src/schemas/value_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | FLOAT, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/value_type.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BOOLEAN` [INFO] [stdout] --> src/schemas/value_type.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | BOOLEAN, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/value_type.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TEXT` [INFO] [stdout] --> src/schemas/value_type.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | TEXT, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/schemas/value_type.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `greater_than` [INFO] [stdout] --> src/graph_engine/comparisons.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn greater_than() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `less_than` [INFO] [stdout] --> src/graph_engine/comparisons.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn less_than() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `equals` [INFO] [stdout] --> src/graph_engine/comparisons.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn equals() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert` [INFO] [stdout] --> src/storage/bptree/node.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn insert(&mut self, key: &'a i32, value: &'a str) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert_key_at_idx` [INFO] [stdout] --> src/storage/bptree/node.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | fn insert_key_at_idx(&mut self, key: &'a i32, idx: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_new_IndexHandler` should have a snake case name [INFO] [stdout] --> src/storage/mod.rs:55:8 [INFO] [stdout] | [INFO] [stdout] 55 | fn test_new_IndexHandler() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_new_index_handler` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_ValueMetaData_new` should have a snake case name [INFO] [stdout] --> src/schemas/mod.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | fn test_ValueMetaData_new() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_value_meta_data_new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_new_Node` should have a snake case name [INFO] [stdout] --> src/storage/bptree/node.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 62 | fn test_new_Node() { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_new_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 56 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.71s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/bridgedb-7ecc4ca21ea461a1) [INFO] running `Command { std: "docker" "inspect" "665478a036ef5a7bf4c3af1647a7a2638e0010f68ea8995aceae4e5f02bbba45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "665478a036ef5a7bf4c3af1647a7a2638e0010f68ea8995aceae4e5f02bbba45", kill_on_drop: false }` [INFO] [stdout] 665478a036ef5a7bf4c3af1647a7a2638e0010f68ea8995aceae4e5f02bbba45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-35/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 31f27366ab9a3be00cc163ca7928569e5ef75393f0c3b92e6641d7d8402756a4 [INFO] running `Command { std: "docker" "start" "-a" "31f27366ab9a3be00cc163ca7928569e5ef75393f0c3b92e6641d7d8402756a4", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `option` [INFO] [stderr] --> src/main.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{option, ops::Deref}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `collections::btree_map::Keys`, `ops::Deref` [INFO] [stderr] --> src/storage/bptree/node.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{collections::btree_map::Keys, ops::Deref}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Index` [INFO] [stderr] --> src/storage/mod.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | use super::{Index, IndexHandler}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/schemas/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `str::Bytes` [INFO] [stderr] --> src/graph_engine/mod.rs:2:33 [INFO] [stderr] | [INFO] [stderr] 2 | use std::{collections::HashMap, str::Bytes, vec}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `comparisons::*` [INFO] [stderr] --> src/graph_engine/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use comparisons::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `err` [INFO] [stderr] --> src/storage/mod.rs:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | Err(err) => { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sentence_map` [INFO] [stderr] --> src/query_lang/mod.rs:39:17 [INFO] [stderr] | [INFO] [stderr] 39 | let mut sentence_map: HashMap<&str, bool> = HashMap::new(); [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sentence_map` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `key` [INFO] [stderr] --> src/storage/bptree/node.rs:25:30 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn insert(&mut self, key: &'a i32, value: &'a str) { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/storage/bptree/node.rs:25:44 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn insert(&mut self, key: &'a i32, value: &'a str) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/storage/mod.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | let mut file = File::open(&self.path); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/query_lang/mod.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | let mut tokens = self.query.split(" "); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/query_lang/mod.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | let mut sentence_map: HashMap<&str, bool> = HashMap::new(); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/storage/bptree/node.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | let mut node = &mut Node::new(32); [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Index` [INFO] [stderr] --> src/storage/mod.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct Index { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `index_map` [INFO] [stderr] --> src/storage/mod.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | index_map: Option> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `load_index` [INFO] [stderr] --> src/storage/mod.rs:24:12 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn load_index(&self) -> std::result::Result { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `store_index` [INFO] [stderr] --> src/storage/mod.rs:41:12 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn store_index(&self) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_next_page_id` [INFO] [stderr] --> src/storage/mod.rs:45:12 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn get_next_page_id(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `is_numeric` [INFO] [stderr] --> src/schemas/mod.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn is_numeric(val_type: &ValueType) -> bool { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `is_directed` [INFO] [stderr] --> src/graph_engine/mod.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | is_directed: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Graph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/graph_engine/mod.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `nodes` [INFO] [stderr] --> src/graph_engine/mod.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | nodes: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Graph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/graph_engine/mod.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `edges` [INFO] [stderr] --> src/graph_engine/mod.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | edges: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Graph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/graph_engine/mod.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `match_sentence` [INFO] [stderr] --> src/graph_engine/mod.rs:28:12 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn match_sentence(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `schema` [INFO] [stderr] --> src/graph_engine/mod.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | schema: Schema<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/graph_engine/mod.rs:33:10 [INFO] [stderr] | [INFO] [stderr] 33 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `data` [INFO] [stderr] --> src/graph_engine/mod.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | data: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/graph_engine/mod.rs:33:10 [INFO] [stderr] | [INFO] [stderr] 33 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `source` [INFO] [stderr] --> src/graph_engine/mod.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | source: &'a Node<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/graph_engine/mod.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `dest` [INFO] [stderr] --> src/graph_engine/mod.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | dest: &'a Node<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Edge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/graph_engine/mod.rs:39:10 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `nodes` [INFO] [stderr] --> src/query_lang/mod.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | nodes: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Match` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/query_lang/mod.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `vertices` [INFO] [stderr] --> src/query_lang/mod.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | vertices: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Match` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/query_lang/mod.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `schema` [INFO] [stderr] --> src/query_lang/mod.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | schema: Schema<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `QueryNode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/query_lang/mod.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `properties` [INFO] [stderr] --> src/query_lang/mod.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | properties: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `QueryNode` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/query_lang/mod.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/query_lang/mod.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn new(nodes: Vec, vertices: Vec) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/query_lang/mod.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn new(query: &'a String) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_nodes` [INFO] [stderr] --> src/query_lang/mod.rs:37:12 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn get_nodes(self) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `root` [INFO] [stderr] --> src/storage/bptree/mod.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | root: &'a mut Node<'b> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BinPlusTree` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/storage/bptree/mod.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `schema_name` [INFO] [stderr] --> src/schemas/schema_str.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | schema_name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Schema` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/schemas/schema_str.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `properties` [INFO] [stderr] --> src/schemas/schema_str.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | properties: HashMap<&'a String, &'a ValueMetaData<'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Schema` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/schemas/schema_str.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `index_properties` [INFO] [stderr] --> src/schemas/schema_str.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | index_properties: HashMap<&'a String, &'a ValueMetaData<'a>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Schema` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/schemas/schema_str.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/schemas/schema_str.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new( [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `can_remove_property` [INFO] [stderr] --> src/schemas/schema_str.rs:26:8 [INFO] [stderr] | [INFO] [stderr] 26 | fn can_remove_property(&self, prop_name: &'a String) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remove_property` [INFO] [stderr] --> src/schemas/schema_str.rs:30:12 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn remove_property(&mut self, prop_name: &'a String) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `add_property` [INFO] [stderr] --> src/schemas/schema_str.rs:38:12 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn add_property( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `alter_property` [INFO] [stderr] --> src/schemas/schema_str.rs:56:12 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn alter_property( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `LONG` [INFO] [stderr] --> src/schemas/value_type.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | LONG, // 64 BIT [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/schemas/value_type.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FLOAT` [INFO] [stderr] --> src/schemas/value_type.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | FLOAT, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/schemas/value_type.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BOOLEAN` [INFO] [stderr] --> src/schemas/value_type.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | BOOLEAN, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/schemas/value_type.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `TEXT` [INFO] [stderr] --> src/schemas/value_type.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | TEXT, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ValueType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/schemas/value_type.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: function is never used: `greater_than` [INFO] [stderr] --> src/graph_engine/comparisons.rs:1:8 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn greater_than() { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `less_than` [INFO] [stderr] --> src/graph_engine/comparisons.rs:5:8 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn less_than() { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `equals` [INFO] [stderr] --> src/graph_engine/comparisons.rs:9:8 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn equals() { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `insert` [INFO] [stderr] --> src/storage/bptree/node.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn insert(&mut self, key: &'a i32, value: &'a str) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `insert_key_at_idx` [INFO] [stderr] --> src/storage/bptree/node.rs:52:8 [INFO] [stderr] | [INFO] [stderr] 52 | fn insert_key_at_idx(&mut self, key: &'a i32, idx: usize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `test_new_IndexHandler` should have a snake case name [INFO] [stderr] --> src/storage/mod.rs:55:8 [INFO] [stderr] | [INFO] [stderr] 55 | fn test_new_IndexHandler() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_new_index_handler` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `test_ValueMetaData_new` should have a snake case name [INFO] [stderr] --> src/schemas/mod.rs:26:8 [INFO] [stderr] | [INFO] [stderr] 26 | fn test_ValueMetaData_new() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_value_meta_data_new` [INFO] [stderr] [INFO] [stderr] warning: function `test_new_Node` should have a snake case name [INFO] [stderr] --> src/storage/bptree/node.rs:62:8 [INFO] [stderr] | [INFO] [stderr] 62 | fn test_new_Node() { [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_new_node` [INFO] [stderr] [INFO] [stderr] warning: `bridgedb` (bin "bridgedb" test) generated 56 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bridgedb-7ecc4ca21ea461a1) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test schemas::tests::test_ValueMetaData_new ... ok [INFO] [stdout] test storage::bptree::node::tests::test_new_Node ... ok [INFO] [stdout] test storage::tests::test_new_IndexHandler ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "31f27366ab9a3be00cc163ca7928569e5ef75393f0c3b92e6641d7d8402756a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31f27366ab9a3be00cc163ca7928569e5ef75393f0c3b92e6641d7d8402756a4", kill_on_drop: false }` [INFO] [stdout] 31f27366ab9a3be00cc163ca7928569e5ef75393f0c3b92e6641d7d8402756a4