Oct 27 05:35:50.934 INFO checking drakeor/guildsim against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:35:50.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 27 05:35:51.361 INFO blam! 7d91b3563bf1c91ff25d4cd9537ab18d1870db1f0774ff521beed56ae5d28643 Oct 27 05:35:51.375 INFO running `"docker" "start" "-a" "7d91b3563bf1c91ff25d4cd9537ab18d1870db1f0774ff521beed56ae5d28643"` Oct 27 05:35:52.787 INFO kablam! usermod: no changes Oct 27 05:35:52.863 INFO kablam! Checking guildsim v0.1.0 (/source) Oct 27 05:35:53.951 INFO kablam! warning: unused variable: `player` Oct 27 05:35:53.951 INFO kablam! --> src/main.rs:143:19 Oct 27 05:35:53.951 INFO kablam! | Oct 27 05:35:53.951 INFO kablam! 143 | fn calc_socialize(player: &Player) -> i32 { Oct 27 05:35:53.952 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 27 05:35:53.952 INFO kablam! | Oct 27 05:35:53.952 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:35:53.952 INFO kablam! Oct 27 05:35:53.952 INFO kablam! warning: unused variable: `c_player` Oct 27 05:35:53.952 INFO kablam! --> src/main.rs:270:16 Oct 27 05:35:53.952 INFO kablam! | Oct 27 05:35:53.952 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 27 05:35:53.952 INFO kablam! | ^^^^^^^^ help: consider using `_c_player` instead Oct 27 05:35:53.952 INFO kablam! Oct 27 05:35:53.952 INFO kablam! warning: unused variable: `players` Oct 27 05:35:53.952 INFO kablam! --> src/main.rs:270:33 Oct 27 05:35:53.952 INFO kablam! | Oct 27 05:35:53.952 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 27 05:35:53.952 INFO kablam! | ^^^^^^^ help: consider using `_players` instead Oct 27 05:35:53.952 INFO kablam! Oct 27 05:35:53.952 INFO kablam! warning: unused variable: `task_buf` Oct 27 05:35:53.952 INFO kablam! --> src/main.rs:307:17 Oct 27 05:35:53.952 INFO kablam! | Oct 27 05:35:53.952 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 27 05:35:53.952 INFO kablam! | ^^^^^^^^ help: consider using `_task_buf` instead Oct 27 05:35:53.952 INFO kablam! Oct 27 05:35:54.027 INFO kablam! warning: variable does not need to be mutable Oct 27 05:35:54.027 INFO kablam! --> src/main.rs:284:9 Oct 27 05:35:54.027 INFO kablam! | Oct 27 05:35:54.027 INFO kablam! 284 | let mut is_running = true; Oct 27 05:35:54.027 INFO kablam! | ----^^^^^^^^^^ Oct 27 05:35:54.027 INFO kablam! | | Oct 27 05:35:54.027 INFO kablam! | help: remove this `mut` Oct 27 05:35:54.027 INFO kablam! | Oct 27 05:35:54.027 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:35:54.027 INFO kablam! Oct 27 05:35:54.027 INFO kablam! warning: variable does not need to be mutable Oct 27 05:35:54.027 INFO kablam! --> src/main.rs:307:13 Oct 27 05:35:54.027 INFO kablam! | Oct 27 05:35:54.027 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 27 05:35:54.027 INFO kablam! | ----^^^^^^^^ Oct 27 05:35:54.027 INFO kablam! | | Oct 27 05:35:54.027 INFO kablam! | help: remove this `mut` Oct 27 05:35:54.027 INFO kablam! Oct 27 05:35:54.035 INFO kablam! warning: constant item is never used: `BASE_ENTERTAIN_FAVOR_INCREASE` Oct 27 05:35:54.035 INFO kablam! --> src/main.rs:16:1 Oct 27 05:35:54.035 INFO kablam! | Oct 27 05:35:54.035 INFO kablam! 16 | const BASE_ENTERTAIN_FAVOR_INCREASE: i32 = 2; Oct 27 05:35:54.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:35:54.035 INFO kablam! | Oct 27 05:35:54.035 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:35:54.035 INFO kablam! Oct 27 05:35:54.035 INFO kablam! warning: variant is never constructed: `Office` Oct 27 05:35:54.035 INFO kablam! --> src/main.rs:33:5 Oct 27 05:35:54.035 INFO kablam! | Oct 27 05:35:54.035 INFO kablam! 33 | Office, Oct 27 05:35:54.035 INFO kablam! | ^^^^^^ Oct 27 05:35:54.035 INFO kablam! Oct 27 05:35:54.035 INFO kablam! warning: struct is never constructed: `Office` Oct 27 05:35:54.035 INFO kablam! --> src/main.rs:48:1 Oct 27 05:35:54.035 INFO kablam! | Oct 27 05:35:54.035 INFO kablam! 48 | struct Office { Oct 27 05:35:54.035 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:35:54.035 INFO kablam! Oct 27 05:35:54.035 INFO kablam! warning: function is never used: `action_exists` Oct 27 05:35:54.035 INFO kablam! --> src/main.rs:95:1 Oct 27 05:35:54.035 INFO kablam! | Oct 27 05:35:54.035 INFO kablam! 95 | fn action_exists(l_task: TurnTask, queue: &VecDeque) -> bool { Oct 27 05:35:54.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:35:54.035 INFO kablam! Oct 27 05:35:54.055 INFO kablam! warning: unused variable: `player` Oct 27 05:35:54.055 INFO kablam! --> src/main.rs:143:19 Oct 27 05:35:54.055 INFO kablam! | Oct 27 05:35:54.055 INFO kablam! 143 | fn calc_socialize(player: &Player) -> i32 { Oct 27 05:35:54.055 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 27 05:35:54.055 INFO kablam! | Oct 27 05:35:54.055 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:35:54.055 INFO kablam! Oct 27 05:35:54.055 INFO kablam! warning: unused variable: `c_player` Oct 27 05:35:54.055 INFO kablam! --> src/main.rs:270:16 Oct 27 05:35:54.055 INFO kablam! | Oct 27 05:35:54.055 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 27 05:35:54.055 INFO kablam! | ^^^^^^^^ help: consider using `_c_player` instead Oct 27 05:35:54.055 INFO kablam! Oct 27 05:35:54.055 INFO kablam! warning: unused variable: `players` Oct 27 05:35:54.055 INFO kablam! --> src/main.rs:270:33 Oct 27 05:35:54.055 INFO kablam! | Oct 27 05:35:54.055 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 27 05:35:54.055 INFO kablam! | ^^^^^^^ help: consider using `_players` instead Oct 27 05:35:54.055 INFO kablam! Oct 27 05:35:54.055 INFO kablam! warning: unused variable: `task_buf` Oct 27 05:35:54.055 INFO kablam! --> src/main.rs:307:17 Oct 27 05:35:54.055 INFO kablam! | Oct 27 05:35:54.055 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 27 05:35:54.055 INFO kablam! | ^^^^^^^^ help: consider using `_task_buf` instead Oct 27 05:35:54.055 INFO kablam! Oct 27 05:35:54.099 INFO kablam! warning: variable does not need to be mutable Oct 27 05:35:54.099 INFO kablam! --> src/main.rs:284:9 Oct 27 05:35:54.099 INFO kablam! | Oct 27 05:35:54.099 INFO kablam! 284 | let mut is_running = true; Oct 27 05:35:54.099 INFO kablam! | ----^^^^^^^^^^ Oct 27 05:35:54.099 INFO kablam! | | Oct 27 05:35:54.099 INFO kablam! | help: remove this `mut` Oct 27 05:35:54.099 INFO kablam! | Oct 27 05:35:54.099 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:35:54.099 INFO kablam! Oct 27 05:35:54.099 INFO kablam! warning: variable does not need to be mutable Oct 27 05:35:54.099 INFO kablam! --> src/main.rs:307:13 Oct 27 05:35:54.099 INFO kablam! | Oct 27 05:35:54.099 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 27 05:35:54.099 INFO kablam! | ----^^^^^^^^ Oct 27 05:35:54.099 INFO kablam! | | Oct 27 05:35:54.099 INFO kablam! | help: remove this `mut` Oct 27 05:35:54.099 INFO kablam! Oct 27 05:35:54.099 INFO kablam! warning: constant item is never used: `BASE_ENTERTAIN_FAVOR_INCREASE` Oct 27 05:35:54.102 INFO kablam! --> src/main.rs:16:1 Oct 27 05:35:54.102 INFO kablam! | Oct 27 05:35:54.102 INFO kablam! 16 | const BASE_ENTERTAIN_FAVOR_INCREASE: i32 = 2; Oct 27 05:35:54.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:35:54.102 INFO kablam! | Oct 27 05:35:54.102 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:35:54.102 INFO kablam! Oct 27 05:35:54.102 INFO kablam! warning: variant is never constructed: `Office` Oct 27 05:35:54.102 INFO kablam! --> src/main.rs:33:5 Oct 27 05:35:54.102 INFO kablam! | Oct 27 05:35:54.102 INFO kablam! 33 | Office, Oct 27 05:35:54.102 INFO kablam! | ^^^^^^ Oct 27 05:35:54.102 INFO kablam! Oct 27 05:35:54.102 INFO kablam! warning: struct is never constructed: `Office` Oct 27 05:35:54.102 INFO kablam! --> src/main.rs:48:1 Oct 27 05:35:54.102 INFO kablam! | Oct 27 05:35:54.102 INFO kablam! 48 | struct Office { Oct 27 05:35:54.102 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:35:54.102 INFO kablam! Oct 27 05:35:54.102 INFO kablam! warning: function is never used: `action_exists` Oct 27 05:35:54.102 INFO kablam! --> src/main.rs:95:1 Oct 27 05:35:54.102 INFO kablam! | Oct 27 05:35:54.102 INFO kablam! 95 | fn action_exists(l_task: TurnTask, queue: &VecDeque) -> bool { Oct 27 05:35:54.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:35:54.102 INFO kablam! Oct 27 05:35:54.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 27 05:35:54.158 INFO kablam! su: No module specific data is present Oct 27 05:35:55.084 INFO running `"docker" "rm" "-f" "7d91b3563bf1c91ff25d4cd9537ab18d1870db1f0774ff521beed56ae5d28643"` Oct 27 05:35:55.211 INFO blam! 7d91b3563bf1c91ff25d4cd9537ab18d1870db1f0774ff521beed56ae5d28643