Sep 14 16:55:10.513 INFO checking exclave-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:55:10.513 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:55:10.513 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:55:10.665 INFO blam! b9c255db77ab42cfa77ee30b40e90a676f6a472295aba60f412a2252d8488880 Sep 14 16:55:10.666 INFO running `"docker" "start" "-a" "b9c255db77ab42cfa77ee30b40e90a676f6a472295aba60f412a2252d8488880"` Sep 14 16:55:11.559 INFO kablam! usermod: no changes Sep 14 16:55:11.734 INFO kablam! Compiling user32-sys v0.2.0 Sep 14 16:55:11.738 INFO kablam! Checking daggy v0.5.0 Sep 14 16:55:11.738 INFO kablam! Checking systemd-parser v0.1.3 Sep 14 16:55:11.738 INFO kablam! Checking console v0.5.0 Sep 14 16:55:11.740 INFO kablam! Checking inotify v0.6.1 Sep 14 16:55:12.807 INFO kablam! Checking dependy v0.4.0 Sep 14 16:55:13.028 INFO kablam! Checking runny v1.2.4 Sep 14 16:55:14.060 INFO kablam! Checking notify v4.0.6 Sep 14 16:55:15.236 INFO kablam! Checking exclave v0.1.0 (file:///source) Sep 14 16:55:17.798 INFO kablam! warning: unused variable: `test_max_time` Sep 14 16:55:17.798 INFO kablam! --> src/units/scenario.rs:540:21 Sep 14 16:55:17.798 INFO kablam! | Sep 14 16:55:17.798 INFO kablam! 540 | let test_max_time = self.make_timeout(test_timeout); Sep 14 16:55:17.798 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_max_time` instead Sep 14 16:55:17.798 INFO kablam! | Sep 14 16:55:17.798 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 16:55:17.798 INFO kablam! Sep 14 16:55:17.798 INFO kablam! warning: unused variable: `e` Sep 14 16:55:17.798 INFO kablam! --> src/units/scenario.rs:575:17 Sep 14 16:55:17.798 INFO kablam! | Sep 14 16:55:17.798 INFO kablam! 575 | Err(e) => unimplemented!(), Sep 14 16:55:17.798 INFO kablam! | ^ help: consider using `_e` instead Sep 14 16:55:17.798 INFO kablam! Sep 14 16:55:17.861 INFO kablam! warning: unused variable: `test_max_time` Sep 14 16:55:17.861 INFO kablam! --> src/units/scenario.rs:540:21 Sep 14 16:55:17.861 INFO kablam! | Sep 14 16:55:17.861 INFO kablam! 540 | let test_max_time = self.make_timeout(test_timeout); Sep 14 16:55:17.861 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_max_time` instead Sep 14 16:55:17.861 INFO kablam! | Sep 14 16:55:17.862 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 16:55:17.862 INFO kablam! Sep 14 16:55:17.862 INFO kablam! warning: unused variable: `e` Sep 14 16:55:17.862 INFO kablam! --> src/units/scenario.rs:575:17 Sep 14 16:55:17.862 INFO kablam! | Sep 14 16:55:17.862 INFO kablam! 575 | Err(e) => unimplemented!(), Sep 14 16:55:17.862 INFO kablam! | ^ help: consider using `_e` instead Sep 14 16:55:17.862 INFO kablam! Sep 14 16:55:18.255 INFO kablam! warning: method is never used: `output_message` Sep 14 16:55:18.255 INFO kablam! --> src/units/logger.rs:236:5 Sep 14 16:55:18.255 INFO kablam! | Sep 14 16:55:18.255 INFO kablam! 236 | pub fn output_message(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 14 16:55:18.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:55:18.255 INFO kablam! | Sep 14 16:55:18.255 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 16:55:18.255 INFO kablam! Sep 14 16:55:18.255 INFO kablam! warning: method is never used: `json_write` Sep 14 16:55:18.255 INFO kablam! --> src/units/logger.rs:243:5 Sep 14 16:55:18.255 INFO kablam! | Sep 14 16:55:18.255 INFO kablam! 243 | fn json_write(&self, _: ManagerStatusMessage) -> Result<(), Error> { Sep 14 16:55:18.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:55:18.255 INFO kablam! Sep 14 16:55:18.255 INFO kablam! warning: method is never used: `cfti_escape` Sep 14 16:55:18.255 INFO kablam! --> src/units/logger.rs:247:5 Sep 14 16:55:18.255 INFO kablam! | Sep 14 16:55:18.255 INFO kablam! 247 | fn cfti_escape(msg: &String) -> String { Sep 14 16:55:18.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:55:18.255 INFO kablam! Sep 14 16:55:18.255 INFO kablam! warning: method is never used: `tsv_write` Sep 14 16:55:18.255 INFO kablam! --> src/units/logger.rs:255:5 Sep 14 16:55:18.255 INFO kablam! | Sep 14 16:55:18.255 INFO kablam! 255 | fn tsv_write(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 14 16:55:18.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:55:18.255 INFO kablam! Sep 14 16:55:18.260 INFO kablam! warning: method is never used: `output_message` Sep 14 16:55:18.260 INFO kablam! --> src/units/logger.rs:236:5 Sep 14 16:55:18.260 INFO kablam! | Sep 14 16:55:18.260 INFO kablam! 236 | pub fn output_message(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 14 16:55:18.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:55:18.260 INFO kablam! | Sep 14 16:55:18.260 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 16:55:18.260 INFO kablam! Sep 14 16:55:18.260 INFO kablam! warning: method is never used: `json_write` Sep 14 16:55:18.260 INFO kablam! --> src/units/logger.rs:243:5 Sep 14 16:55:18.260 INFO kablam! | Sep 14 16:55:18.260 INFO kablam! 243 | fn json_write(&self, _: ManagerStatusMessage) -> Result<(), Error> { Sep 14 16:55:18.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:55:18.261 INFO kablam! Sep 14 16:55:18.261 INFO kablam! warning: method is never used: `cfti_escape` Sep 14 16:55:18.261 INFO kablam! --> src/units/logger.rs:247:5 Sep 14 16:55:18.261 INFO kablam! | Sep 14 16:55:18.261 INFO kablam! 247 | fn cfti_escape(msg: &String) -> String { Sep 14 16:55:18.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:55:18.261 INFO kablam! Sep 14 16:55:18.261 INFO kablam! warning: method is never used: `tsv_write` Sep 14 16:55:18.261 INFO kablam! --> src/units/logger.rs:255:5 Sep 14 16:55:18.261 INFO kablam! | Sep 14 16:55:18.261 INFO kablam! 255 | fn tsv_write(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 14 16:55:18.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:55:18.261 INFO kablam! Sep 14 16:55:18.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.78s Sep 14 16:55:18.358 INFO kablam! su: No module specific data is present Sep 14 16:55:19.335 INFO running `"docker" "rm" "-f" "b9c255db77ab42cfa77ee30b40e90a676f6a472295aba60f412a2252d8488880"` Sep 14 16:55:19.401 INFO blam! b9c255db77ab42cfa77ee30b40e90a676f6a472295aba60f412a2252d8488880