Oct 21 20:15:24.781 INFO checking Twizty/kv against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:15:24.781 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 20:15:25.104 INFO blam! 4311f1ec464bd8b8bef7934771fee971ff1886a6f006c49fa22e5ad88b0e65d7 Oct 21 20:15:25.105 INFO running `"docker" "start" "-a" "4311f1ec464bd8b8bef7934771fee971ff1886a6f006c49fa22e5ad88b0e65d7"` Oct 21 20:15:25.708 INFO kablam! usermod: no changes Oct 21 20:15:25.743 INFO kablam! Checking kv v0.1.0 (/source) Oct 21 20:15:26.200 INFO kablam! warning: unused import: `super::*` Oct 21 20:15:26.200 INFO kablam! --> src/store/mod.rs:247:7 Oct 21 20:15:26.200 INFO kablam! | Oct 21 20:15:26.200 INFO kablam! 247 | use super::*; Oct 21 20:15:26.200 INFO kablam! | ^^^^^^^^ Oct 21 20:15:26.200 INFO kablam! | Oct 21 20:15:26.200 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:15:26.200 INFO kablam! Oct 21 20:15:26.200 INFO kablam! warning: unused import: `std::thread::sleep` Oct 21 20:15:26.200 INFO kablam! --> src/store/mod.rs:248:7 Oct 21 20:15:26.200 INFO kablam! | Oct 21 20:15:26.200 INFO kablam! 248 | use std::thread::sleep; Oct 21 20:15:26.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.200 INFO kablam! Oct 21 20:15:26.200 INFO kablam! warning: unused import: `Duration` Oct 21 20:15:26.200 INFO kablam! --> src/store/mod.rs:249:19 Oct 21 20:15:26.201 INFO kablam! | Oct 21 20:15:26.201 INFO kablam! 249 | use std::time::{Duration}; Oct 21 20:15:26.201 INFO kablam! | ^^^^^^^^ Oct 21 20:15:26.201 INFO kablam! Oct 21 20:15:26.260 INFO kablam! warning: variable does not need to be mutable Oct 21 20:15:26.260 INFO kablam! --> src/store/mod.rs:85:9 Oct 21 20:15:26.260 INFO kablam! | Oct 21 20:15:26.260 INFO kablam! 85 | let mut value = self.store.entry(key.clone()).or_insert(V::ListValue(Vec::new())); Oct 21 20:15:26.260 INFO kablam! | ----^^^^^ Oct 21 20:15:26.260 INFO kablam! | | Oct 21 20:15:26.260 INFO kablam! | help: remove this `mut` Oct 21 20:15:26.260 INFO kablam! | Oct 21 20:15:26.260 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:15:26.260 INFO kablam! Oct 21 20:15:26.266 INFO kablam! warning: variable does not need to be mutable Oct 21 20:15:26.266 INFO kablam! --> src/store/mod.rs:193:9 Oct 21 20:15:26.266 INFO kablam! | Oct 21 20:15:26.266 INFO kablam! 193 | let mut value = self.store.entry(key.clone()).or_insert(V::HashValue(HashMap::new())); Oct 21 20:15:26.266 INFO kablam! | ----^^^^^ Oct 21 20:15:26.266 INFO kablam! | | Oct 21 20:15:26.266 INFO kablam! | help: remove this `mut` Oct 21 20:15:26.266 INFO kablam! Oct 21 20:15:26.270 INFO kablam! warning: constant item is never used: `TYPE_MISSMATCH_ERROR` Oct 21 20:15:26.271 INFO kablam! --> src/store/mod.rs:6:1 Oct 21 20:15:26.271 INFO kablam! | Oct 21 20:15:26.271 INFO kablam! 6 | const TYPE_MISSMATCH_ERROR: &'static str = "Type missmatch for the key"; Oct 21 20:15:26.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.271 INFO kablam! | Oct 21 20:15:26.271 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:15:26.271 INFO kablam! Oct 21 20:15:26.271 INFO kablam! warning: constant item is never used: `KEY_NOT_FOUND_ERROR` Oct 21 20:15:26.271 INFO kablam! --> src/store/mod.rs:7:1 Oct 21 20:15:26.271 INFO kablam! | Oct 21 20:15:26.271 INFO kablam! 7 | const KEY_NOT_FOUND_ERROR: &'static str = "Key not found"; Oct 21 20:15:26.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.271 INFO kablam! Oct 21 20:15:26.271 INFO kablam! warning: constant item is never used: `INDEX_OUT_OF_RANGE_ERROR` Oct 21 20:15:26.271 INFO kablam! --> src/store/mod.rs:8:1 Oct 21 20:15:26.271 INFO kablam! | Oct 21 20:15:26.271 INFO kablam! 8 | const INDEX_OUT_OF_RANGE_ERROR: &'static str = "Index is out of range"; Oct 21 20:15:26.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.271 INFO kablam! Oct 21 20:15:26.271 INFO kablam! warning: type alias is never used: `StringValue` Oct 21 20:15:26.271 INFO kablam! --> src/store/mod.rs:10:1 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 10 | type StringValue = String; Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: type alias is never used: `ListValue` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:11:1 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 11 | type ListValue = Vec; Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: type alias is never used: `HashValue` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:12:1 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 12 | type HashValue = HashMap; Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: enum is never used: `V` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:14:1 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 14 | enum V { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: struct is never constructed: `Store` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:20:1 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 20 | pub struct Store { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: function is never used: `drop_if_expired` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:26:1 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 26 | fn drop_if_expired(e: Entry, store: &mut HashMap) -> Option<()> { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: method is never used: `new` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:41:3 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 41 | pub fn new() -> Store { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: method is never used: `get` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:49:3 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 49 | pub fn get(&mut self, key: String) -> Option<&String> { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: method is never used: `set` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:68:3 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 68 | pub fn set(&mut self, key: String, val: String) { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: method is never used: `expire` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:74:3 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 74 | pub fn expire(&mut self, key: String, at: Instant) { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: method is never used: `l_append` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:80:3 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 80 | pub fn l_append(&mut self, key: String, val: String) -> Result<(), &'static str> { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: method is never used: `l_get` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:95:3 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 95 | pub fn l_get(&mut self, key: String, index: &usize) -> Option<&String> { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: method is never used: `l_getall` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:113:3 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 113 | pub fn l_getall(&mut self, key: String) -> Option<&Vec> { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: method is never used: `l_insert` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:131:3 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 131 | pub fn l_insert(&mut self, key: String, index: &usize, val: String) -> Result<(), &'static str> { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: method is never used: `drop` Oct 21 20:15:26.272 INFO kablam! --> src/store/mod.rs:156:3 Oct 21 20:15:26.272 INFO kablam! | Oct 21 20:15:26.272 INFO kablam! 156 | pub fn drop(&mut self, key: String) { Oct 21 20:15:26.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.272 INFO kablam! Oct 21 20:15:26.272 INFO kablam! warning: method is never used: `l_drop` Oct 21 20:15:26.273 INFO kablam! --> src/store/mod.rs:163:3 Oct 21 20:15:26.273 INFO kablam! | Oct 21 20:15:26.273 INFO kablam! 163 | pub fn l_drop(&mut self, key: String, index: &usize) -> Result<(), &'static str> { Oct 21 20:15:26.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.273 INFO kablam! Oct 21 20:15:26.273 INFO kablam! warning: method is never used: `h_set` Oct 21 20:15:26.273 INFO kablam! --> src/store/mod.rs:188:3 Oct 21 20:15:26.273 INFO kablam! | Oct 21 20:15:26.273 INFO kablam! 188 | pub fn h_set(&mut self, key: String, h_key: String, val: String) -> Result<(), &'static str> { Oct 21 20:15:26.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.273 INFO kablam! Oct 21 20:15:26.273 INFO kablam! warning: method is never used: `h_get` Oct 21 20:15:26.273 INFO kablam! --> src/store/mod.rs:203:3 Oct 21 20:15:26.273 INFO kablam! | Oct 21 20:15:26.273 INFO kablam! 203 | pub fn h_get(&mut self, key: String, h_key: String) -> Option<&String> { Oct 21 20:15:26.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.273 INFO kablam! Oct 21 20:15:26.273 INFO kablam! warning: method is never used: `h_getall` Oct 21 20:15:26.273 INFO kablam! --> src/store/mod.rs:226:3 Oct 21 20:15:26.273 INFO kablam! | Oct 21 20:15:26.273 INFO kablam! 226 | pub fn h_getall(&mut self, key: String) -> Option<&HashMap> { Oct 21 20:15:26.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.273 INFO kablam! Oct 21 20:15:26.447 INFO kablam! warning: variable does not need to be mutable Oct 21 20:15:26.447 INFO kablam! --> src/store/mod.rs:85:9 Oct 21 20:15:26.447 INFO kablam! | Oct 21 20:15:26.447 INFO kablam! 85 | let mut value = self.store.entry(key.clone()).or_insert(V::ListValue(Vec::new())); Oct 21 20:15:26.447 INFO kablam! | ----^^^^^ Oct 21 20:15:26.447 INFO kablam! | | Oct 21 20:15:26.447 INFO kablam! | help: remove this `mut` Oct 21 20:15:26.447 INFO kablam! | Oct 21 20:15:26.447 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:15:26.447 INFO kablam! Oct 21 20:15:26.452 INFO kablam! warning: variable does not need to be mutable Oct 21 20:15:26.452 INFO kablam! --> src/store/mod.rs:193:9 Oct 21 20:15:26.452 INFO kablam! | Oct 21 20:15:26.452 INFO kablam! 193 | let mut value = self.store.entry(key.clone()).or_insert(V::HashValue(HashMap::new())); Oct 21 20:15:26.453 INFO kablam! | ----^^^^^ Oct 21 20:15:26.453 INFO kablam! | | Oct 21 20:15:26.453 INFO kablam! | help: remove this `mut` Oct 21 20:15:26.453 INFO kablam! Oct 21 20:15:26.500 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:26.501 INFO kablam! --> src/store/mod.rs:313:5 Oct 21 20:15:26.501 INFO kablam! | Oct 21 20:15:26.501 INFO kablam! 313 | s.l_append(key.to_string(), new_value.to_string()); Oct 21 20:15:26.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.501 INFO kablam! | Oct 21 20:15:26.501 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:15:26.502 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:26.502 INFO kablam! Oct 21 20:15:26.502 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:26.502 INFO kablam! --> src/store/mod.rs:325:5 Oct 21 20:15:26.502 INFO kablam! | Oct 21 20:15:26.502 INFO kablam! 325 | s.l_append(key.to_string(), value1.to_string()); Oct 21 20:15:26.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.503 INFO kablam! | Oct 21 20:15:26.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:26.503 INFO kablam! Oct 21 20:15:26.503 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:26.503 INFO kablam! --> src/store/mod.rs:326:5 Oct 21 20:15:26.503 INFO kablam! | Oct 21 20:15:26.504 INFO kablam! 326 | s.l_append(key.to_string(), value2.to_string()); Oct 21 20:15:26.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.504 INFO kablam! | Oct 21 20:15:26.504 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:26.504 INFO kablam! Oct 21 20:15:26.504 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:26.505 INFO kablam! --> src/store/mod.rs:341:5 Oct 21 20:15:26.505 INFO kablam! | Oct 21 20:15:26.505 INFO kablam! 341 | s.l_append(key.to_string(), value1.to_string()); Oct 21 20:15:26.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.505 INFO kablam! | Oct 21 20:15:26.505 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:26.505 INFO kablam! Oct 21 20:15:26.506 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:26.506 INFO kablam! --> src/store/mod.rs:342:5 Oct 21 20:15:26.506 INFO kablam! | Oct 21 20:15:26.506 INFO kablam! 342 | s.l_append(key.to_string(), value2.to_string()); Oct 21 20:15:26.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.506 INFO kablam! | Oct 21 20:15:26.507 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:26.507 INFO kablam! Oct 21 20:15:26.507 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:26.507 INFO kablam! --> src/store/mod.rs:343:5 Oct 21 20:15:26.507 INFO kablam! | Oct 21 20:15:26.507 INFO kablam! 343 | s.l_insert(key.to_string(), &0, value3.to_string()); Oct 21 20:15:26.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.508 INFO kablam! | Oct 21 20:15:26.508 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:26.512 INFO kablam! Oct 21 20:15:26.512 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:26.512 INFO kablam! --> src/store/mod.rs:374:5 Oct 21 20:15:26.513 INFO kablam! | Oct 21 20:15:26.513 INFO kablam! 374 | s.l_append(key.to_string(), value.to_string()); Oct 21 20:15:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.513 INFO kablam! | Oct 21 20:15:26.513 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:26.513 INFO kablam! Oct 21 20:15:26.513 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:26.513 INFO kablam! --> src/store/mod.rs:377:7 Oct 21 20:15:26.513 INFO kablam! | Oct 21 20:15:26.513 INFO kablam! 377 | s.l_drop(key.to_string(), &0); Oct 21 20:15:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.513 INFO kablam! | Oct 21 20:15:26.513 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:26.513 INFO kablam! Oct 21 20:15:26.513 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:26.513 INFO kablam! --> src/store/mod.rs:407:5 Oct 21 20:15:26.513 INFO kablam! | Oct 21 20:15:26.513 INFO kablam! 407 | s.h_set(key.to_string(), h_key1.to_string(), value1.to_string()); Oct 21 20:15:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.513 INFO kablam! | Oct 21 20:15:26.513 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:26.513 INFO kablam! Oct 21 20:15:26.513 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:15:26.513 INFO kablam! --> src/store/mod.rs:415:5 Oct 21 20:15:26.514 INFO kablam! | Oct 21 20:15:26.514 INFO kablam! 415 | s.h_set(key.to_string(), h_key2.to_string(), value2.to_string()); Oct 21 20:15:26.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:15:26.514 INFO kablam! | Oct 21 20:15:26.514 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:15:26.514 INFO kablam! Oct 21 20:15:26.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 21 20:15:26.564 INFO kablam! su: No module specific data is present Oct 21 20:15:27.134 INFO running `"docker" "rm" "-f" "4311f1ec464bd8b8bef7934771fee971ff1886a6f006c49fa22e5ad88b0e65d7"` Oct 21 20:15:27.404 INFO blam! 4311f1ec464bd8b8bef7934771fee971ff1886a6f006c49fa22e5ad88b0e65d7