Sep 06 07:21:29.955 INFO checking exclave-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 07:21:29.955 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 07:21:29.955 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 07:21:30.078 INFO blam! 20c5060d1e8948b248f3231e3698d2102c9d06b54825f6eb16e686c27deec384 Sep 06 07:21:30.079 INFO running `"docker" "start" "-a" "20c5060d1e8948b248f3231e3698d2102c9d06b54825f6eb16e686c27deec384"` Sep 06 07:21:31.080 INFO kablam! usermod: no changes Sep 06 07:21:31.252 INFO kablam! Compiling user32-sys v0.2.0 Sep 06 07:21:31.254 INFO kablam! Checking daggy v0.5.0 Sep 06 07:21:31.254 INFO kablam! Checking systemd-parser v0.1.3 Sep 06 07:21:31.256 INFO kablam! Checking inotify v0.6.1 Sep 06 07:21:31.256 INFO kablam! Checking console v0.5.0 Sep 06 07:21:32.472 INFO kablam! Checking runny v1.2.4 Sep 06 07:21:32.704 INFO kablam! Checking dependy v0.4.0 Sep 06 07:21:33.594 INFO kablam! Checking notify v4.0.6 Sep 06 07:21:34.612 INFO kablam! Checking exclave v0.1.0 (file:///source) Sep 06 07:21:36.822 INFO kablam! warning: unused variable: `test_max_time` Sep 06 07:21:36.822 INFO kablam! --> src/units/scenario.rs:540:21 Sep 06 07:21:36.822 INFO kablam! | Sep 06 07:21:36.822 INFO kablam! 540 | let test_max_time = self.make_timeout(test_timeout); Sep 06 07:21:36.822 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_max_time` instead Sep 06 07:21:36.822 INFO kablam! | Sep 06 07:21:36.822 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 07:21:36.822 INFO kablam! Sep 06 07:21:36.822 INFO kablam! warning: unused variable: `e` Sep 06 07:21:36.822 INFO kablam! --> src/units/scenario.rs:575:17 Sep 06 07:21:36.822 INFO kablam! | Sep 06 07:21:36.822 INFO kablam! 575 | Err(e) => unimplemented!(), Sep 06 07:21:36.822 INFO kablam! | ^ help: consider using `_e` instead Sep 06 07:21:36.822 INFO kablam! Sep 06 07:21:37.250 INFO kablam! warning: method is never used: `output_message` Sep 06 07:21:37.250 INFO kablam! --> src/units/logger.rs:236:5 Sep 06 07:21:37.250 INFO kablam! | Sep 06 07:21:37.250 INFO kablam! 236 | pub fn output_message(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 06 07:21:37.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:21:37.250 INFO kablam! | Sep 06 07:21:37.250 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 07:21:37.250 INFO kablam! Sep 06 07:21:37.250 INFO kablam! warning: method is never used: `json_write` Sep 06 07:21:37.251 INFO kablam! --> src/units/logger.rs:243:5 Sep 06 07:21:37.251 INFO kablam! | Sep 06 07:21:37.251 INFO kablam! 243 | fn json_write(&self, _: ManagerStatusMessage) -> Result<(), Error> { Sep 06 07:21:37.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:21:37.251 INFO kablam! Sep 06 07:21:37.251 INFO kablam! warning: method is never used: `cfti_escape` Sep 06 07:21:37.251 INFO kablam! --> src/units/logger.rs:247:5 Sep 06 07:21:37.251 INFO kablam! | Sep 06 07:21:37.251 INFO kablam! 247 | fn cfti_escape(msg: &String) -> String { Sep 06 07:21:37.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:21:37.251 INFO kablam! Sep 06 07:21:37.251 INFO kablam! warning: method is never used: `tsv_write` Sep 06 07:21:37.251 INFO kablam! --> src/units/logger.rs:255:5 Sep 06 07:21:37.251 INFO kablam! | Sep 06 07:21:37.251 INFO kablam! 255 | fn tsv_write(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 06 07:21:37.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:21:37.251 INFO kablam! Sep 06 07:21:37.282 INFO kablam! warning: unused variable: `test_max_time` Sep 06 07:21:37.282 INFO kablam! --> src/units/scenario.rs:540:21 Sep 06 07:21:37.282 INFO kablam! | Sep 06 07:21:37.282 INFO kablam! 540 | let test_max_time = self.make_timeout(test_timeout); Sep 06 07:21:37.282 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_max_time` instead Sep 06 07:21:37.282 INFO kablam! | Sep 06 07:21:37.282 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 07:21:37.282 INFO kablam! Sep 06 07:21:37.282 INFO kablam! warning: unused variable: `e` Sep 06 07:21:37.282 INFO kablam! --> src/units/scenario.rs:575:17 Sep 06 07:21:37.282 INFO kablam! | Sep 06 07:21:37.282 INFO kablam! 575 | Err(e) => unimplemented!(), Sep 06 07:21:37.282 INFO kablam! | ^ help: consider using `_e` instead Sep 06 07:21:37.282 INFO kablam! Sep 06 07:21:37.585 INFO kablam! warning: method is never used: `output_message` Sep 06 07:21:37.585 INFO kablam! --> src/units/logger.rs:236:5 Sep 06 07:21:37.585 INFO kablam! | Sep 06 07:21:37.585 INFO kablam! 236 | pub fn output_message(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 06 07:21:37.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:21:37.585 INFO kablam! | Sep 06 07:21:37.585 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 07:21:37.585 INFO kablam! Sep 06 07:21:37.585 INFO kablam! warning: method is never used: `json_write` Sep 06 07:21:37.585 INFO kablam! --> src/units/logger.rs:243:5 Sep 06 07:21:37.585 INFO kablam! | Sep 06 07:21:37.585 INFO kablam! 243 | fn json_write(&self, _: ManagerStatusMessage) -> Result<(), Error> { Sep 06 07:21:37.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:21:37.585 INFO kablam! Sep 06 07:21:37.585 INFO kablam! warning: method is never used: `cfti_escape` Sep 06 07:21:37.585 INFO kablam! --> src/units/logger.rs:247:5 Sep 06 07:21:37.585 INFO kablam! | Sep 06 07:21:37.585 INFO kablam! 247 | fn cfti_escape(msg: &String) -> String { Sep 06 07:21:37.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:21:37.585 INFO kablam! Sep 06 07:21:37.585 INFO kablam! warning: method is never used: `tsv_write` Sep 06 07:21:37.585 INFO kablam! --> src/units/logger.rs:255:5 Sep 06 07:21:37.585 INFO kablam! | Sep 06 07:21:37.585 INFO kablam! 255 | fn tsv_write(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Sep 06 07:21:37.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:21:37.585 INFO kablam! Sep 06 07:21:37.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.55s Sep 06 07:21:37.658 INFO kablam! su: No module specific data is present Sep 06 07:21:38.034 INFO running `"docker" "rm" "-f" "20c5060d1e8948b248f3231e3698d2102c9d06b54825f6eb16e686c27deec384"` Sep 06 07:21:38.091 INFO blam! 20c5060d1e8948b248f3231e3698d2102c9d06b54825f6eb16e686c27deec384