Oct 27 22:36:11.731 INFO checking exclave-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:36:11.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 22:36:12.020 INFO blam! 239f81cc5a8019cdf7212a4ac69bd49f39659c1f13701335a1ae87da9b07aba3 Oct 27 22:36:12.022 INFO running `"docker" "start" "-a" "239f81cc5a8019cdf7212a4ac69bd49f39659c1f13701335a1ae87da9b07aba3"` Oct 27 22:36:12.565 INFO kablam! usermod: no changes Oct 27 22:36:12.752 INFO kablam! Compiling user32-sys v0.2.0 Oct 27 22:36:12.753 INFO kablam! Checking nix v0.9.0 Oct 27 22:36:12.754 INFO kablam! Checking daggy v0.5.0 Oct 27 22:36:12.755 INFO kablam! Checking systemd-parser v0.1.3 Oct 27 22:36:12.756 INFO kablam! Checking console v0.5.0 Oct 27 22:36:12.756 INFO kablam! Checking inotify v0.6.1 Oct 27 22:36:14.443 INFO kablam! Checking dependy v0.4.0 Oct 27 22:36:17.620 INFO kablam! Checking notify v4.0.6 Oct 27 22:36:19.805 INFO kablam! Checking runny v1.2.5 Oct 27 22:36:21.471 INFO kablam! Checking exclave v0.1.0 (/source) Oct 27 22:36:28.883 INFO kablam! warning: unused variable: `test_max_time` Oct 27 22:36:28.884 INFO kablam! --> src/units/scenario.rs:540:21 Oct 27 22:36:28.884 INFO kablam! | Oct 27 22:36:28.884 INFO kablam! 540 | let test_max_time = self.make_timeout(test_timeout); Oct 27 22:36:28.885 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_max_time` instead Oct 27 22:36:28.885 INFO kablam! | Oct 27 22:36:28.885 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 22:36:28.885 INFO kablam! Oct 27 22:36:28.886 INFO kablam! warning: unused variable: `e` Oct 27 22:36:28.886 INFO kablam! --> src/units/scenario.rs:575:17 Oct 27 22:36:28.886 INFO kablam! | Oct 27 22:36:28.887 INFO kablam! 575 | Err(e) => unimplemented!(), Oct 27 22:36:28.887 INFO kablam! | ^ help: consider using `_e` instead Oct 27 22:36:28.887 INFO kablam! Oct 27 22:36:29.083 INFO kablam! warning: unused variable: `test_max_time` Oct 27 22:36:29.084 INFO kablam! --> src/units/scenario.rs:540:21 Oct 27 22:36:29.095 INFO kablam! | Oct 27 22:36:29.095 INFO kablam! 540 | let test_max_time = self.make_timeout(test_timeout); Oct 27 22:36:29.096 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_max_time` instead Oct 27 22:36:29.096 INFO kablam! | Oct 27 22:36:29.096 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 22:36:29.096 INFO kablam! Oct 27 22:36:29.097 INFO kablam! warning: unused variable: `e` Oct 27 22:36:29.097 INFO kablam! --> src/units/scenario.rs:575:17 Oct 27 22:36:29.097 INFO kablam! | Oct 27 22:36:29.098 INFO kablam! 575 | Err(e) => unimplemented!(), Oct 27 22:36:29.098 INFO kablam! | ^ help: consider using `_e` instead Oct 27 22:36:29.098 INFO kablam! Oct 27 22:36:29.432 INFO kablam! warning: method is never used: `output_message` Oct 27 22:36:29.432 INFO kablam! --> src/units/logger.rs:236:5 Oct 27 22:36:29.432 INFO kablam! | Oct 27 22:36:29.433 INFO kablam! 236 | pub fn output_message(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Oct 27 22:36:29.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:36:29.433 INFO kablam! | Oct 27 22:36:29.433 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 22:36:29.434 INFO kablam! Oct 27 22:36:29.434 INFO kablam! warning: method is never used: `json_write` Oct 27 22:36:29.434 INFO kablam! --> src/units/logger.rs:243:5 Oct 27 22:36:29.435 INFO kablam! | Oct 27 22:36:29.435 INFO kablam! 243 | fn json_write(&self, _: ManagerStatusMessage) -> Result<(), Error> { Oct 27 22:36:29.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:36:29.435 INFO kablam! Oct 27 22:36:29.436 INFO kablam! warning: method is never used: `cfti_escape` Oct 27 22:36:29.436 INFO kablam! --> src/units/logger.rs:247:5 Oct 27 22:36:29.436 INFO kablam! | Oct 27 22:36:29.437 INFO kablam! 247 | fn cfti_escape(msg: &String) -> String { Oct 27 22:36:29.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:36:29.437 INFO kablam! Oct 27 22:36:29.437 INFO kablam! warning: method is never used: `tsv_write` Oct 27 22:36:29.438 INFO kablam! --> src/units/logger.rs:255:5 Oct 27 22:36:29.438 INFO kablam! | Oct 27 22:36:29.438 INFO kablam! 255 | fn tsv_write(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Oct 27 22:36:29.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:36:29.439 INFO kablam! Oct 27 22:36:29.587 INFO kablam! warning: method is never used: `output_message` Oct 27 22:36:29.588 INFO kablam! --> src/units/logger.rs:236:5 Oct 27 22:36:29.588 INFO kablam! | Oct 27 22:36:29.588 INFO kablam! 236 | pub fn output_message(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Oct 27 22:36:29.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:36:29.589 INFO kablam! | Oct 27 22:36:29.589 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 22:36:29.589 INFO kablam! Oct 27 22:36:29.590 INFO kablam! warning: method is never used: `json_write` Oct 27 22:36:29.590 INFO kablam! --> src/units/logger.rs:243:5 Oct 27 22:36:29.590 INFO kablam! | Oct 27 22:36:29.590 INFO kablam! 243 | fn json_write(&self, _: ManagerStatusMessage) -> Result<(), Error> { Oct 27 22:36:29.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:36:29.591 INFO kablam! Oct 27 22:36:29.591 INFO kablam! warning: method is never used: `cfti_escape` Oct 27 22:36:29.591 INFO kablam! --> src/units/logger.rs:247:5 Oct 27 22:36:29.592 INFO kablam! | Oct 27 22:36:29.592 INFO kablam! 247 | fn cfti_escape(msg: &String) -> String { Oct 27 22:36:29.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:36:29.593 INFO kablam! Oct 27 22:36:29.593 INFO kablam! warning: method is never used: `tsv_write` Oct 27 22:36:29.593 INFO kablam! --> src/units/logger.rs:255:5 Oct 27 22:36:29.593 INFO kablam! | Oct 27 22:36:29.593 INFO kablam! 255 | fn tsv_write(&self, msg: ManagerStatusMessage) -> Result<(), Error> { Oct 27 22:36:29.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:36:29.594 INFO kablam! Oct 27 22:36:29.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.13s Oct 27 22:36:29.719 INFO kablam! su: No module specific data is present Oct 27 22:36:30.543 INFO running `"docker" "rm" "-f" "239f81cc5a8019cdf7212a4ac69bd49f39659c1f13701335a1ae87da9b07aba3"` Oct 27 22:36:30.911 INFO blam! 239f81cc5a8019cdf7212a4ac69bd49f39659c1f13701335a1ae87da9b07aba3