Oct 14 20:11:46.672 INFO testing fwcd/SC18-RustClient against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:11:46.672 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 20:11:46.992 INFO blam! 753975f175b8d24e6680a51efc2c2f7a2780831a6483c2c19d08c2f906b6ae16 Oct 14 20:11:46.995 INFO running `"docker" "start" "-a" "753975f175b8d24e6680a51efc2c2f7a2780831a6483c2c19d08c2f906b6ae16"` Oct 14 20:11:47.781 INFO kablam! usermod: no changes Oct 14 20:11:47.815 INFO kablam! Compiling xml-rs v0.7.0 Oct 14 20:11:50.885 INFO kablam! Compiling sc18_rustclient v0.1.0 (/source) Oct 14 20:11:51.283 INFO kablam! warning: unused variable: `state` Oct 14 20:11:51.283 INFO kablam! --> src/xml_client.rs:139:32 Oct 14 20:11:51.283 INFO kablam! | Oct 14 20:11:51.283 INFO kablam! 139 | fn on_update_state(&mut self, state: &GameState) {} Oct 14 20:11:51.283 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 14 20:11:51.283 INFO kablam! | Oct 14 20:11:51.283 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:11:51.283 INFO kablam! Oct 14 20:11:51.283 INFO kablam! warning: unused variable: `welcome_message` Oct 14 20:11:51.283 INFO kablam! --> src/xml_client.rs:141:35 Oct 14 20:11:51.283 INFO kablam! | Oct 14 20:11:51.283 INFO kablam! 141 | fn on_welcome_message(&mut self, welcome_message: &WelcomeMessage) {} Oct 14 20:11:51.283 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_welcome_message` instead Oct 14 20:11:51.283 INFO kablam! Oct 14 20:11:51.283 INFO kablam! warning: unused variable: `room` Oct 14 20:11:51.283 INFO kablam! --> src/xml_client.rs:167:24 Oct 14 20:11:51.283 INFO kablam! | Oct 14 20:11:51.283 INFO kablam! 167 | fn on_join(&mut self, room: &Room) {} Oct 14 20:11:51.283 INFO kablam! | ^^^^ help: consider using `_room` instead Oct 14 20:11:51.283 INFO kablam! Oct 14 20:11:51.283 INFO kablam! warning: unused variable: `node` Oct 14 20:11:51.283 INFO kablam! --> src/xml_client.rs:115:104 Oct 14 20:11:51.283 INFO kablam! | Oct 14 20:11:51.283 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.283 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 20:11:51.283 INFO kablam! Oct 14 20:11:51.294 INFO kablam! warning: variable does not need to be mutable Oct 14 20:11:51.294 INFO kablam! --> src/xml_client.rs:33:13 Oct 14 20:11:51.294 INFO kablam! | Oct 14 20:11:51.294 INFO kablam! 33 | pub fn run(mut self, target: &String, reservation: &String) { Oct 14 20:11:51.294 INFO kablam! | ----^^^^ Oct 14 20:11:51.294 INFO kablam! | | Oct 14 20:11:51.295 INFO kablam! | help: remove this `mut` Oct 14 20:11:51.295 INFO kablam! | Oct 14 20:11:51.295 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:11:51.295 INFO kablam! Oct 14 20:11:51.367 INFO kablam! warning: method is never used: `get_int` Oct 14 20:11:51.367 INFO kablam! --> src/arg_parser.rs:35:2 Oct 14 20:11:51.367 INFO kablam! | Oct 14 20:11:51.367 INFO kablam! 35 | pub fn get_int(&self, key: &str) -> Option { Oct 14 20:11:51.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.367 INFO kablam! | Oct 14 20:11:51.367 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:11:51.367 INFO kablam! Oct 14 20:11:51.384 INFO kablam! warning: struct is never constructed: `Joined` Oct 14 20:11:51.384 INFO kablam! --> src/game.rs:7:1 Oct 14 20:11:51.384 INFO kablam! | Oct 14 20:11:51.384 INFO kablam! 7 | pub struct Joined { Oct 14 20:11:51.384 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.384 INFO kablam! Oct 14 20:11:51.384 INFO kablam! warning: method is never used: `as_joined` Oct 14 20:11:51.384 INFO kablam! --> src/xml_utils.rs:103:2 Oct 14 20:11:51.384 INFO kablam! | Oct 14 20:11:51.384 INFO kablam! 103 | pub fn as_joined(&self) -> Joined { Oct 14 20:11:51.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.384 INFO kablam! Oct 14 20:11:51.384 INFO kablam! warning: method is never used: `get_attributes` Oct 14 20:11:51.384 INFO kablam! --> src/xml_utils.rs:152:2 Oct 14 20:11:51.384 INFO kablam! | Oct 14 20:11:51.384 INFO kablam! 152 | pub fn get_attributes(&self) -> &HashMap> { return &self.attribs; } Oct 14 20:11:51.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.384 INFO kablam! Oct 14 20:11:51.385 INFO kablam! warning: method is never used: `get_childs` Oct 14 20:11:51.385 INFO kablam! --> src/xml_utils.rs:168:2 Oct 14 20:11:51.385 INFO kablam! | Oct 14 20:11:51.385 INFO kablam! 168 | pub fn get_childs(&self) -> &Vec { return &self.childs; } Oct 14 20:11:51.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.385 INFO kablam! Oct 14 20:11:51.385 INFO kablam! warning: constant item is never used: `LEVEL_NONE` Oct 14 20:11:51.385 INFO kablam! --> src/logger.rs:1:1 Oct 14 20:11:51.385 INFO kablam! | Oct 14 20:11:51.385 INFO kablam! 1 | const LEVEL_NONE: i32 = 100; Oct 14 20:11:51.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.385 INFO kablam! Oct 14 20:11:51.385 INFO kablam! warning: constant item is never used: `LEVEL_WARN` Oct 14 20:11:51.385 INFO kablam! --> src/logger.rs:3:1 Oct 14 20:11:51.385 INFO kablam! | Oct 14 20:11:51.385 INFO kablam! 3 | const LEVEL_WARN: i32 = 1; Oct 14 20:11:51.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.385 INFO kablam! Oct 14 20:11:51.385 INFO kablam! warning: constant item is never used: `LEVEL_INFO` Oct 14 20:11:51.385 INFO kablam! --> src/logger.rs:4:1 Oct 14 20:11:51.385 INFO kablam! | Oct 14 20:11:51.386 INFO kablam! 4 | const LEVEL_INFO: i32 = 0; Oct 14 20:11:51.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.386 INFO kablam! Oct 14 20:11:51.386 INFO kablam! warning: constant item is never used: `LEVEL_DEBUG` Oct 14 20:11:51.386 INFO kablam! --> src/logger.rs:5:1 Oct 14 20:11:51.386 INFO kablam! | Oct 14 20:11:51.386 INFO kablam! 5 | const LEVEL_DEBUG: i32 = -1; Oct 14 20:11:51.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.386 INFO kablam! Oct 14 20:11:51.386 INFO kablam! warning: constant item is never used: `LEVEL_VERY_DEEP_TRACE` Oct 14 20:11:51.386 INFO kablam! --> src/logger.rs:8:1 Oct 14 20:11:51.386 INFO kablam! | Oct 14 20:11:51.386 INFO kablam! 8 | const LEVEL_VERY_DEEP_TRACE: i32 = -4; Oct 14 20:11:51.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.386 INFO kablam! Oct 14 20:11:51.386 INFO kablam! warning: method is never used: `warn` Oct 14 20:11:51.386 INFO kablam! --> src/logger.rs:23:2 Oct 14 20:11:51.386 INFO kablam! | Oct 14 20:11:51.386 INFO kablam! 23 | pub fn warn(&self, msg: F) where F: Fn() -> String { self.log("[WARN] ", msg, LEVEL_WARN); } Oct 14 20:11:51.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.387 INFO kablam! Oct 14 20:11:51.387 INFO kablam! warning: method is never used: `info` Oct 14 20:11:51.387 INFO kablam! --> src/logger.rs:25:2 Oct 14 20:11:51.387 INFO kablam! | Oct 14 20:11:51.387 INFO kablam! 25 | pub fn info(&self, msg: F) where F: Fn() -> String { self.log("[INFO] ", msg, LEVEL_INFO); } Oct 14 20:11:51.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.387 INFO kablam! Oct 14 20:11:51.387 INFO kablam! warning: method is never used: `debug` Oct 14 20:11:51.387 INFO kablam! --> src/logger.rs:27:2 Oct 14 20:11:51.387 INFO kablam! | Oct 14 20:11:51.387 INFO kablam! 27 | pub fn debug(&self, msg: F) where F: Fn() -> String { self.log("[DEBUG] ", msg, LEVEL_DEBUG); } Oct 14 20:11:51.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.387 INFO kablam! Oct 14 20:11:51.387 INFO kablam! warning: method is never used: `very_deep_trace` Oct 14 20:11:51.387 INFO kablam! --> src/logger.rs:33:2 Oct 14 20:11:51.387 INFO kablam! | Oct 14 20:11:51.387 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.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:51.387 INFO kablam! Oct 14 20:11:52.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.94s Oct 14 20:11:52.745 INFO kablam! su: No module specific data is present Oct 14 20:11:53.154 INFO running `"docker" "rm" "-f" "753975f175b8d24e6680a51efc2c2f7a2780831a6483c2c19d08c2f906b6ae16"` Oct 14 20:11:53.429 INFO blam! 753975f175b8d24e6680a51efc2c2f7a2780831a6483c2c19d08c2f906b6ae16 Oct 14 20:11:53.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 20:11:53.813 INFO blam! 1590e50e0dff738eb83340f52b3ee71bbce0369e3abc7a55d859c6d33c059327 Oct 14 20:11:53.814 INFO running `"docker" "start" "-a" "1590e50e0dff738eb83340f52b3ee71bbce0369e3abc7a55d859c6d33c059327"` Oct 14 20:11:54.735 INFO kablam! usermod: no changes Oct 14 20:11:54.803 INFO kablam! Compiling sc18_rustclient v0.1.0 (/source) Oct 14 20:11:55.225 INFO kablam! warning: unused variable: `state` Oct 14 20:11:55.225 INFO kablam! --> src/xml_client.rs:139:32 Oct 14 20:11:55.225 INFO kablam! | Oct 14 20:11:55.225 INFO kablam! 139 | fn on_update_state(&mut self, state: &GameState) {} Oct 14 20:11:55.225 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 14 20:11:55.225 INFO kablam! | Oct 14 20:11:55.225 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:11:55.225 INFO kablam! Oct 14 20:11:55.225 INFO kablam! warning: unused variable: `welcome_message` Oct 14 20:11:55.225 INFO kablam! --> src/xml_client.rs:141:35 Oct 14 20:11:55.225 INFO kablam! | Oct 14 20:11:55.225 INFO kablam! 141 | fn on_welcome_message(&mut self, welcome_message: &WelcomeMessage) {} Oct 14 20:11:55.225 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_welcome_message` instead Oct 14 20:11:55.225 INFO kablam! Oct 14 20:11:55.235 INFO kablam! warning: unused variable: `room` Oct 14 20:11:55.235 INFO kablam! --> src/xml_client.rs:167:24 Oct 14 20:11:55.235 INFO kablam! | Oct 14 20:11:55.235 INFO kablam! 167 | fn on_join(&mut self, room: &Room) {} Oct 14 20:11:55.235 INFO kablam! | ^^^^ help: consider using `_room` instead Oct 14 20:11:55.235 INFO kablam! Oct 14 20:11:55.235 INFO kablam! warning: unused variable: `node` Oct 14 20:11:55.235 INFO kablam! --> src/xml_client.rs:115:104 Oct 14 20:11:55.235 INFO kablam! | Oct 14 20:11:55.235 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.235 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 20:11:55.235 INFO kablam! Oct 14 20:11:55.243 INFO kablam! warning: variable does not need to be mutable Oct 14 20:11:55.243 INFO kablam! --> src/xml_client.rs:33:13 Oct 14 20:11:55.243 INFO kablam! | Oct 14 20:11:55.243 INFO kablam! 33 | pub fn run(mut self, target: &String, reservation: &String) { Oct 14 20:11:55.243 INFO kablam! | ----^^^^ Oct 14 20:11:55.243 INFO kablam! | | Oct 14 20:11:55.243 INFO kablam! | help: remove this `mut` Oct 14 20:11:55.243 INFO kablam! | Oct 14 20:11:55.243 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:11:55.243 INFO kablam! Oct 14 20:11:55.280 INFO kablam! warning: method is never used: `get_int` Oct 14 20:11:55.280 INFO kablam! --> src/arg_parser.rs:35:2 Oct 14 20:11:55.280 INFO kablam! | Oct 14 20:11:55.281 INFO kablam! 35 | pub fn get_int(&self, key: &str) -> Option { Oct 14 20:11:55.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.281 INFO kablam! | Oct 14 20:11:55.282 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:11:55.282 INFO kablam! Oct 14 20:11:55.282 INFO kablam! warning: struct is never constructed: `Joined` Oct 14 20:11:55.283 INFO kablam! --> src/game.rs:7:1 Oct 14 20:11:55.283 INFO kablam! | Oct 14 20:11:55.283 INFO kablam! 7 | pub struct Joined { Oct 14 20:11:55.284 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.284 INFO kablam! Oct 14 20:11:55.284 INFO kablam! warning: method is never used: `as_joined` Oct 14 20:11:55.285 INFO kablam! --> src/xml_utils.rs:103:2 Oct 14 20:11:55.285 INFO kablam! | Oct 14 20:11:55.285 INFO kablam! 103 | pub fn as_joined(&self) -> Joined { Oct 14 20:11:55.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.286 INFO kablam! Oct 14 20:11:55.286 INFO kablam! warning: method is never used: `get_attributes` Oct 14 20:11:55.286 INFO kablam! --> src/xml_utils.rs:152:2 Oct 14 20:11:55.286 INFO kablam! | Oct 14 20:11:55.287 INFO kablam! 152 | pub fn get_attributes(&self) -> &HashMap> { return &self.attribs; } Oct 14 20:11:55.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.287 INFO kablam! Oct 14 20:11:55.287 INFO kablam! warning: method is never used: `get_childs` Oct 14 20:11:55.287 INFO kablam! --> src/xml_utils.rs:168:2 Oct 14 20:11:55.287 INFO kablam! | Oct 14 20:11:55.287 INFO kablam! 168 | pub fn get_childs(&self) -> &Vec { return &self.childs; } Oct 14 20:11:55.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.288 INFO kablam! Oct 14 20:11:55.288 INFO kablam! warning: constant item is never used: `LEVEL_NONE` Oct 14 20:11:55.288 INFO kablam! --> src/logger.rs:1:1 Oct 14 20:11:55.288 INFO kablam! | Oct 14 20:11:55.288 INFO kablam! 1 | const LEVEL_NONE: i32 = 100; Oct 14 20:11:55.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.289 INFO kablam! Oct 14 20:11:55.289 INFO kablam! warning: constant item is never used: `LEVEL_WARN` Oct 14 20:11:55.289 INFO kablam! --> src/logger.rs:3:1 Oct 14 20:11:55.289 INFO kablam! | Oct 14 20:11:55.289 INFO kablam! 3 | const LEVEL_WARN: i32 = 1; Oct 14 20:11:55.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.290 INFO kablam! Oct 14 20:11:55.290 INFO kablam! warning: constant item is never used: `LEVEL_INFO` Oct 14 20:11:55.290 INFO kablam! --> src/logger.rs:4:1 Oct 14 20:11:55.290 INFO kablam! | Oct 14 20:11:55.290 INFO kablam! 4 | const LEVEL_INFO: i32 = 0; Oct 14 20:11:55.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.291 INFO kablam! Oct 14 20:11:55.291 INFO kablam! warning: constant item is never used: `LEVEL_DEBUG` Oct 14 20:11:55.291 INFO kablam! --> src/logger.rs:5:1 Oct 14 20:11:55.291 INFO kablam! | Oct 14 20:11:55.291 INFO kablam! 5 | const LEVEL_DEBUG: i32 = -1; Oct 14 20:11:55.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.292 INFO kablam! Oct 14 20:11:55.292 INFO kablam! warning: constant item is never used: `LEVEL_VERY_DEEP_TRACE` Oct 14 20:11:55.292 INFO kablam! --> src/logger.rs:8:1 Oct 14 20:11:55.292 INFO kablam! | Oct 14 20:11:55.292 INFO kablam! 8 | const LEVEL_VERY_DEEP_TRACE: i32 = -4; Oct 14 20:11:55.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.293 INFO kablam! Oct 14 20:11:55.293 INFO kablam! warning: method is never used: `warn` Oct 14 20:11:55.293 INFO kablam! --> src/logger.rs:23:2 Oct 14 20:11:55.293 INFO kablam! | Oct 14 20:11:55.294 INFO kablam! 23 | pub fn warn(&self, msg: F) where F: Fn() -> String { self.log("[WARN] ", msg, LEVEL_WARN); } Oct 14 20:11:55.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.294 INFO kablam! Oct 14 20:11:55.294 INFO kablam! warning: method is never used: `info` Oct 14 20:11:55.294 INFO kablam! --> src/logger.rs:25:2 Oct 14 20:11:55.295 INFO kablam! | Oct 14 20:11:55.295 INFO kablam! 25 | pub fn info(&self, msg: F) where F: Fn() -> String { self.log("[INFO] ", msg, LEVEL_INFO); } Oct 14 20:11:55.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.295 INFO kablam! Oct 14 20:11:55.295 INFO kablam! warning: method is never used: `debug` Oct 14 20:11:55.295 INFO kablam! --> src/logger.rs:27:2 Oct 14 20:11:55.296 INFO kablam! | Oct 14 20:11:55.296 INFO kablam! 27 | pub fn debug(&self, msg: F) where F: Fn() -> String { self.log("[DEBUG] ", msg, LEVEL_DEBUG); } Oct 14 20:11:55.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.296 INFO kablam! Oct 14 20:11:55.296 INFO kablam! warning: method is never used: `very_deep_trace` Oct 14 20:11:55.297 INFO kablam! --> src/logger.rs:33:2 Oct 14 20:11:55.297 INFO kablam! | Oct 14 20:11:55.297 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.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:11:55.298 INFO kablam! Oct 14 20:11:55.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 14 20:11:55.765 INFO kablam! su: No module specific data is present Oct 14 20:11:56.535 INFO running `"docker" "rm" "-f" "1590e50e0dff738eb83340f52b3ee71bbce0369e3abc7a55d859c6d33c059327"` Oct 14 20:11:56.755 INFO blam! 1590e50e0dff738eb83340f52b3ee71bbce0369e3abc7a55d859c6d33c059327 Oct 14 20:11:56.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 20:11:57.292 INFO blam! 1fcf09db6a8ba166eba8ae4a3f5afe99429cbd29e4c40d32d523140856082171 Oct 14 20:11:57.294 INFO running `"docker" "start" "-a" "1fcf09db6a8ba166eba8ae4a3f5afe99429cbd29e4c40d32d523140856082171"` Oct 14 20:11:58.227 INFO kablam! usermod: no changes Oct 14 20:11:58.283 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 20:11:58.287 INFO kablam! Running /target/debug/deps/sc18_rustclient-16a45173b26a4c9e Oct 14 20:11:58.291 INFO blam! Oct 14 20:11:58.291 INFO blam! running 0 tests Oct 14 20:11:58.291 INFO blam! Oct 14 20:11:58.291 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:11:58.291 INFO blam! Oct 14 20:11:58.303 INFO kablam! su: No module specific data is present Oct 14 20:11:58.967 INFO running `"docker" "rm" "-f" "1fcf09db6a8ba166eba8ae4a3f5afe99429cbd29e4c40d32d523140856082171"` Oct 14 20:11:59.207 INFO blam! 1fcf09db6a8ba166eba8ae4a3f5afe99429cbd29e4c40d32d523140856082171