Oct 26 20:40:25.837 INFO checking smoench/maexchen against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:40:25.839 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 26 20:40:26.425 INFO blam! 3a4d1cb34fe3c4dbdcf734f4aeb8440779394e1048cb1d4de11ebfe5726c5b43 Oct 26 20:40:26.427 INFO running `"docker" "start" "-a" "3a4d1cb34fe3c4dbdcf734f4aeb8440779394e1048cb1d4de11ebfe5726c5b43"` Oct 26 20:40:28.003 INFO kablam! usermod: no changes Oct 26 20:40:28.088 INFO kablam! Checking maexchen v0.1.0 (/source) Oct 26 20:40:28.471 INFO kablam! warning: variable `last_announced_dice` is assigned to, but never used Oct 26 20:40:28.471 INFO kablam! --> src/main.rs:13:13 Oct 26 20:40:28.472 INFO kablam! | Oct 26 20:40:28.472 INFO kablam! 13 | let mut last_announced_dice: String = String::new(); Oct 26 20:40:28.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:28.473 INFO kablam! | Oct 26 20:40:28.473 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:40:28.473 INFO kablam! = note: consider using `_last_announced_dice` instead Oct 26 20:40:28.474 INFO kablam! Oct 26 20:40:28.474 INFO kablam! warning: value assigned to `last_announced_dice` is never read Oct 26 20:40:28.474 INFO kablam! --> src/main.rs:63:13 Oct 26 20:40:28.475 INFO kablam! | Oct 26 20:40:28.475 INFO kablam! 63 | last_announced_dice = split_msg[2].to_string(); Oct 26 20:40:28.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:28.475 INFO kablam! | Oct 26 20:40:28.476 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:40:28.476 INFO kablam! Oct 26 20:40:28.476 INFO kablam! warning: unused variable: `hash` Oct 26 20:40:28.476 INFO kablam! --> src/main.rs:112:9 Oct 26 20:40:28.476 INFO kablam! | Oct 26 20:40:28.477 INFO kablam! 112 | let hash: Vec<&str> = vec![ Oct 26 20:40:28.477 INFO kablam! | ^^^^ help: consider using `_hash` instead Oct 26 20:40:28.477 INFO kablam! Oct 26 20:40:28.477 INFO kablam! warning: unused variable: `a` Oct 26 20:40:28.478 INFO kablam! --> src/main.rs:111:15 Oct 26 20:40:28.478 INFO kablam! | Oct 26 20:40:28.478 INFO kablam! 111 | fn is_greater(a: String, b: String) -> bool { Oct 26 20:40:28.478 INFO kablam! | ^ help: consider using `_a` instead Oct 26 20:40:28.479 INFO kablam! Oct 26 20:40:28.479 INFO kablam! warning: unused variable: `b` Oct 26 20:40:28.479 INFO kablam! --> src/main.rs:111:26 Oct 26 20:40:28.479 INFO kablam! | Oct 26 20:40:28.480 INFO kablam! 111 | fn is_greater(a: String, b: String) -> bool { Oct 26 20:40:28.480 INFO kablam! | ^ help: consider using `_b` instead Oct 26 20:40:28.480 INFO kablam! Oct 26 20:40:28.499 INFO kablam! warning: function is never used: `is_greater` Oct 26 20:40:28.499 INFO kablam! --> src/main.rs:111:1 Oct 26 20:40:28.500 INFO kablam! | Oct 26 20:40:28.500 INFO kablam! 111 | fn is_greater(a: String, b: String) -> bool { Oct 26 20:40:28.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:28.500 INFO kablam! | Oct 26 20:40:28.501 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:40:28.501 INFO kablam! Oct 26 20:40:28.648 INFO kablam! warning: variable `last_announced_dice` is assigned to, but never used Oct 26 20:40:28.672 INFO kablam! --> src/main.rs:13:13 Oct 26 20:40:28.672 INFO kablam! | Oct 26 20:40:28.672 INFO kablam! 13 | let mut last_announced_dice: String = String::new(); Oct 26 20:40:28.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:28.673 INFO kablam! | Oct 26 20:40:28.673 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:40:28.673 INFO kablam! = note: consider using `_last_announced_dice` instead Oct 26 20:40:28.674 INFO kablam! Oct 26 20:40:28.674 INFO kablam! warning: value assigned to `last_announced_dice` is never read Oct 26 20:40:28.674 INFO kablam! --> src/main.rs:63:13 Oct 26 20:40:28.675 INFO kablam! | Oct 26 20:40:28.675 INFO kablam! 63 | last_announced_dice = split_msg[2].to_string(); Oct 26 20:40:28.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:28.676 INFO kablam! | Oct 26 20:40:28.676 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:40:28.676 INFO kablam! Oct 26 20:40:28.676 INFO kablam! warning: unused variable: `hash` Oct 26 20:40:28.677 INFO kablam! --> src/main.rs:112:9 Oct 26 20:40:28.677 INFO kablam! | Oct 26 20:40:28.677 INFO kablam! 112 | let hash: Vec<&str> = vec![ Oct 26 20:40:28.678 INFO kablam! | ^^^^ help: consider using `_hash` instead Oct 26 20:40:28.678 INFO kablam! Oct 26 20:40:28.678 INFO kablam! warning: unused variable: `a` Oct 26 20:40:28.678 INFO kablam! --> src/main.rs:111:15 Oct 26 20:40:28.680 INFO kablam! | Oct 26 20:40:28.681 INFO kablam! 111 | fn is_greater(a: String, b: String) -> bool { Oct 26 20:40:28.681 INFO kablam! | ^ help: consider using `_a` instead Oct 26 20:40:28.681 INFO kablam! Oct 26 20:40:28.682 INFO kablam! warning: unused variable: `b` Oct 26 20:40:28.682 INFO kablam! --> src/main.rs:111:26 Oct 26 20:40:28.682 INFO kablam! | Oct 26 20:40:28.683 INFO kablam! 111 | fn is_greater(a: String, b: String) -> bool { Oct 26 20:40:28.683 INFO kablam! | ^ help: consider using `_b` instead Oct 26 20:40:28.683 INFO kablam! Oct 26 20:40:28.683 INFO kablam! warning: function is never used: `is_greater` Oct 26 20:40:28.684 INFO kablam! --> src/main.rs:111:1 Oct 26 20:40:28.684 INFO kablam! | Oct 26 20:40:28.684 INFO kablam! 111 | fn is_greater(a: String, b: String) -> bool { Oct 26 20:40:28.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:28.685 INFO kablam! | Oct 26 20:40:28.685 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:40:28.685 INFO kablam! Oct 26 20:40:28.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.67s Oct 26 20:40:28.727 INFO kablam! su: No module specific data is present Oct 26 20:40:29.851 INFO running `"docker" "rm" "-f" "3a4d1cb34fe3c4dbdcf734f4aeb8440779394e1048cb1d4de11ebfe5726c5b43"` Oct 26 20:40:30.199 INFO blam! 3a4d1cb34fe3c4dbdcf734f4aeb8440779394e1048cb1d4de11ebfe5726c5b43