Oct 10 22:49:11.244 INFO testing fwcd/SC18-RustClient against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:49:11.244 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:49:11.245 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:49:11.532 INFO blam! 4ec60e8f5960ad7839fd8f57b94e6b921b84b786ad5aa494954ca01bf46b9614 Oct 10 22:49:11.534 INFO running `"docker" "start" "-a" "4ec60e8f5960ad7839fd8f57b94e6b921b84b786ad5aa494954ca01bf46b9614"` Oct 10 22:49:12.416 INFO kablam! usermod: no changes Oct 10 22:49:12.497 INFO kablam! Compiling bitflags v1.0.1 Oct 10 22:49:12.757 INFO kablam! Compiling xml-rs v0.7.0 Oct 10 22:49:15.777 INFO kablam! Compiling sc18_rustclient v0.1.0 (/source) Oct 10 22:49:16.128 INFO kablam! warning: unused variable: `state` Oct 10 22:49:16.128 INFO kablam! --> src/xml_client.rs:139:32 Oct 10 22:49:16.128 INFO kablam! | Oct 10 22:49:16.128 INFO kablam! 139 | fn on_update_state(&mut self, state: &GameState) {} Oct 10 22:49:16.128 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 10 22:49:16.128 INFO kablam! | Oct 10 22:49:16.128 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:49:16.128 INFO kablam! Oct 10 22:49:16.128 INFO kablam! warning: unused variable: `welcome_message` Oct 10 22:49:16.129 INFO kablam! --> src/xml_client.rs:141:35 Oct 10 22:49:16.129 INFO kablam! | Oct 10 22:49:16.129 INFO kablam! 141 | fn on_welcome_message(&mut self, welcome_message: &WelcomeMessage) {} Oct 10 22:49:16.129 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_welcome_message` instead Oct 10 22:49:16.129 INFO kablam! Oct 10 22:49:16.129 INFO kablam! warning: unused variable: `room` Oct 10 22:49:16.129 INFO kablam! --> src/xml_client.rs:167:24 Oct 10 22:49:16.129 INFO kablam! | Oct 10 22:49:16.129 INFO kablam! 167 | fn on_join(&mut self, room: &Room) {} Oct 10 22:49:16.129 INFO kablam! | ^^^^ help: consider using `_room` instead Oct 10 22:49:16.129 INFO kablam! Oct 10 22:49:16.129 INFO kablam! warning: unused variable: `node` Oct 10 22:49:16.129 INFO kablam! --> src/xml_client.rs:115:104 Oct 10 22:49:16.129 INFO kablam! | Oct 10 22:49:16.129 INFO kablam! 115 | fn get_move_upon_request(color: &str, move_req_listener: &mut ClientListener, game_state: &GameState, node: &mut XMLNode) -> Move { Oct 10 22:49:16.129 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 10 22:49:16.129 INFO kablam! Oct 10 22:49:16.136 INFO kablam! warning: variable does not need to be mutable Oct 10 22:49:16.136 INFO kablam! --> src/xml_client.rs:33:13 Oct 10 22:49:16.136 INFO kablam! | Oct 10 22:49:16.136 INFO kablam! 33 | pub fn run(mut self, target: &String, reservation: &String) { Oct 10 22:49:16.136 INFO kablam! | ----^^^^ Oct 10 22:49:16.136 INFO kablam! | | Oct 10 22:49:16.136 INFO kablam! | help: remove this `mut` Oct 10 22:49:16.136 INFO kablam! | Oct 10 22:49:16.136 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:49:16.136 INFO kablam! Oct 10 22:49:16.166 INFO kablam! warning: method is never used: `get_int` Oct 10 22:49:16.166 INFO kablam! --> src/arg_parser.rs:35:2 Oct 10 22:49:16.166 INFO kablam! | Oct 10 22:49:16.166 INFO kablam! 35 | pub fn get_int(&self, key: &str) -> Option { Oct 10 22:49:16.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.166 INFO kablam! | Oct 10 22:49:16.166 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:49:16.166 INFO kablam! Oct 10 22:49:16.166 INFO kablam! warning: struct is never constructed: `Joined` Oct 10 22:49:16.166 INFO kablam! --> src/game.rs:7:1 Oct 10 22:49:16.166 INFO kablam! | Oct 10 22:49:16.166 INFO kablam! 7 | pub struct Joined { Oct 10 22:49:16.166 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.167 INFO kablam! Oct 10 22:49:16.167 INFO kablam! warning: method is never used: `as_joined` Oct 10 22:49:16.167 INFO kablam! --> src/xml_utils.rs:103:2 Oct 10 22:49:16.167 INFO kablam! | Oct 10 22:49:16.167 INFO kablam! 103 | pub fn as_joined(&self) -> Joined { Oct 10 22:49:16.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.167 INFO kablam! Oct 10 22:49:16.167 INFO kablam! warning: method is never used: `get_attributes` Oct 10 22:49:16.167 INFO kablam! --> src/xml_utils.rs:152:2 Oct 10 22:49:16.167 INFO kablam! | Oct 10 22:49:16.167 INFO kablam! 152 | pub fn get_attributes(&self) -> &HashMap> { return &self.attribs; } Oct 10 22:49:16.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.167 INFO kablam! Oct 10 22:49:16.167 INFO kablam! warning: method is never used: `get_childs` Oct 10 22:49:16.167 INFO kablam! --> src/xml_utils.rs:168:2 Oct 10 22:49:16.167 INFO kablam! | Oct 10 22:49:16.167 INFO kablam! 168 | pub fn get_childs(&self) -> &Vec { return &self.childs; } Oct 10 22:49:16.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.167 INFO kablam! Oct 10 22:49:16.167 INFO kablam! warning: constant item is never used: `LEVEL_NONE` Oct 10 22:49:16.167 INFO kablam! --> src/logger.rs:1:1 Oct 10 22:49:16.167 INFO kablam! | Oct 10 22:49:16.167 INFO kablam! 1 | const LEVEL_NONE: i32 = 100; Oct 10 22:49:16.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.167 INFO kablam! Oct 10 22:49:16.167 INFO kablam! warning: constant item is never used: `LEVEL_WARN` Oct 10 22:49:16.167 INFO kablam! --> src/logger.rs:3:1 Oct 10 22:49:16.167 INFO kablam! | Oct 10 22:49:16.168 INFO kablam! 3 | const LEVEL_WARN: i32 = 1; Oct 10 22:49:16.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.168 INFO kablam! Oct 10 22:49:16.168 INFO kablam! warning: constant item is never used: `LEVEL_INFO` Oct 10 22:49:16.168 INFO kablam! --> src/logger.rs:4:1 Oct 10 22:49:16.168 INFO kablam! | Oct 10 22:49:16.168 INFO kablam! 4 | const LEVEL_INFO: i32 = 0; Oct 10 22:49:16.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.168 INFO kablam! Oct 10 22:49:16.168 INFO kablam! warning: constant item is never used: `LEVEL_DEBUG` Oct 10 22:49:16.168 INFO kablam! --> src/logger.rs:5:1 Oct 10 22:49:16.168 INFO kablam! | Oct 10 22:49:16.168 INFO kablam! 5 | const LEVEL_DEBUG: i32 = -1; Oct 10 22:49:16.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.168 INFO kablam! Oct 10 22:49:16.168 INFO kablam! warning: constant item is never used: `LEVEL_VERY_DEEP_TRACE` Oct 10 22:49:16.168 INFO kablam! --> src/logger.rs:8:1 Oct 10 22:49:16.168 INFO kablam! | Oct 10 22:49:16.168 INFO kablam! 8 | const LEVEL_VERY_DEEP_TRACE: i32 = -4; Oct 10 22:49:16.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.168 INFO kablam! Oct 10 22:49:16.168 INFO kablam! warning: method is never used: `warn` Oct 10 22:49:16.168 INFO kablam! --> src/logger.rs:23:2 Oct 10 22:49:16.168 INFO kablam! | Oct 10 22:49:16.168 INFO kablam! 23 | pub fn warn(&self, msg: F) where F: Fn() -> String { self.log("[WARN] ", msg, LEVEL_WARN); } Oct 10 22:49:16.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.168 INFO kablam! Oct 10 22:49:16.168 INFO kablam! warning: method is never used: `info` Oct 10 22:49:16.168 INFO kablam! --> src/logger.rs:25:2 Oct 10 22:49:16.168 INFO kablam! | Oct 10 22:49:16.168 INFO kablam! 25 | pub fn info(&self, msg: F) where F: Fn() -> String { self.log("[INFO] ", msg, LEVEL_INFO); } Oct 10 22:49:16.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.168 INFO kablam! Oct 10 22:49:16.168 INFO kablam! warning: method is never used: `debug` Oct 10 22:49:16.168 INFO kablam! --> src/logger.rs:27:2 Oct 10 22:49:16.168 INFO kablam! | Oct 10 22:49:16.168 INFO kablam! 27 | pub fn debug(&self, msg: F) where F: Fn() -> String { self.log("[DEBUG] ", msg, LEVEL_DEBUG); } Oct 10 22:49:16.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.168 INFO kablam! Oct 10 22:49:16.168 INFO kablam! warning: method is never used: `very_deep_trace` Oct 10 22:49:16.168 INFO kablam! --> src/logger.rs:33:2 Oct 10 22:49:16.168 INFO kablam! | Oct 10 22:49:16.168 INFO kablam! 33 | pub fn very_deep_trace(&self, msg: F) where F: Fn() -> String { self.log("[V_DEEP_TRACE]", msg, LEVEL_VERY_DEEP_TRACE); } Oct 10 22:49:16.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:16.168 INFO kablam! Oct 10 22:49:17.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.99s Oct 10 22:49:17.436 INFO kablam! su: No module specific data is present Oct 10 22:49:18.176 INFO running `"docker" "rm" "-f" "4ec60e8f5960ad7839fd8f57b94e6b921b84b786ad5aa494954ca01bf46b9614"` Oct 10 22:49:18.432 INFO blam! 4ec60e8f5960ad7839fd8f57b94e6b921b84b786ad5aa494954ca01bf46b9614 Oct 10 22:49:18.437 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:49:18.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:49:18.786 INFO blam! a7197901f57b7e2209618b09d975bb46518ffca522a1a28403778d7618f10260 Oct 10 22:49:18.789 INFO running `"docker" "start" "-a" "a7197901f57b7e2209618b09d975bb46518ffca522a1a28403778d7618f10260"` Oct 10 22:49:20.056 INFO kablam! usermod: no changes Oct 10 22:49:20.112 INFO kablam! Compiling sc18_rustclient v0.1.0 (/source) Oct 10 22:49:20.516 INFO kablam! warning: unused variable: `state` Oct 10 22:49:20.516 INFO kablam! --> src/xml_client.rs:139:32 Oct 10 22:49:20.516 INFO kablam! | Oct 10 22:49:20.516 INFO kablam! 139 | fn on_update_state(&mut self, state: &GameState) {} Oct 10 22:49:20.516 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 10 22:49:20.516 INFO kablam! | Oct 10 22:49:20.516 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:49:20.516 INFO kablam! Oct 10 22:49:20.516 INFO kablam! warning: unused variable: `welcome_message` Oct 10 22:49:20.516 INFO kablam! --> src/xml_client.rs:141:35 Oct 10 22:49:20.516 INFO kablam! | Oct 10 22:49:20.516 INFO kablam! 141 | fn on_welcome_message(&mut self, welcome_message: &WelcomeMessage) {} Oct 10 22:49:20.516 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_welcome_message` instead Oct 10 22:49:20.516 INFO kablam! Oct 10 22:49:20.516 INFO kablam! warning: unused variable: `room` Oct 10 22:49:20.516 INFO kablam! --> src/xml_client.rs:167:24 Oct 10 22:49:20.516 INFO kablam! | Oct 10 22:49:20.517 INFO kablam! 167 | fn on_join(&mut self, room: &Room) {} Oct 10 22:49:20.517 INFO kablam! | ^^^^ help: consider using `_room` instead Oct 10 22:49:20.517 INFO kablam! Oct 10 22:49:20.517 INFO kablam! warning: unused variable: `node` Oct 10 22:49:20.517 INFO kablam! --> src/xml_client.rs:115:104 Oct 10 22:49:20.517 INFO kablam! | Oct 10 22:49:20.517 INFO kablam! 115 | fn get_move_upon_request(color: &str, move_req_listener: &mut ClientListener, game_state: &GameState, node: &mut XMLNode) -> Move { Oct 10 22:49:20.517 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 10 22:49:20.517 INFO kablam! Oct 10 22:49:20.517 INFO kablam! warning: variable does not need to be mutable Oct 10 22:49:20.517 INFO kablam! --> src/xml_client.rs:33:13 Oct 10 22:49:20.517 INFO kablam! | Oct 10 22:49:20.517 INFO kablam! 33 | pub fn run(mut self, target: &String, reservation: &String) { Oct 10 22:49:20.517 INFO kablam! | ----^^^^ Oct 10 22:49:20.517 INFO kablam! | | Oct 10 22:49:20.517 INFO kablam! | help: remove this `mut` Oct 10 22:49:20.517 INFO kablam! | Oct 10 22:49:20.517 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:49:20.517 INFO kablam! Oct 10 22:49:20.562 INFO kablam! warning: method is never used: `get_int` Oct 10 22:49:20.562 INFO kablam! --> src/arg_parser.rs:35:2 Oct 10 22:49:20.562 INFO kablam! | Oct 10 22:49:20.562 INFO kablam! 35 | pub fn get_int(&self, key: &str) -> Option { Oct 10 22:49:20.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.564 INFO kablam! | Oct 10 22:49:20.564 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:49:20.564 INFO kablam! Oct 10 22:49:20.564 INFO kablam! warning: struct is never constructed: `Joined` Oct 10 22:49:20.564 INFO kablam! --> src/game.rs:7:1 Oct 10 22:49:20.564 INFO kablam! | Oct 10 22:49:20.564 INFO kablam! 7 | pub struct Joined { Oct 10 22:49:20.564 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.564 INFO kablam! Oct 10 22:49:20.564 INFO kablam! warning: method is never used: `as_joined` Oct 10 22:49:20.564 INFO kablam! --> src/xml_utils.rs:103:2 Oct 10 22:49:20.564 INFO kablam! | Oct 10 22:49:20.564 INFO kablam! 103 | pub fn as_joined(&self) -> Joined { Oct 10 22:49:20.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.564 INFO kablam! Oct 10 22:49:20.564 INFO kablam! warning: method is never used: `get_attributes` Oct 10 22:49:20.564 INFO kablam! --> src/xml_utils.rs:152:2 Oct 10 22:49:20.564 INFO kablam! | Oct 10 22:49:20.564 INFO kablam! 152 | pub fn get_attributes(&self) -> &HashMap> { return &self.attribs; } Oct 10 22:49:20.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.564 INFO kablam! Oct 10 22:49:20.564 INFO kablam! warning: method is never used: `get_childs` Oct 10 22:49:20.564 INFO kablam! --> src/xml_utils.rs:168:2 Oct 10 22:49:20.564 INFO kablam! | Oct 10 22:49:20.564 INFO kablam! 168 | pub fn get_childs(&self) -> &Vec { return &self.childs; } Oct 10 22:49:20.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.564 INFO kablam! Oct 10 22:49:20.564 INFO kablam! warning: constant item is never used: `LEVEL_NONE` Oct 10 22:49:20.564 INFO kablam! --> src/logger.rs:1:1 Oct 10 22:49:20.564 INFO kablam! | Oct 10 22:49:20.565 INFO kablam! 1 | const LEVEL_NONE: i32 = 100; Oct 10 22:49:20.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.565 INFO kablam! Oct 10 22:49:20.565 INFO kablam! warning: constant item is never used: `LEVEL_WARN` Oct 10 22:49:20.565 INFO kablam! --> src/logger.rs:3:1 Oct 10 22:49:20.565 INFO kablam! | Oct 10 22:49:20.565 INFO kablam! 3 | const LEVEL_WARN: i32 = 1; Oct 10 22:49:20.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.565 INFO kablam! Oct 10 22:49:20.565 INFO kablam! warning: constant item is never used: `LEVEL_INFO` Oct 10 22:49:20.565 INFO kablam! --> src/logger.rs:4:1 Oct 10 22:49:20.565 INFO kablam! | Oct 10 22:49:20.565 INFO kablam! 4 | const LEVEL_INFO: i32 = 0; Oct 10 22:49:20.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.565 INFO kablam! Oct 10 22:49:20.565 INFO kablam! warning: constant item is never used: `LEVEL_DEBUG` Oct 10 22:49:20.565 INFO kablam! --> src/logger.rs:5:1 Oct 10 22:49:20.565 INFO kablam! | Oct 10 22:49:20.565 INFO kablam! 5 | const LEVEL_DEBUG: i32 = -1; Oct 10 22:49:20.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.565 INFO kablam! Oct 10 22:49:20.565 INFO kablam! warning: constant item is never used: `LEVEL_VERY_DEEP_TRACE` Oct 10 22:49:20.565 INFO kablam! --> src/logger.rs:8:1 Oct 10 22:49:20.565 INFO kablam! | Oct 10 22:49:20.565 INFO kablam! 8 | const LEVEL_VERY_DEEP_TRACE: i32 = -4; Oct 10 22:49:20.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.565 INFO kablam! Oct 10 22:49:20.565 INFO kablam! warning: method is never used: `warn` Oct 10 22:49:20.565 INFO kablam! --> src/logger.rs:23:2 Oct 10 22:49:20.565 INFO kablam! | Oct 10 22:49:20.565 INFO kablam! 23 | pub fn warn(&self, msg: F) where F: Fn() -> String { self.log("[WARN] ", msg, LEVEL_WARN); } Oct 10 22:49:20.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.565 INFO kablam! Oct 10 22:49:20.565 INFO kablam! warning: method is never used: `info` Oct 10 22:49:20.565 INFO kablam! --> src/logger.rs:25:2 Oct 10 22:49:20.565 INFO kablam! | Oct 10 22:49:20.565 INFO kablam! 25 | pub fn info(&self, msg: F) where F: Fn() -> String { self.log("[INFO] ", msg, LEVEL_INFO); } Oct 10 22:49:20.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.565 INFO kablam! Oct 10 22:49:20.565 INFO kablam! warning: method is never used: `debug` Oct 10 22:49:20.565 INFO kablam! --> src/logger.rs:27:2 Oct 10 22:49:20.565 INFO kablam! | Oct 10 22:49:20.565 INFO kablam! 27 | pub fn debug(&self, msg: F) where F: Fn() -> String { self.log("[DEBUG] ", msg, LEVEL_DEBUG); } Oct 10 22:49:20.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.565 INFO kablam! Oct 10 22:49:20.565 INFO kablam! warning: method is never used: `very_deep_trace` Oct 10 22:49:20.565 INFO kablam! --> src/logger.rs:33:2 Oct 10 22:49:20.565 INFO kablam! | Oct 10 22:49:20.565 INFO kablam! 33 | pub fn very_deep_trace(&self, msg: F) where F: Fn() -> String { self.log("[V_DEEP_TRACE]", msg, LEVEL_VERY_DEEP_TRACE); } Oct 10 22:49:20.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:49:20.565 INFO kablam! Oct 10 22:49:21.037 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 10 22:49:21.040 INFO kablam! su: No module specific data is present Oct 10 22:49:22.025 INFO running `"docker" "rm" "-f" "a7197901f57b7e2209618b09d975bb46518ffca522a1a28403778d7618f10260"` Oct 10 22:49:22.346 INFO blam! a7197901f57b7e2209618b09d975bb46518ffca522a1a28403778d7618f10260 Oct 10 22:49:22.356 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:49:22.356 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:49:22.729 INFO blam! a323640c4efdef498d1b49bb3fa05b170c22263b8be5ec4dbd27b55827b3b9de Oct 10 22:49:22.744 INFO running `"docker" "start" "-a" "a323640c4efdef498d1b49bb3fa05b170c22263b8be5ec4dbd27b55827b3b9de"` Oct 10 22:49:24.152 INFO kablam! usermod: no changes Oct 10 22:49:24.200 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 22:49:24.200 INFO kablam! Running /target/debug/deps/sc18_rustclient-16a45173b26a4c9e Oct 10 22:49:24.204 INFO kablam! su: No module specific data is present Oct 10 22:49:24.204 INFO blam! Oct 10 22:49:24.204 INFO blam! running 0 tests Oct 10 22:49:24.204 INFO blam! Oct 10 22:49:24.204 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:49:24.204 INFO blam! Oct 10 22:49:25.017 INFO running `"docker" "rm" "-f" "a323640c4efdef498d1b49bb3fa05b170c22263b8be5ec4dbd27b55827b3b9de"` Oct 10 22:49:25.352 INFO blam! a323640c4efdef498d1b49bb3fa05b170c22263b8be5ec4dbd27b55827b3b9de