Oct 27 05:35:50.848 INFO checking drakeor/guildsim against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:35:50.849 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 05:35:51.299 INFO blam! f4cbbec96a278c91051f687d88d71a4cb00c8d4cd0125c79721aa210c19fa913 Oct 27 05:35:51.311 INFO running `"docker" "start" "-a" "f4cbbec96a278c91051f687d88d71a4cb00c8d4cd0125c79721aa210c19fa913"` Oct 27 05:35:53.030 INFO kablam! usermod: no changes Oct 27 05:35:53.103 INFO kablam! Checking guildsim v0.1.0 (/source) Oct 27 05:35:54.170 INFO kablam! warning: unused variable: `player` Oct 27 05:35:54.170 INFO kablam! --> src/main.rs:143:19 Oct 27 05:35:54.170 INFO kablam! | Oct 27 05:35:54.170 INFO kablam! 143 | fn calc_socialize(player: &Player) -> i32 { Oct 27 05:35:54.170 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 27 05:35:54.171 INFO kablam! | Oct 27 05:35:54.171 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:35:54.171 INFO kablam! Oct 27 05:35:54.171 INFO kablam! warning: unused variable: `c_player` Oct 27 05:35:54.171 INFO kablam! --> src/main.rs:270:16 Oct 27 05:35:54.171 INFO kablam! | Oct 27 05:35:54.171 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 27 05:35:54.171 INFO kablam! | ^^^^^^^^ help: consider using `_c_player` instead Oct 27 05:35:54.183 INFO kablam! Oct 27 05:35:54.183 INFO kablam! warning: unused variable: `players` Oct 27 05:35:54.183 INFO kablam! --> src/main.rs:270:33 Oct 27 05:35:54.183 INFO kablam! | Oct 27 05:35:54.184 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 27 05:35:54.184 INFO kablam! | ^^^^^^^ help: consider using `_players` instead Oct 27 05:35:54.184 INFO kablam! Oct 27 05:35:54.184 INFO kablam! warning: unused variable: `task_buf` Oct 27 05:35:54.184 INFO kablam! --> src/main.rs:307:17 Oct 27 05:35:54.185 INFO kablam! | Oct 27 05:35:54.185 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 27 05:35:54.185 INFO kablam! | ^^^^^^^^ help: consider using `_task_buf` instead Oct 27 05:35:54.185 INFO kablam! Oct 27 05:35:54.218 INFO kablam! warning: variable does not need to be mutable Oct 27 05:35:54.218 INFO kablam! --> src/main.rs:284:9 Oct 27 05:35:54.218 INFO kablam! | Oct 27 05:35:54.218 INFO kablam! 284 | let mut is_running = true; Oct 27 05:35:54.218 INFO kablam! | ----^^^^^^^^^^ Oct 27 05:35:54.218 INFO kablam! | | Oct 27 05:35:54.218 INFO kablam! | help: remove this `mut` Oct 27 05:35:54.218 INFO kablam! | Oct 27 05:35:54.218 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:35:54.218 INFO kablam! Oct 27 05:35:54.218 INFO kablam! warning: variable does not need to be mutable Oct 27 05:35:54.218 INFO kablam! --> src/main.rs:307:13 Oct 27 05:35:54.218 INFO kablam! | Oct 27 05:35:54.218 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 27 05:35:54.218 INFO kablam! | ----^^^^^^^^ Oct 27 05:35:54.218 INFO kablam! | | Oct 27 05:35:54.218 INFO kablam! | help: remove this `mut` Oct 27 05:35:54.218 INFO kablam! Oct 27 05:35:54.219 INFO kablam! warning: constant item is never used: `BASE_ENTERTAIN_FAVOR_INCREASE` Oct 27 05:35:54.219 INFO kablam! --> src/main.rs:16:1 Oct 27 05:35:54.219 INFO kablam! | Oct 27 05:35:54.219 INFO kablam! 16 | const BASE_ENTERTAIN_FAVOR_INCREASE: i32 = 2; Oct 27 05:35:54.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:35:54.219 INFO kablam! | Oct 27 05:35:54.219 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:35:54.219 INFO kablam! Oct 27 05:35:54.219 INFO kablam! warning: variant is never constructed: `Office` Oct 27 05:35:54.219 INFO kablam! --> src/main.rs:33:5 Oct 27 05:35:54.219 INFO kablam! | Oct 27 05:35:54.219 INFO kablam! 33 | Office, Oct 27 05:35:54.219 INFO kablam! | ^^^^^^ Oct 27 05:35:54.219 INFO kablam! Oct 27 05:35:54.219 INFO kablam! warning: struct is never constructed: `Office` Oct 27 05:35:54.220 INFO kablam! --> src/main.rs:48:1 Oct 27 05:35:54.220 INFO kablam! | Oct 27 05:35:54.220 INFO kablam! 48 | struct Office { Oct 27 05:35:54.220 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:35:54.220 INFO kablam! Oct 27 05:35:54.220 INFO kablam! warning: function is never used: `action_exists` Oct 27 05:35:54.220 INFO kablam! --> src/main.rs:95:1 Oct 27 05:35:54.220 INFO kablam! | Oct 27 05:35:54.221 INFO kablam! 95 | fn action_exists(l_task: TurnTask, queue: &VecDeque) -> bool { Oct 27 05:35:54.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:35:54.221 INFO kablam! Oct 27 05:35:54.252 INFO kablam! warning: unused variable: `player` Oct 27 05:35:54.252 INFO kablam! --> src/main.rs:143:19 Oct 27 05:35:54.252 INFO kablam! | Oct 27 05:35:54.252 INFO kablam! 143 | fn calc_socialize(player: &Player) -> i32 { Oct 27 05:35:54.252 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 27 05:35:54.252 INFO kablam! | Oct 27 05:35:54.252 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:35:54.252 INFO kablam! Oct 27 05:35:54.253 INFO kablam! warning: unused variable: `c_player` Oct 27 05:35:54.253 INFO kablam! --> src/main.rs:270:16 Oct 27 05:35:54.253 INFO kablam! | Oct 27 05:35:54.253 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 27 05:35:54.253 INFO kablam! | ^^^^^^^^ help: consider using `_c_player` instead Oct 27 05:35:54.253 INFO kablam! Oct 27 05:35:54.253 INFO kablam! warning: unused variable: `players` Oct 27 05:35:54.253 INFO kablam! --> src/main.rs:270:33 Oct 27 05:35:54.253 INFO kablam! | Oct 27 05:35:54.253 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 27 05:35:54.253 INFO kablam! | ^^^^^^^ help: consider using `_players` instead Oct 27 05:35:54.253 INFO kablam! Oct 27 05:35:54.254 INFO kablam! warning: unused variable: `task_buf` Oct 27 05:35:54.254 INFO kablam! --> src/main.rs:307:17 Oct 27 05:35:54.254 INFO kablam! | Oct 27 05:35:54.254 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 27 05:35:54.254 INFO kablam! | ^^^^^^^^ help: consider using `_task_buf` instead Oct 27 05:35:54.254 INFO kablam! Oct 27 05:35:54.294 INFO kablam! warning: variable does not need to be mutable Oct 27 05:35:54.294 INFO kablam! --> src/main.rs:284:9 Oct 27 05:35:54.294 INFO kablam! | Oct 27 05:35:54.294 INFO kablam! 284 | let mut is_running = true; Oct 27 05:35:54.294 INFO kablam! | ----^^^^^^^^^^ Oct 27 05:35:54.294 INFO kablam! | | Oct 27 05:35:54.294 INFO kablam! | help: remove this `mut` Oct 27 05:35:54.294 INFO kablam! | Oct 27 05:35:54.294 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:35:54.294 INFO kablam! Oct 27 05:35:54.294 INFO kablam! warning: variable does not need to be mutable Oct 27 05:35:54.294 INFO kablam! --> src/main.rs:307:13 Oct 27 05:35:54.294 INFO kablam! | Oct 27 05:35:54.294 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 27 05:35:54.294 INFO kablam! | ----^^^^^^^^ Oct 27 05:35:54.294 INFO kablam! | | Oct 27 05:35:54.295 INFO kablam! | help: remove this `mut` Oct 27 05:35:54.295 INFO kablam! Oct 27 05:35:54.295 INFO kablam! warning: constant item is never used: `BASE_ENTERTAIN_FAVOR_INCREASE` Oct 27 05:35:54.295 INFO kablam! --> src/main.rs:16:1 Oct 27 05:35:54.295 INFO kablam! | Oct 27 05:35:54.295 INFO kablam! 16 | const BASE_ENTERTAIN_FAVOR_INCREASE: i32 = 2; Oct 27 05:35:54.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:35:54.295 INFO kablam! | Oct 27 05:35:54.295 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:35:54.295 INFO kablam! Oct 27 05:35:54.295 INFO kablam! warning: variant is never constructed: `Office` Oct 27 05:35:54.295 INFO kablam! --> src/main.rs:33:5 Oct 27 05:35:54.295 INFO kablam! | Oct 27 05:35:54.295 INFO kablam! 33 | Office, Oct 27 05:35:54.295 INFO kablam! | ^^^^^^ Oct 27 05:35:54.295 INFO kablam! Oct 27 05:35:54.295 INFO kablam! warning: struct is never constructed: `Office` Oct 27 05:35:54.295 INFO kablam! --> src/main.rs:48:1 Oct 27 05:35:54.295 INFO kablam! | Oct 27 05:35:54.295 INFO kablam! 48 | struct Office { Oct 27 05:35:54.295 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:35:54.295 INFO kablam! Oct 27 05:35:54.295 INFO kablam! warning: function is never used: `action_exists` Oct 27 05:35:54.295 INFO kablam! --> src/main.rs:95:1 Oct 27 05:35:54.295 INFO kablam! | Oct 27 05:35:54.295 INFO kablam! 95 | fn action_exists(l_task: TurnTask, queue: &VecDeque) -> bool { Oct 27 05:35:54.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:35:54.295 INFO kablam! Oct 27 05:35:54.326 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 27 05:35:54.326 INFO kablam! su: No module specific data is present Oct 27 05:35:55.084 INFO running `"docker" "rm" "-f" "f4cbbec96a278c91051f687d88d71a4cb00c8d4cd0125c79721aa210c19fa913"` Oct 27 05:35:55.197 INFO blam! f4cbbec96a278c91051f687d88d71a4cb00c8d4cd0125c79721aa210c19fa913