Oct 14 20:11:46.564 INFO testing fwcd/SC18-RustClient against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:11:46.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 20:11:46.907 INFO blam! 0e8bd9cadf305ab1519677b73a2d1f94d7a59b1cd0a63a2c23624ae588a3ac1c Oct 14 20:11:46.911 INFO running `"docker" "start" "-a" "0e8bd9cadf305ab1519677b73a2d1f94d7a59b1cd0a63a2c23624ae588a3ac1c"` Oct 14 20:11:47.823 INFO kablam! usermod: no changes Oct 14 20:11:47.875 INFO kablam! Compiling xml-rs v0.7.0 Oct 14 20:11:50.707 INFO kablam! Compiling sc18_rustclient v0.1.0 (/source) Oct 14 20:11:51.101 INFO kablam! warning: unused variable: `state` Oct 14 20:11:51.101 INFO kablam! --> src/xml_client.rs:139:32 Oct 14 20:11:51.101 INFO kablam! | Oct 14 20:11:51.101 INFO kablam! 139 | fn on_update_state(&mut self, state: &GameState) {} Oct 14 20:11:51.101 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 14 20:11:51.101 INFO kablam! | Oct 14 20:11:51.101 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:11:51.101 INFO kablam! Oct 14 20:11:51.101 INFO kablam! warning: unused variable: `welcome_message` Oct 14 20:11:51.101 INFO kablam! --> src/xml_client.rs:141:35 Oct 14 20:11:51.101 INFO kablam! | Oct 14 20:11:51.102 INFO kablam! 141 | fn on_welcome_message(&mut self, welcome_message: &WelcomeMessage) {} Oct 14 20:11:51.102 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_welcome_message` instead Oct 14 20:11:51.102 INFO kablam! Oct 14 20:11:51.103 INFO kablam! warning: unused variable: `room` Oct 14 20:11:51.103 INFO kablam! --> src/xml_client.rs:167:24 Oct 14 20:11:51.103 INFO kablam! | Oct 14 20:11:51.103 INFO kablam! 167 | fn on_join(&mut self, room: &Room) {} Oct 14 20:11:51.103 INFO kablam! | ^^^^ help: consider using `_room` instead Oct 14 20:11:51.103 INFO kablam! Oct 14 20:11:51.107 INFO kablam! warning: unused variable: `node` Oct 14 20:11:51.107 INFO kablam! --> src/xml_client.rs:115:104 Oct 14 20:11:51.107 INFO kablam! | Oct 14 20:11:51.107 INFO kablam! 115 | fn get_move_upon_request(color: &str, move_req_listener: &mut ClientListener, game_state: &GameState, node: &mut XMLNode) -> Move { Oct 14 20:11:51.107 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 20:11:51.107 INFO kablam! Oct 14 20:11:51.115 INFO kablam! warning: variable does not need to be mutable Oct 14 20:11:51.116 INFO kablam! --> src/xml_client.rs:33:13 Oct 14 20:11:51.116 INFO kablam! | Oct 14 20:11:51.116 INFO kablam! 33 | pub fn run(mut self, target: &String, reservation: &String) { Oct 14 20:11:51.116 INFO kablam! | ----^^^^ Oct 14 20:11:51.116 INFO kablam! | | Oct 14 20:11:51.116 INFO kablam! | help: remove this `mut` Oct 14 20:11:51.123 INFO kablam! | Oct 14 20:11:51.123 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:11:51.123 INFO kablam! Oct 14 20:11:51.153 INFO kablam! warning: method is never used: `get_int` Oct 14 20:11:51.154 INFO kablam! --> src/arg_parser.rs:35:2 Oct 14 20:11:51.154 INFO kablam! | Oct 14 20:11:51.155 INFO kablam! 35 | pub fn get_int(&self, key: &str) -> Option { Oct 14 20:11:51.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.163 INFO kablam! | Oct 14 20:11:51.163 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:11:51.163 INFO kablam! Oct 14 20:11:51.164 INFO kablam! warning: struct is never constructed: `Joined` Oct 14 20:11:51.164 INFO kablam! --> src/game.rs:7:1 Oct 14 20:11:51.164 INFO kablam! | Oct 14 20:11:51.164 INFO kablam! 7 | pub struct Joined { Oct 14 20:11:51.164 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.164 INFO kablam! Oct 14 20:11:51.164 INFO kablam! warning: method is never used: `as_joined` Oct 14 20:11:51.164 INFO kablam! --> src/xml_utils.rs:103:2 Oct 14 20:11:51.164 INFO kablam! | Oct 14 20:11:51.164 INFO kablam! 103 | pub fn as_joined(&self) -> Joined { Oct 14 20:11:51.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.164 INFO kablam! Oct 14 20:11:51.164 INFO kablam! warning: method is never used: `get_attributes` Oct 14 20:11:51.164 INFO kablam! --> src/xml_utils.rs:152:2 Oct 14 20:11:51.164 INFO kablam! | Oct 14 20:11:51.164 INFO kablam! 152 | pub fn get_attributes(&self) -> &HashMap> { return &self.attribs; } Oct 14 20:11:51.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.164 INFO kablam! Oct 14 20:11:51.164 INFO kablam! warning: method is never used: `get_childs` Oct 14 20:11:51.164 INFO kablam! --> src/xml_utils.rs:168:2 Oct 14 20:11:51.164 INFO kablam! | Oct 14 20:11:51.164 INFO kablam! 168 | pub fn get_childs(&self) -> &Vec { return &self.childs; } Oct 14 20:11:51.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.165 INFO kablam! Oct 14 20:11:51.165 INFO kablam! warning: constant item is never used: `LEVEL_NONE` Oct 14 20:11:51.165 INFO kablam! --> src/logger.rs:1:1 Oct 14 20:11:51.165 INFO kablam! | Oct 14 20:11:51.165 INFO kablam! 1 | const LEVEL_NONE: i32 = 100; Oct 14 20:11:51.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.165 INFO kablam! Oct 14 20:11:51.165 INFO kablam! warning: constant item is never used: `LEVEL_WARN` Oct 14 20:11:51.165 INFO kablam! --> src/logger.rs:3:1 Oct 14 20:11:51.165 INFO kablam! | Oct 14 20:11:51.165 INFO kablam! 3 | const LEVEL_WARN: i32 = 1; Oct 14 20:11:51.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.165 INFO kablam! Oct 14 20:11:51.165 INFO kablam! warning: constant item is never used: `LEVEL_INFO` Oct 14 20:11:51.165 INFO kablam! --> src/logger.rs:4:1 Oct 14 20:11:51.165 INFO kablam! | Oct 14 20:11:51.165 INFO kablam! 4 | const LEVEL_INFO: i32 = 0; Oct 14 20:11:51.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.165 INFO kablam! Oct 14 20:11:51.165 INFO kablam! warning: constant item is never used: `LEVEL_DEBUG` Oct 14 20:11:51.165 INFO kablam! --> src/logger.rs:5:1 Oct 14 20:11:51.165 INFO kablam! | Oct 14 20:11:51.165 INFO kablam! 5 | const LEVEL_DEBUG: i32 = -1; Oct 14 20:11:51.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.166 INFO kablam! Oct 14 20:11:51.166 INFO kablam! warning: constant item is never used: `LEVEL_VERY_DEEP_TRACE` Oct 14 20:11:51.166 INFO kablam! --> src/logger.rs:8:1 Oct 14 20:11:51.166 INFO kablam! | Oct 14 20:11:51.166 INFO kablam! 8 | const LEVEL_VERY_DEEP_TRACE: i32 = -4; Oct 14 20:11:51.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.166 INFO kablam! Oct 14 20:11:51.166 INFO kablam! warning: method is never used: `warn` Oct 14 20:11:51.166 INFO kablam! --> src/logger.rs:23:2 Oct 14 20:11:51.166 INFO kablam! | Oct 14 20:11:51.166 INFO kablam! 23 | pub fn warn(&self, msg: F) where F: Fn() -> String { self.log("[WARN] ", msg, LEVEL_WARN); } Oct 14 20:11:51.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.166 INFO kablam! Oct 14 20:11:51.166 INFO kablam! warning: method is never used: `info` Oct 14 20:11:51.166 INFO kablam! --> src/logger.rs:25:2 Oct 14 20:11:51.166 INFO kablam! | Oct 14 20:11:51.166 INFO kablam! 25 | pub fn info(&self, msg: F) where F: Fn() -> String { self.log("[INFO] ", msg, LEVEL_INFO); } Oct 14 20:11:51.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.166 INFO kablam! Oct 14 20:11:51.166 INFO kablam! warning: method is never used: `debug` Oct 14 20:11:51.166 INFO kablam! --> src/logger.rs:27:2 Oct 14 20:11:51.166 INFO kablam! | Oct 14 20:11:51.167 INFO kablam! 27 | pub fn debug(&self, msg: F) where F: Fn() -> String { self.log("[DEBUG] ", msg, LEVEL_DEBUG); } Oct 14 20:11:51.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.167 INFO kablam! Oct 14 20:11:51.167 INFO kablam! warning: method is never used: `very_deep_trace` Oct 14 20:11:51.167 INFO kablam! --> src/logger.rs:33:2 Oct 14 20:11:51.167 INFO kablam! | Oct 14 20:11:51.167 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 14 20:11:51.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.167 INFO kablam! Oct 14 20:11:52.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.90s Oct 14 20:11:52.743 INFO kablam! su: No module specific data is present Oct 14 20:11:53.185 INFO running `"docker" "rm" "-f" "0e8bd9cadf305ab1519677b73a2d1f94d7a59b1cd0a63a2c23624ae588a3ac1c"` Oct 14 20:11:53.430 INFO blam! 0e8bd9cadf305ab1519677b73a2d1f94d7a59b1cd0a63a2c23624ae588a3ac1c Oct 14 20:11:53.437 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 20:11:53.715 INFO blam! ae0bb27315cd045b0bd048976f24c8adf534a25222b022e6228dd7b7f1d9c71b Oct 14 20:11:53.724 INFO running `"docker" "start" "-a" "ae0bb27315cd045b0bd048976f24c8adf534a25222b022e6228dd7b7f1d9c71b"` Oct 14 20:11:54.706 INFO kablam! usermod: no changes Oct 14 20:11:54.775 INFO kablam! Compiling sc18_rustclient v0.1.0 (/source) Oct 14 20:11:55.327 INFO kablam! warning: unused variable: `state` Oct 14 20:11:55.327 INFO kablam! --> src/xml_client.rs:139:32 Oct 14 20:11:55.327 INFO kablam! | Oct 14 20:11:55.327 INFO kablam! 139 | fn on_update_state(&mut self, state: &GameState) {} Oct 14 20:11:55.327 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 14 20:11:55.327 INFO kablam! | Oct 14 20:11:55.327 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:11:55.327 INFO kablam! Oct 14 20:11:55.327 INFO kablam! warning: unused variable: `welcome_message` Oct 14 20:11:55.327 INFO kablam! --> src/xml_client.rs:141:35 Oct 14 20:11:55.327 INFO kablam! | Oct 14 20:11:55.327 INFO kablam! 141 | fn on_welcome_message(&mut self, welcome_message: &WelcomeMessage) {} Oct 14 20:11:55.327 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_welcome_message` instead Oct 14 20:11:55.327 INFO kablam! Oct 14 20:11:55.327 INFO kablam! warning: unused variable: `room` Oct 14 20:11:55.327 INFO kablam! --> src/xml_client.rs:167:24 Oct 14 20:11:55.327 INFO kablam! | Oct 14 20:11:55.327 INFO kablam! 167 | fn on_join(&mut self, room: &Room) {} Oct 14 20:11:55.327 INFO kablam! | ^^^^ help: consider using `_room` instead Oct 14 20:11:55.327 INFO kablam! Oct 14 20:11:55.327 INFO kablam! warning: unused variable: `node` Oct 14 20:11:55.327 INFO kablam! --> src/xml_client.rs:115:104 Oct 14 20:11:55.328 INFO kablam! | Oct 14 20:11:55.328 INFO kablam! 115 | fn get_move_upon_request(color: &str, move_req_listener: &mut ClientListener, game_state: &GameState, node: &mut XMLNode) -> Move { Oct 14 20:11:55.328 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 20:11:55.328 INFO kablam! Oct 14 20:11:55.335 INFO kablam! warning: variable does not need to be mutable Oct 14 20:11:55.335 INFO kablam! --> src/xml_client.rs:33:13 Oct 14 20:11:55.336 INFO kablam! | Oct 14 20:11:55.336 INFO kablam! 33 | pub fn run(mut self, target: &String, reservation: &String) { Oct 14 20:11:55.336 INFO kablam! | ----^^^^ Oct 14 20:11:55.336 INFO kablam! | | Oct 14 20:11:55.336 INFO kablam! | help: remove this `mut` Oct 14 20:11:55.336 INFO kablam! | Oct 14 20:11:55.336 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:11:55.336 INFO kablam! Oct 14 20:11:55.375 INFO kablam! warning: method is never used: `get_int` Oct 14 20:11:55.375 INFO kablam! --> src/arg_parser.rs:35:2 Oct 14 20:11:55.375 INFO kablam! | Oct 14 20:11:55.375 INFO kablam! 35 | pub fn get_int(&self, key: &str) -> Option { Oct 14 20:11:55.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.375 INFO kablam! | Oct 14 20:11:55.375 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:11:55.375 INFO kablam! Oct 14 20:11:55.375 INFO kablam! warning: struct is never constructed: `Joined` Oct 14 20:11:55.375 INFO kablam! --> src/game.rs:7:1 Oct 14 20:11:55.375 INFO kablam! | Oct 14 20:11:55.375 INFO kablam! 7 | pub struct Joined { Oct 14 20:11:55.375 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.375 INFO kablam! Oct 14 20:11:55.375 INFO kablam! warning: method is never used: `as_joined` Oct 14 20:11:55.375 INFO kablam! --> src/xml_utils.rs:103:2 Oct 14 20:11:55.375 INFO kablam! | Oct 14 20:11:55.375 INFO kablam! 103 | pub fn as_joined(&self) -> Joined { Oct 14 20:11:55.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.375 INFO kablam! Oct 14 20:11:55.375 INFO kablam! warning: method is never used: `get_attributes` Oct 14 20:11:55.375 INFO kablam! --> src/xml_utils.rs:152:2 Oct 14 20:11:55.375 INFO kablam! | Oct 14 20:11:55.375 INFO kablam! 152 | pub fn get_attributes(&self) -> &HashMap> { return &self.attribs; } Oct 14 20:11:55.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.375 INFO kablam! Oct 14 20:11:55.375 INFO kablam! warning: method is never used: `get_childs` Oct 14 20:11:55.375 INFO kablam! --> src/xml_utils.rs:168:2 Oct 14 20:11:55.375 INFO kablam! | Oct 14 20:11:55.375 INFO kablam! 168 | pub fn get_childs(&self) -> &Vec { return &self.childs; } Oct 14 20:11:55.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.375 INFO kablam! Oct 14 20:11:55.375 INFO kablam! warning: constant item is never used: `LEVEL_NONE` Oct 14 20:11:55.375 INFO kablam! --> src/logger.rs:1:1 Oct 14 20:11:55.375 INFO kablam! | Oct 14 20:11:55.375 INFO kablam! 1 | const LEVEL_NONE: i32 = 100; Oct 14 20:11:55.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.375 INFO kablam! Oct 14 20:11:55.375 INFO kablam! warning: constant item is never used: `LEVEL_WARN` Oct 14 20:11:55.375 INFO kablam! --> src/logger.rs:3:1 Oct 14 20:11:55.375 INFO kablam! | Oct 14 20:11:55.375 INFO kablam! 3 | const LEVEL_WARN: i32 = 1; Oct 14 20:11:55.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.376 INFO kablam! Oct 14 20:11:55.376 INFO kablam! warning: constant item is never used: `LEVEL_INFO` Oct 14 20:11:55.376 INFO kablam! --> src/logger.rs:4:1 Oct 14 20:11:55.376 INFO kablam! | Oct 14 20:11:55.376 INFO kablam! 4 | const LEVEL_INFO: i32 = 0; Oct 14 20:11:55.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.376 INFO kablam! Oct 14 20:11:55.376 INFO kablam! warning: constant item is never used: `LEVEL_DEBUG` Oct 14 20:11:55.376 INFO kablam! --> src/logger.rs:5:1 Oct 14 20:11:55.376 INFO kablam! | Oct 14 20:11:55.376 INFO kablam! 5 | const LEVEL_DEBUG: i32 = -1; Oct 14 20:11:55.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.376 INFO kablam! Oct 14 20:11:55.376 INFO kablam! warning: constant item is never used: `LEVEL_VERY_DEEP_TRACE` Oct 14 20:11:55.376 INFO kablam! --> src/logger.rs:8:1 Oct 14 20:11:55.376 INFO kablam! | Oct 14 20:11:55.376 INFO kablam! 8 | const LEVEL_VERY_DEEP_TRACE: i32 = -4; Oct 14 20:11:55.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.376 INFO kablam! Oct 14 20:11:55.376 INFO kablam! warning: method is never used: `warn` Oct 14 20:11:55.376 INFO kablam! --> src/logger.rs:23:2 Oct 14 20:11:55.376 INFO kablam! | Oct 14 20:11:55.376 INFO kablam! 23 | pub fn warn(&self, msg: F) where F: Fn() -> String { self.log("[WARN] ", msg, LEVEL_WARN); } Oct 14 20:11:55.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.376 INFO kablam! Oct 14 20:11:55.376 INFO kablam! warning: method is never used: `info` Oct 14 20:11:55.376 INFO kablam! --> src/logger.rs:25:2 Oct 14 20:11:55.376 INFO kablam! | Oct 14 20:11:55.376 INFO kablam! 25 | pub fn info(&self, msg: F) where F: Fn() -> String { self.log("[INFO] ", msg, LEVEL_INFO); } Oct 14 20:11:55.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.376 INFO kablam! Oct 14 20:11:55.376 INFO kablam! warning: method is never used: `debug` Oct 14 20:11:55.376 INFO kablam! --> src/logger.rs:27:2 Oct 14 20:11:55.376 INFO kablam! | Oct 14 20:11:55.376 INFO kablam! 27 | pub fn debug(&self, msg: F) where F: Fn() -> String { self.log("[DEBUG] ", msg, LEVEL_DEBUG); } Oct 14 20:11:55.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.376 INFO kablam! Oct 14 20:11:55.376 INFO kablam! warning: method is never used: `very_deep_trace` Oct 14 20:11:55.376 INFO kablam! --> src/logger.rs:33:2 Oct 14 20:11:55.376 INFO kablam! | Oct 14 20:11:55.376 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 14 20:11:55.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.376 INFO kablam! Oct 14 20:11:55.922 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 14 20:11:55.924 INFO kablam! su: No module specific data is present Oct 14 20:11:56.566 INFO running `"docker" "rm" "-f" "ae0bb27315cd045b0bd048976f24c8adf534a25222b022e6228dd7b7f1d9c71b"` Oct 14 20:11:56.793 INFO blam! ae0bb27315cd045b0bd048976f24c8adf534a25222b022e6228dd7b7f1d9c71b Oct 14 20:11:56.795 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 20:11:57.345 INFO blam! 551ca49514b820b7f857755f9db2dd5ea7edb143685591220b4ec14b17dc868c Oct 14 20:11:57.349 INFO running `"docker" "start" "-a" "551ca49514b820b7f857755f9db2dd5ea7edb143685591220b4ec14b17dc868c"` Oct 14 20:11:58.491 INFO kablam! usermod: no changes Oct 14 20:11:58.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 20:11:58.543 INFO blam! Oct 14 20:11:58.543 INFO kablam! Running /target/debug/deps/sc18_rustclient-a91f86884abbbc1b Oct 14 20:11:58.543 INFO blam! running 0 tests Oct 14 20:11:58.543 INFO blam! Oct 14 20:11:58.543 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:58.543 INFO blam! Oct 14 20:11:58.551 INFO kablam! su: No module specific data is present Oct 14 20:11:59.265 INFO running `"docker" "rm" "-f" "551ca49514b820b7f857755f9db2dd5ea7edb143685591220b4ec14b17dc868c"` Oct 14 20:11:59.589 INFO blam! 551ca49514b820b7f857755f9db2dd5ea7edb143685591220b4ec14b17dc868c