Oct 15 05:58:33.051 INFO testing Twizty/kv against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:58:33.052 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 05:58:33.487 INFO blam! fd9ac785c31005d1d82569e3358649d75b06c0bc8e025771548ceb13b55c1cde Oct 15 05:58:33.503 INFO running `"docker" "start" "-a" "fd9ac785c31005d1d82569e3358649d75b06c0bc8e025771548ceb13b55c1cde"` Oct 15 05:58:34.843 INFO kablam! usermod: no changes Oct 15 05:58:34.903 INFO kablam! Compiling kv v0.1.0 (/source) Oct 15 05:58:35.255 INFO kablam! warning: unused import: `super::*` Oct 15 05:58:35.256 INFO kablam! --> src/store/mod.rs:247:7 Oct 15 05:58:35.256 INFO kablam! | Oct 15 05:58:35.256 INFO kablam! 247 | use super::*; Oct 15 05:58:35.257 INFO kablam! | ^^^^^^^^ Oct 15 05:58:35.257 INFO kablam! | Oct 15 05:58:35.257 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:58:35.258 INFO kablam! Oct 15 05:58:35.258 INFO kablam! warning: unused import: `std::thread::sleep` Oct 15 05:58:35.258 INFO kablam! --> src/store/mod.rs:248:7 Oct 15 05:58:35.258 INFO kablam! | Oct 15 05:58:35.259 INFO kablam! 248 | use std::thread::sleep; Oct 15 05:58:35.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.260 INFO kablam! Oct 15 05:58:35.261 INFO kablam! warning: unused import: `Duration` Oct 15 05:58:35.262 INFO kablam! --> src/store/mod.rs:249:19 Oct 15 05:58:35.262 INFO kablam! | Oct 15 05:58:35.262 INFO kablam! 249 | use std::time::{Duration}; Oct 15 05:58:35.263 INFO kablam! | ^^^^^^^^ Oct 15 05:58:35.263 INFO kablam! Oct 15 05:58:35.316 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:35.316 INFO kablam! --> src/store/mod.rs:85:9 Oct 15 05:58:35.316 INFO kablam! | Oct 15 05:58:35.317 INFO kablam! 85 | let mut value = self.store.entry(key.clone()).or_insert(V::ListValue(Vec::new())); Oct 15 05:58:35.317 INFO kablam! | ----^^^^^ Oct 15 05:58:35.317 INFO kablam! | | Oct 15 05:58:35.318 INFO kablam! | help: remove this `mut` Oct 15 05:58:35.318 INFO kablam! | Oct 15 05:58:35.318 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:58:35.319 INFO kablam! Oct 15 05:58:35.319 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:35.319 INFO kablam! --> src/store/mod.rs:193:9 Oct 15 05:58:35.320 INFO kablam! | Oct 15 05:58:35.320 INFO kablam! 193 | let mut value = self.store.entry(key.clone()).or_insert(V::HashValue(HashMap::new())); Oct 15 05:58:35.320 INFO kablam! | ----^^^^^ Oct 15 05:58:35.321 INFO kablam! | | Oct 15 05:58:35.321 INFO kablam! | help: remove this `mut` Oct 15 05:58:35.321 INFO kablam! Oct 15 05:58:35.323 INFO kablam! warning: constant item is never used: `TYPE_MISSMATCH_ERROR` Oct 15 05:58:35.323 INFO kablam! --> src/store/mod.rs:6:1 Oct 15 05:58:35.323 INFO kablam! | Oct 15 05:58:35.323 INFO kablam! 6 | const TYPE_MISSMATCH_ERROR: &'static str = "Type missmatch for the key"; Oct 15 05:58:35.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.323 INFO kablam! | Oct 15 05:58:35.323 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:58:35.323 INFO kablam! Oct 15 05:58:35.323 INFO kablam! warning: constant item is never used: `KEY_NOT_FOUND_ERROR` Oct 15 05:58:35.323 INFO kablam! --> src/store/mod.rs:7:1 Oct 15 05:58:35.323 INFO kablam! | Oct 15 05:58:35.323 INFO kablam! 7 | const KEY_NOT_FOUND_ERROR: &'static str = "Key not found"; Oct 15 05:58:35.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.323 INFO kablam! Oct 15 05:58:35.323 INFO kablam! warning: constant item is never used: `INDEX_OUT_OF_RANGE_ERROR` Oct 15 05:58:35.323 INFO kablam! --> src/store/mod.rs:8:1 Oct 15 05:58:35.323 INFO kablam! | Oct 15 05:58:35.323 INFO kablam! 8 | const INDEX_OUT_OF_RANGE_ERROR: &'static str = "Index is out of range"; Oct 15 05:58:35.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.323 INFO kablam! Oct 15 05:58:35.323 INFO kablam! warning: type alias is never used: `StringValue` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:10:1 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 10 | type StringValue = String; Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: type alias is never used: `ListValue` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:11:1 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 11 | type ListValue = Vec; Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: type alias is never used: `HashValue` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:12:1 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 12 | type HashValue = HashMap; Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: enum is never used: `V` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:14:1 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 14 | enum V { Oct 15 05:58:35.324 INFO kablam! | ^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: struct is never constructed: `Store` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:20:1 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 20 | pub struct Store { Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: function is never used: `drop_if_expired` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:26:1 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 26 | fn drop_if_expired(e: Entry, store: &mut HashMap) -> Option<()> { Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: method is never used: `new` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:41:3 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 41 | pub fn new() -> Store { Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: method is never used: `get` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:49:3 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 49 | pub fn get(&mut self, key: String) -> Option<&String> { Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: method is never used: `set` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:68:3 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 68 | pub fn set(&mut self, key: String, val: String) { Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: method is never used: `expire` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:74:3 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 74 | pub fn expire(&mut self, key: String, at: Instant) { Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: method is never used: `l_append` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:80:3 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 80 | pub fn l_append(&mut self, key: String, val: String) -> Result<(), &'static str> { Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: method is never used: `l_get` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:95:3 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 95 | pub fn l_get(&mut self, key: String, index: &usize) -> Option<&String> { Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: method is never used: `l_getall` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:113:3 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 113 | pub fn l_getall(&mut self, key: String) -> Option<&Vec> { Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.324 INFO kablam! Oct 15 05:58:35.324 INFO kablam! warning: method is never used: `l_insert` Oct 15 05:58:35.324 INFO kablam! --> src/store/mod.rs:131:3 Oct 15 05:58:35.324 INFO kablam! | Oct 15 05:58:35.324 INFO kablam! 131 | pub fn l_insert(&mut self, key: String, index: &usize, val: String) -> Result<(), &'static str> { Oct 15 05:58:35.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.325 INFO kablam! Oct 15 05:58:35.325 INFO kablam! warning: method is never used: `drop` Oct 15 05:58:35.325 INFO kablam! --> src/store/mod.rs:156:3 Oct 15 05:58:35.325 INFO kablam! | Oct 15 05:58:35.325 INFO kablam! 156 | pub fn drop(&mut self, key: String) { Oct 15 05:58:35.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.325 INFO kablam! Oct 15 05:58:35.325 INFO kablam! warning: method is never used: `l_drop` Oct 15 05:58:35.325 INFO kablam! --> src/store/mod.rs:163:3 Oct 15 05:58:35.325 INFO kablam! | Oct 15 05:58:35.325 INFO kablam! 163 | pub fn l_drop(&mut self, key: String, index: &usize) -> Result<(), &'static str> { Oct 15 05:58:35.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.325 INFO kablam! Oct 15 05:58:35.325 INFO kablam! warning: method is never used: `h_set` Oct 15 05:58:35.325 INFO kablam! --> src/store/mod.rs:188:3 Oct 15 05:58:35.325 INFO kablam! | Oct 15 05:58:35.325 INFO kablam! 188 | pub fn h_set(&mut self, key: String, h_key: String, val: String) -> Result<(), &'static str> { Oct 15 05:58:35.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.325 INFO kablam! Oct 15 05:58:35.325 INFO kablam! warning: method is never used: `h_get` Oct 15 05:58:35.325 INFO kablam! --> src/store/mod.rs:203:3 Oct 15 05:58:35.325 INFO kablam! | Oct 15 05:58:35.325 INFO kablam! 203 | pub fn h_get(&mut self, key: String, h_key: String) -> Option<&String> { Oct 15 05:58:35.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.325 INFO kablam! Oct 15 05:58:35.325 INFO kablam! warning: method is never used: `h_getall` Oct 15 05:58:35.325 INFO kablam! --> src/store/mod.rs:226:3 Oct 15 05:58:35.325 INFO kablam! | Oct 15 05:58:35.325 INFO kablam! 226 | pub fn h_getall(&mut self, key: String) -> Option<&HashMap> { Oct 15 05:58:35.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:35.325 INFO kablam! Oct 15 05:58:35.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.80s Oct 15 05:58:35.687 INFO kablam! su: No module specific data is present Oct 15 05:58:36.257 INFO running `"docker" "rm" "-f" "fd9ac785c31005d1d82569e3358649d75b06c0bc8e025771548ceb13b55c1cde"` Oct 15 05:58:36.587 INFO blam! fd9ac785c31005d1d82569e3358649d75b06c0bc8e025771548ceb13b55c1cde Oct 15 05:58:36.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 05:58:37.047 INFO blam! 87126f8bc50b83b158b42bc456d4b4ae77a22d09a034a0f29e8c9db9fde28946 Oct 15 05:58:37.055 INFO running `"docker" "start" "-a" "87126f8bc50b83b158b42bc456d4b4ae77a22d09a034a0f29e8c9db9fde28946"` Oct 15 05:58:37.439 INFO kablam! usermod: no changes Oct 15 05:58:37.487 INFO kablam! Compiling kv v0.1.0 (/source) Oct 15 05:58:38.075 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:38.075 INFO kablam! --> src/store/mod.rs:85:9 Oct 15 05:58:38.075 INFO kablam! | Oct 15 05:58:38.075 INFO kablam! 85 | let mut value = self.store.entry(key.clone()).or_insert(V::ListValue(Vec::new())); Oct 15 05:58:38.075 INFO kablam! | ----^^^^^ Oct 15 05:58:38.075 INFO kablam! | | Oct 15 05:58:38.075 INFO kablam! | help: remove this `mut` Oct 15 05:58:38.075 INFO kablam! | Oct 15 05:58:38.075 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:58:38.075 INFO kablam! Oct 15 05:58:38.078 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:38.078 INFO kablam! --> src/store/mod.rs:193:9 Oct 15 05:58:38.078 INFO kablam! | Oct 15 05:58:38.078 INFO kablam! 193 | let mut value = self.store.entry(key.clone()).or_insert(V::HashValue(HashMap::new())); Oct 15 05:58:38.078 INFO kablam! | ----^^^^^ Oct 15 05:58:38.078 INFO kablam! | | Oct 15 05:58:38.078 INFO kablam! | help: remove this `mut` Oct 15 05:58:38.078 INFO kablam! Oct 15 05:58:38.118 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:58:38.119 INFO kablam! --> src/store/mod.rs:313:5 Oct 15 05:58:38.119 INFO kablam! | Oct 15 05:58:38.119 INFO kablam! 313 | s.l_append(key.to_string(), new_value.to_string()); Oct 15 05:58:38.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:38.119 INFO kablam! | Oct 15 05:58:38.119 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:58:38.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:58:38.119 INFO kablam! Oct 15 05:58:38.119 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:58:38.119 INFO kablam! --> src/store/mod.rs:325:5 Oct 15 05:58:38.119 INFO kablam! | Oct 15 05:58:38.119 INFO kablam! 325 | s.l_append(key.to_string(), value1.to_string()); Oct 15 05:58:38.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:38.119 INFO kablam! | Oct 15 05:58:38.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:58:38.119 INFO kablam! Oct 15 05:58:38.119 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:58:38.119 INFO kablam! --> src/store/mod.rs:326:5 Oct 15 05:58:38.119 INFO kablam! | Oct 15 05:58:38.119 INFO kablam! 326 | s.l_append(key.to_string(), value2.to_string()); Oct 15 05:58:38.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:38.119 INFO kablam! | Oct 15 05:58:38.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:58:38.119 INFO kablam! Oct 15 05:58:38.119 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:58:38.120 INFO kablam! --> src/store/mod.rs:341:5 Oct 15 05:58:38.120 INFO kablam! | Oct 15 05:58:38.120 INFO kablam! 341 | s.l_append(key.to_string(), value1.to_string()); Oct 15 05:58:38.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:38.120 INFO kablam! | Oct 15 05:58:38.120 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:58:38.120 INFO kablam! Oct 15 05:58:38.120 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:58:38.120 INFO kablam! --> src/store/mod.rs:342:5 Oct 15 05:58:38.120 INFO kablam! | Oct 15 05:58:38.120 INFO kablam! 342 | s.l_append(key.to_string(), value2.to_string()); Oct 15 05:58:38.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:38.120 INFO kablam! | Oct 15 05:58:38.120 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:58:38.120 INFO kablam! Oct 15 05:58:38.120 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:58:38.120 INFO kablam! --> src/store/mod.rs:343:5 Oct 15 05:58:38.120 INFO kablam! | Oct 15 05:58:38.120 INFO kablam! 343 | s.l_insert(key.to_string(), &0, value3.to_string()); Oct 15 05:58:38.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:38.120 INFO kablam! | Oct 15 05:58:38.120 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:58:38.120 INFO kablam! Oct 15 05:58:38.120 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:58:38.120 INFO kablam! --> src/store/mod.rs:374:5 Oct 15 05:58:38.120 INFO kablam! | Oct 15 05:58:38.120 INFO kablam! 374 | s.l_append(key.to_string(), value.to_string()); Oct 15 05:58:38.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:38.120 INFO kablam! | Oct 15 05:58:38.121 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:58:38.121 INFO kablam! Oct 15 05:58:38.121 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:58:38.121 INFO kablam! --> src/store/mod.rs:377:7 Oct 15 05:58:38.121 INFO kablam! | Oct 15 05:58:38.121 INFO kablam! 377 | s.l_drop(key.to_string(), &0); Oct 15 05:58:38.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:38.121 INFO kablam! | Oct 15 05:58:38.121 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:58:38.121 INFO kablam! Oct 15 05:58:38.121 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:58:38.121 INFO kablam! --> src/store/mod.rs:407:5 Oct 15 05:58:38.121 INFO kablam! | Oct 15 05:58:38.121 INFO kablam! 407 | s.h_set(key.to_string(), h_key1.to_string(), value1.to_string()); Oct 15 05:58:38.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:38.121 INFO kablam! | Oct 15 05:58:38.121 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:58:38.121 INFO kablam! Oct 15 05:58:38.122 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:58:38.122 INFO kablam! --> src/store/mod.rs:415:5 Oct 15 05:58:38.122 INFO kablam! | Oct 15 05:58:38.122 INFO kablam! 415 | s.h_set(key.to_string(), h_key2.to_string(), value2.to_string()); Oct 15 05:58:38.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:58:38.122 INFO kablam! | Oct 15 05:58:38.122 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:58:38.122 INFO kablam! Oct 15 05:58:39.414 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.95s Oct 15 05:58:39.417 INFO kablam! su: No module specific data is present Oct 15 05:58:40.169 INFO running `"docker" "rm" "-f" "87126f8bc50b83b158b42bc456d4b4ae77a22d09a034a0f29e8c9db9fde28946"` Oct 15 05:58:40.403 INFO blam! 87126f8bc50b83b158b42bc456d4b4ae77a22d09a034a0f29e8c9db9fde28946 Oct 15 05:58:40.407 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 05:58:40.833 INFO blam! 43db5da015b770f8e8891e91ce3f37b14e9d313799eb3a30502a13295976a37a Oct 15 05:58:40.843 INFO running `"docker" "start" "-a" "43db5da015b770f8e8891e91ce3f37b14e9d313799eb3a30502a13295976a37a"` Oct 15 05:58:41.947 INFO kablam! usermod: no changes Oct 15 05:58:42.035 INFO blam! Oct 15 05:58:42.035 INFO blam! running 10 tests Oct 15 05:58:42.035 INFO blam! test store::test::test_drop ... ok Oct 15 05:58:42.035 INFO blam! test store::test::test_set_and_get ... ok Oct 15 05:58:42.037 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 05:58:42.038 INFO kablam! Running /target/debug/deps/kv-606bc1e8178c0464 Oct 15 05:58:42.051 INFO blam! test store::test::test_hash_getall ... ok Oct 15 05:58:42.051 INFO blam! test store::test::test_returns_error_if_key_is_not_a_list ... ok Oct 15 05:58:42.051 INFO blam! test store::test::test_list_drop ... ok Oct 15 05:58:42.051 INFO blam! test store::test::test_list_getall ... ok Oct 15 05:58:42.051 INFO blam! test store::test::test_append_key ... ok Oct 15 05:58:42.051 INFO blam! test store::test::test_list_insert ... ok Oct 15 05:58:43.031 INFO blam! test store::test::test_get_after_expire ... ok Oct 15 05:58:43.031 INFO blam! test store::test::test_when_list_expired_new_one_created ... ok Oct 15 05:58:43.031 INFO blam! Oct 15 05:58:43.031 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:58:43.031 INFO blam! Oct 15 05:58:43.039 INFO kablam! su: No module specific data is present Oct 15 05:58:44.027 INFO running `"docker" "rm" "-f" "43db5da015b770f8e8891e91ce3f37b14e9d313799eb3a30502a13295976a37a"` Oct 15 05:58:44.327 INFO blam! 43db5da015b770f8e8891e91ce3f37b14e9d313799eb3a30502a13295976a37a