Oct 14 22:24:16.008 INFO testing drakeor/guildsim against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:24:16.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 22:24:16.271 INFO blam! 723f7292a1b12e2feaa319e06ce609e0dd75872c0928b81120e08289cd2a7a70 Oct 14 22:24:16.273 INFO running `"docker" "start" "-a" "723f7292a1b12e2feaa319e06ce609e0dd75872c0928b81120e08289cd2a7a70"` Oct 14 22:24:16.782 INFO kablam! usermod: no changes Oct 14 22:24:16.830 INFO kablam! Compiling rand v0.5.2 Oct 14 22:24:19.654 INFO kablam! Compiling guildsim v0.1.0 (/source) Oct 14 22:24:20.018 INFO kablam! warning: unused variable: `player` Oct 14 22:24:20.018 INFO kablam! --> src/main.rs:143:19 Oct 14 22:24:20.018 INFO kablam! | Oct 14 22:24:20.018 INFO kablam! 143 | fn calc_socialize(player: &Player) -> i32 { Oct 14 22:24:20.018 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 14 22:24:20.018 INFO kablam! | Oct 14 22:24:20.018 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:24:20.018 INFO kablam! Oct 14 22:24:20.019 INFO kablam! warning: unused variable: `c_player` Oct 14 22:24:20.019 INFO kablam! --> src/main.rs:270:16 Oct 14 22:24:20.019 INFO kablam! | Oct 14 22:24:20.019 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 14 22:24:20.019 INFO kablam! | ^^^^^^^^ help: consider using `_c_player` instead Oct 14 22:24:20.019 INFO kablam! Oct 14 22:24:20.019 INFO kablam! warning: unused variable: `players` Oct 14 22:24:20.019 INFO kablam! --> src/main.rs:270:33 Oct 14 22:24:20.019 INFO kablam! | Oct 14 22:24:20.019 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 14 22:24:20.019 INFO kablam! | ^^^^^^^ help: consider using `_players` instead Oct 14 22:24:20.019 INFO kablam! Oct 14 22:24:20.019 INFO kablam! warning: unused variable: `task_buf` Oct 14 22:24:20.019 INFO kablam! --> src/main.rs:307:17 Oct 14 22:24:20.019 INFO kablam! | Oct 14 22:24:20.019 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 14 22:24:20.019 INFO kablam! | ^^^^^^^^ help: consider using `_task_buf` instead Oct 14 22:24:20.019 INFO kablam! Oct 14 22:24:20.052 INFO kablam! warning: variable does not need to be mutable Oct 14 22:24:20.052 INFO kablam! --> src/main.rs:284:9 Oct 14 22:24:20.052 INFO kablam! | Oct 14 22:24:20.052 INFO kablam! 284 | let mut is_running = true; Oct 14 22:24:20.052 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:24:20.052 INFO kablam! | | Oct 14 22:24:20.052 INFO kablam! | help: remove this `mut` Oct 14 22:24:20.052 INFO kablam! | Oct 14 22:24:20.052 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:24:20.052 INFO kablam! Oct 14 22:24:20.052 INFO kablam! warning: variable does not need to be mutable Oct 14 22:24:20.052 INFO kablam! --> src/main.rs:307:13 Oct 14 22:24:20.052 INFO kablam! | Oct 14 22:24:20.052 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 14 22:24:20.052 INFO kablam! | ----^^^^^^^^ Oct 14 22:24:20.052 INFO kablam! | | Oct 14 22:24:20.052 INFO kablam! | help: remove this `mut` Oct 14 22:24:20.052 INFO kablam! Oct 14 22:24:20.056 INFO kablam! warning: constant item is never used: `BASE_ENTERTAIN_FAVOR_INCREASE` Oct 14 22:24:20.056 INFO kablam! --> src/main.rs:16:1 Oct 14 22:24:20.056 INFO kablam! | Oct 14 22:24:20.056 INFO kablam! 16 | const BASE_ENTERTAIN_FAVOR_INCREASE: i32 = 2; Oct 14 22:24:20.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:20.056 INFO kablam! | Oct 14 22:24:20.056 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:24:20.056 INFO kablam! Oct 14 22:24:20.056 INFO kablam! warning: variant is never constructed: `Office` Oct 14 22:24:20.056 INFO kablam! --> src/main.rs:33:5 Oct 14 22:24:20.056 INFO kablam! | Oct 14 22:24:20.056 INFO kablam! 33 | Office, Oct 14 22:24:20.056 INFO kablam! | ^^^^^^ Oct 14 22:24:20.056 INFO kablam! Oct 14 22:24:20.056 INFO kablam! warning: struct is never constructed: `Office` Oct 14 22:24:20.056 INFO kablam! --> src/main.rs:48:1 Oct 14 22:24:20.056 INFO kablam! | Oct 14 22:24:20.056 INFO kablam! 48 | struct Office { Oct 14 22:24:20.056 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:24:20.056 INFO kablam! Oct 14 22:24:20.056 INFO kablam! warning: function is never used: `action_exists` Oct 14 22:24:20.056 INFO kablam! --> src/main.rs:95:1 Oct 14 22:24:20.056 INFO kablam! | Oct 14 22:24:20.056 INFO kablam! 95 | fn action_exists(l_task: TurnTask, queue: &VecDeque) -> bool { Oct 14 22:24:20.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:20.056 INFO kablam! Oct 14 22:24:20.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.68s Oct 14 22:24:20.493 INFO kablam! su: No module specific data is present Oct 14 22:24:20.792 INFO running `"docker" "rm" "-f" "723f7292a1b12e2feaa319e06ce609e0dd75872c0928b81120e08289cd2a7a70"` Oct 14 22:24:20.887 INFO blam! 723f7292a1b12e2feaa319e06ce609e0dd75872c0928b81120e08289cd2a7a70 Oct 14 22:24:20.896 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 22:24:21.103 INFO blam! 23a433a5048f9b3da78cec7c4feaa493b4580f334d13baea3869a503f7b50eda Oct 14 22:24:21.107 INFO running `"docker" "start" "-a" "23a433a5048f9b3da78cec7c4feaa493b4580f334d13baea3869a503f7b50eda"` Oct 14 22:24:21.645 INFO kablam! usermod: no changes Oct 14 22:24:21.671 INFO kablam! Compiling guildsim v0.1.0 (/source) Oct 14 22:24:22.010 INFO kablam! warning: unused variable: `player` Oct 14 22:24:22.010 INFO kablam! --> src/main.rs:143:19 Oct 14 22:24:22.010 INFO kablam! | Oct 14 22:24:22.010 INFO kablam! 143 | fn calc_socialize(player: &Player) -> i32 { Oct 14 22:24:22.010 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 14 22:24:22.010 INFO kablam! | Oct 14 22:24:22.010 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:24:22.010 INFO kablam! Oct 14 22:24:22.011 INFO kablam! warning: unused variable: `c_player` Oct 14 22:24:22.011 INFO kablam! --> src/main.rs:270:16 Oct 14 22:24:22.011 INFO kablam! | Oct 14 22:24:22.011 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 14 22:24:22.011 INFO kablam! | ^^^^^^^^ help: consider using `_c_player` instead Oct 14 22:24:22.011 INFO kablam! Oct 14 22:24:22.011 INFO kablam! warning: unused variable: `players` Oct 14 22:24:22.011 INFO kablam! --> src/main.rs:270:33 Oct 14 22:24:22.011 INFO kablam! | Oct 14 22:24:22.011 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 14 22:24:22.011 INFO kablam! | ^^^^^^^ help: consider using `_players` instead Oct 14 22:24:22.011 INFO kablam! Oct 14 22:24:22.011 INFO kablam! warning: unused variable: `task_buf` Oct 14 22:24:22.011 INFO kablam! --> src/main.rs:307:17 Oct 14 22:24:22.011 INFO kablam! | Oct 14 22:24:22.011 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 14 22:24:22.011 INFO kablam! | ^^^^^^^^ help: consider using `_task_buf` instead Oct 14 22:24:22.011 INFO kablam! Oct 14 22:24:22.048 INFO kablam! warning: variable does not need to be mutable Oct 14 22:24:22.049 INFO kablam! --> src/main.rs:284:9 Oct 14 22:24:22.050 INFO kablam! | Oct 14 22:24:22.050 INFO kablam! 284 | let mut is_running = true; Oct 14 22:24:22.050 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:24:22.050 INFO kablam! | | Oct 14 22:24:22.050 INFO kablam! | help: remove this `mut` Oct 14 22:24:22.050 INFO kablam! | Oct 14 22:24:22.050 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:24:22.050 INFO kablam! Oct 14 22:24:22.050 INFO kablam! warning: variable does not need to be mutable Oct 14 22:24:22.050 INFO kablam! --> src/main.rs:307:13 Oct 14 22:24:22.050 INFO kablam! | Oct 14 22:24:22.050 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 14 22:24:22.050 INFO kablam! | ----^^^^^^^^ Oct 14 22:24:22.050 INFO kablam! | | Oct 14 22:24:22.050 INFO kablam! | help: remove this `mut` Oct 14 22:24:22.050 INFO kablam! Oct 14 22:24:22.050 INFO kablam! warning: constant item is never used: `BASE_ENTERTAIN_FAVOR_INCREASE` Oct 14 22:24:22.050 INFO kablam! --> src/main.rs:16:1 Oct 14 22:24:22.050 INFO kablam! | Oct 14 22:24:22.050 INFO kablam! 16 | const BASE_ENTERTAIN_FAVOR_INCREASE: i32 = 2; Oct 14 22:24:22.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:22.050 INFO kablam! | Oct 14 22:24:22.050 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:24:22.050 INFO kablam! Oct 14 22:24:22.050 INFO kablam! warning: variant is never constructed: `Office` Oct 14 22:24:22.050 INFO kablam! --> src/main.rs:33:5 Oct 14 22:24:22.050 INFO kablam! | Oct 14 22:24:22.050 INFO kablam! 33 | Office, Oct 14 22:24:22.050 INFO kablam! | ^^^^^^ Oct 14 22:24:22.050 INFO kablam! Oct 14 22:24:22.050 INFO kablam! warning: struct is never constructed: `Office` Oct 14 22:24:22.050 INFO kablam! --> src/main.rs:48:1 Oct 14 22:24:22.050 INFO kablam! | Oct 14 22:24:22.050 INFO kablam! 48 | struct Office { Oct 14 22:24:22.050 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:24:22.050 INFO kablam! Oct 14 22:24:22.050 INFO kablam! warning: function is never used: `action_exists` Oct 14 22:24:22.050 INFO kablam! --> src/main.rs:95:1 Oct 14 22:24:22.050 INFO kablam! | Oct 14 22:24:22.050 INFO kablam! 95 | fn action_exists(l_task: TurnTask, queue: &VecDeque) -> bool { Oct 14 22:24:22.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:22.050 INFO kablam! Oct 14 22:24:22.366 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 14 22:24:22.369 INFO kablam! su: No module specific data is present Oct 14 22:24:22.614 INFO running `"docker" "rm" "-f" "23a433a5048f9b3da78cec7c4feaa493b4580f334d13baea3869a503f7b50eda"` Oct 14 22:24:22.730 INFO blam! 23a433a5048f9b3da78cec7c4feaa493b4580f334d13baea3869a503f7b50eda Oct 14 22:24:22.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 22:24:22.903 INFO blam! da49a35278ee27f56cf782ab5a07dbf244f504310df43f3159ca5f3e3cf0a6be Oct 14 22:24:22.908 INFO running `"docker" "start" "-a" "da49a35278ee27f56cf782ab5a07dbf244f504310df43f3159ca5f3e3cf0a6be"` Oct 14 22:24:23.274 INFO kablam! usermod: no changes Oct 14 22:24:23.314 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 22:24:23.318 INFO kablam! Running /target/debug/deps/guildsim-5e5220fa8d1cf3d3 Oct 14 22:24:23.318 INFO blam! Oct 14 22:24:23.318 INFO blam! running 0 tests Oct 14 22:24:23.318 INFO blam! Oct 14 22:24:23.318 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:24:23.318 INFO blam! Oct 14 22:24:23.319 INFO kablam! su: No module specific data is present Oct 14 22:24:23.649 INFO running `"docker" "rm" "-f" "da49a35278ee27f56cf782ab5a07dbf244f504310df43f3159ca5f3e3cf0a6be"` Oct 14 22:24:23.725 INFO blam! da49a35278ee27f56cf782ab5a07dbf244f504310df43f3159ca5f3e3cf0a6be