Sep 18 01:02:15.331 INFO checking exclave-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:02:15.331 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:02:15.331 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:02:15.502 INFO blam! ed020955b2655ca1dc15d18bc2bbff196078526ec0e9fbbfa2826849cb1879dd Sep 18 01:02:15.503 INFO running `"docker" "start" "-a" "ed020955b2655ca1dc15d18bc2bbff196078526ec0e9fbbfa2826849cb1879dd"` Sep 18 01:02:16.166 INFO kablam! usermod: no changes Sep 18 01:02:16.332 INFO kablam! Checking systemd-parser v0.1.3 Sep 18 01:02:16.334 INFO kablam! Checking dependy v0.4.0 Sep 18 01:02:16.334 INFO kablam! Checking runny v1.2.4 Sep 18 01:02:16.335 INFO kablam! Checking tokio-reactor v0.1.5 Sep 18 01:02:16.335 INFO kablam! Checking console v0.5.0 Sep 18 01:02:17.784 INFO kablam! Checking inotify v0.6.1 Sep 18 01:02:18.859 INFO kablam! Checking notify v4.0.6 Sep 18 01:02:20.079 INFO kablam! Checking exclave v0.1.0 (/source) Sep 18 01:02:23.135 INFO kablam! warning: unused variable: `test_max_time` Sep 18 01:02:23.135 INFO kablam! --> src/units/scenario.rs:540:21 Sep 18 01:02:23.135 INFO kablam! | Sep 18 01:02:23.135 INFO kablam! 540 | let test_max_time = self.make_timeout(test_timeout); Sep 18 01:02:23.135 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_max_time` instead Sep 18 01:02:23.135 INFO kablam! | Sep 18 01:02:23.135 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 01:02:23.135 INFO kablam! Sep 18 01:02:23.135 INFO kablam! warning: unused variable: `e` Sep 18 01:02:23.135 INFO kablam! --> src/units/scenario.rs:575:17 Sep 18 01:02:23.135 INFO kablam! | Sep 18 01:02:23.135 INFO kablam! 575 | Err(e) => unimplemented!(), Sep 18 01:02:23.135 INFO kablam! | ^ help: consider using `_e` instead Sep 18 01:02:23.135 INFO kablam! Sep 18 01:02:23.441 INFO kablam! warning: unused variable: `test_max_time` Sep 18 01:02:23.441 INFO kablam! --> src/units/scenario.rs:540:21 Sep 18 01:02:23.441 INFO kablam! | Sep 18 01:02:23.441 INFO kablam! 540 | let test_max_time = self.make_timeout(test_timeout); Sep 18 01:02:23.441 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_max_time` instead Sep 18 01:02:23.441 INFO kablam! | Sep 18 01:02:23.441 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 18 01:02:23.441 INFO kablam! Sep 18 01:02:23.441 INFO kablam! warning: unused variable: `e` Sep 18 01:02:23.441 INFO kablam! --> src/units/scenario.rs:575:17 Sep 18 01:02:23.441 INFO kablam! | Sep 18 01:02:23.441 INFO kablam! 575 | Err(e) => unimplemented!(), Sep 18 01:02:23.441 INFO kablam! | ^ help: consider using `_e` instead Sep 18 01:02:23.441 INFO kablam! Sep 18 01:02:23.513 INFO kablam! warning: method is never used: `output_message` Sep 18 01:02:23.513 INFO kablam! --> src/units/logger.rs:236:5 Sep 18 01:02:23.513 INFO kablam! | Sep 18 01:02:23.513 INFO kablam! 236 | pub fn output_message(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 18 01:02:23.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:02:23.513 INFO kablam! | Sep 18 01:02:23.513 INFO kablam! = note: #[warn(dead_code)] on by default Sep 18 01:02:23.513 INFO kablam! Sep 18 01:02:23.513 INFO kablam! warning: method is never used: `json_write` Sep 18 01:02:23.513 INFO kablam! --> src/units/logger.rs:243:5 Sep 18 01:02:23.513 INFO kablam! | Sep 18 01:02:23.513 INFO kablam! 243 | fn json_write(&self, _: ManagerStatusMessage) -> Result<(), Error> { Sep 18 01:02:23.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:02:23.513 INFO kablam! Sep 18 01:02:23.513 INFO kablam! warning: method is never used: `cfti_escape` Sep 18 01:02:23.513 INFO kablam! --> src/units/logger.rs:247:5 Sep 18 01:02:23.513 INFO kablam! | Sep 18 01:02:23.513 INFO kablam! 247 | fn cfti_escape(msg: &String) -> String { Sep 18 01:02:23.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:02:23.513 INFO kablam! Sep 18 01:02:23.513 INFO kablam! warning: method is never used: `tsv_write` Sep 18 01:02:23.513 INFO kablam! --> src/units/logger.rs:255:5 Sep 18 01:02:23.513 INFO kablam! | Sep 18 01:02:23.513 INFO kablam! 255 | fn tsv_write(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 18 01:02:23.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:02:23.513 INFO kablam! Sep 18 01:02:23.738 INFO kablam! warning: method is never used: `output_message` Sep 18 01:02:23.738 INFO kablam! --> src/units/logger.rs:236:5 Sep 18 01:02:23.738 INFO kablam! | Sep 18 01:02:23.738 INFO kablam! 236 | pub fn output_message(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 18 01:02:23.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:02:23.738 INFO kablam! | Sep 18 01:02:23.738 INFO kablam! = note: #[warn(dead_code)] on by default Sep 18 01:02:23.738 INFO kablam! Sep 18 01:02:23.738 INFO kablam! warning: method is never used: `json_write` Sep 18 01:02:23.738 INFO kablam! --> src/units/logger.rs:243:5 Sep 18 01:02:23.738 INFO kablam! | Sep 18 01:02:23.738 INFO kablam! 243 | fn json_write(&self, _: ManagerStatusMessage) -> Result<(), Error> { Sep 18 01:02:23.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:02:23.738 INFO kablam! Sep 18 01:02:23.738 INFO kablam! warning: method is never used: `cfti_escape` Sep 18 01:02:23.738 INFO kablam! --> src/units/logger.rs:247:5 Sep 18 01:02:23.738 INFO kablam! | Sep 18 01:02:23.738 INFO kablam! 247 | fn cfti_escape(msg: &String) -> String { Sep 18 01:02:23.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:02:23.738 INFO kablam! Sep 18 01:02:23.738 INFO kablam! warning: method is never used: `tsv_write` Sep 18 01:02:23.738 INFO kablam! --> src/units/logger.rs:255:5 Sep 18 01:02:23.738 INFO kablam! | Sep 18 01:02:23.738 INFO kablam! 255 | fn tsv_write(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 18 01:02:23.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 01:02:23.738 INFO kablam! Sep 18 01:02:23.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.63s Sep 18 01:02:23.818 INFO kablam! su: No module specific data is present Sep 18 01:02:24.160 INFO running `"docker" "rm" "-f" "ed020955b2655ca1dc15d18bc2bbff196078526ec0e9fbbfa2826849cb1879dd"` Sep 18 01:02:24.244 INFO blam! ed020955b2655ca1dc15d18bc2bbff196078526ec0e9fbbfa2826849cb1879dd