Oct 14 22:24:15.589 INFO testing drakeor/guildsim against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:24:15.589 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:15.825 INFO blam! e92e3ab2b75d80b96348de043afd837ea3637a71c006b73c368e4ddb644dd28b Oct 14 22:24:15.831 INFO running `"docker" "start" "-a" "e92e3ab2b75d80b96348de043afd837ea3637a71c006b73c368e4ddb644dd28b"` Oct 14 22:24:16.347 INFO kablam! usermod: no changes Oct 14 22:24:16.405 INFO kablam! Compiling rand v0.5.2 Oct 14 22:24:19.269 INFO kablam! Compiling guildsim v0.1.0 (/source) Oct 14 22:24:19.630 INFO kablam! warning: unused variable: `player` Oct 14 22:24:19.630 INFO kablam! --> src/main.rs:143:19 Oct 14 22:24:19.630 INFO kablam! | Oct 14 22:24:19.630 INFO kablam! 143 | fn calc_socialize(player: &Player) -> i32 { Oct 14 22:24:19.630 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 14 22:24:19.630 INFO kablam! | Oct 14 22:24:19.630 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:24:19.630 INFO kablam! Oct 14 22:24:19.630 INFO kablam! warning: unused variable: `c_player` Oct 14 22:24:19.630 INFO kablam! --> src/main.rs:270:16 Oct 14 22:24:19.630 INFO kablam! | Oct 14 22:24:19.630 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 14 22:24:19.630 INFO kablam! | ^^^^^^^^ help: consider using `_c_player` instead Oct 14 22:24:19.630 INFO kablam! Oct 14 22:24:19.630 INFO kablam! warning: unused variable: `players` Oct 14 22:24:19.630 INFO kablam! --> src/main.rs:270:33 Oct 14 22:24:19.630 INFO kablam! | Oct 14 22:24:19.630 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 14 22:24:19.630 INFO kablam! | ^^^^^^^ help: consider using `_players` instead Oct 14 22:24:19.630 INFO kablam! Oct 14 22:24:19.631 INFO kablam! warning: unused variable: `task_buf` Oct 14 22:24:19.631 INFO kablam! --> src/main.rs:307:17 Oct 14 22:24:19.631 INFO kablam! | Oct 14 22:24:19.631 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 14 22:24:19.631 INFO kablam! | ^^^^^^^^ help: consider using `_task_buf` instead Oct 14 22:24:19.631 INFO kablam! Oct 14 22:24:19.667 INFO kablam! warning: variable does not need to be mutable Oct 14 22:24:19.667 INFO kablam! --> src/main.rs:284:9 Oct 14 22:24:19.667 INFO kablam! | Oct 14 22:24:19.667 INFO kablam! 284 | let mut is_running = true; Oct 14 22:24:19.667 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:24:19.667 INFO kablam! | | Oct 14 22:24:19.667 INFO kablam! | help: remove this `mut` Oct 14 22:24:19.667 INFO kablam! | Oct 14 22:24:19.667 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:24:19.667 INFO kablam! Oct 14 22:24:19.667 INFO kablam! warning: variable does not need to be mutable Oct 14 22:24:19.667 INFO kablam! --> src/main.rs:307:13 Oct 14 22:24:19.667 INFO kablam! | Oct 14 22:24:19.667 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 14 22:24:19.667 INFO kablam! | ----^^^^^^^^ Oct 14 22:24:19.667 INFO kablam! | | Oct 14 22:24:19.667 INFO kablam! | help: remove this `mut` Oct 14 22:24:19.667 INFO kablam! Oct 14 22:24:19.667 INFO kablam! warning: constant item is never used: `BASE_ENTERTAIN_FAVOR_INCREASE` Oct 14 22:24:19.667 INFO kablam! --> src/main.rs:16:1 Oct 14 22:24:19.667 INFO kablam! | Oct 14 22:24:19.667 INFO kablam! 16 | const BASE_ENTERTAIN_FAVOR_INCREASE: i32 = 2; Oct 14 22:24:19.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:19.667 INFO kablam! | Oct 14 22:24:19.667 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:24:19.667 INFO kablam! Oct 14 22:24:19.667 INFO kablam! warning: variant is never constructed: `Office` Oct 14 22:24:19.667 INFO kablam! --> src/main.rs:33:5 Oct 14 22:24:19.667 INFO kablam! | Oct 14 22:24:19.667 INFO kablam! 33 | Office, Oct 14 22:24:19.667 INFO kablam! | ^^^^^^ Oct 14 22:24:19.667 INFO kablam! Oct 14 22:24:19.667 INFO kablam! warning: struct is never constructed: `Office` Oct 14 22:24:19.667 INFO kablam! --> src/main.rs:48:1 Oct 14 22:24:19.667 INFO kablam! | Oct 14 22:24:19.667 INFO kablam! 48 | struct Office { Oct 14 22:24:19.667 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:24:19.667 INFO kablam! Oct 14 22:24:19.667 INFO kablam! warning: function is never used: `action_exists` Oct 14 22:24:19.667 INFO kablam! --> src/main.rs:95:1 Oct 14 22:24:19.667 INFO kablam! | Oct 14 22:24:19.667 INFO kablam! 95 | fn action_exists(l_task: TurnTask, queue: &VecDeque) -> bool { Oct 14 22:24:19.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:19.667 INFO kablam! Oct 14 22:24:20.130 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.76s Oct 14 22:24:20.132 INFO kablam! su: No module specific data is present Oct 14 22:24:20.394 INFO running `"docker" "rm" "-f" "e92e3ab2b75d80b96348de043afd837ea3637a71c006b73c368e4ddb644dd28b"` Oct 14 22:24:20.464 INFO blam! e92e3ab2b75d80b96348de043afd837ea3637a71c006b73c368e4ddb644dd28b Oct 14 22:24:20.468 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:20.704 INFO blam! d3d78733a5011bbe5062a649acbf283f74dc5532a0736843ee5bc18a460cc8a1 Oct 14 22:24:20.706 INFO running `"docker" "start" "-a" "d3d78733a5011bbe5062a649acbf283f74dc5532a0736843ee5bc18a460cc8a1"` Oct 14 22:24:21.267 INFO kablam! usermod: no changes Oct 14 22:24:21.310 INFO kablam! Compiling guildsim v0.1.0 (/source) Oct 14 22:24:21.711 INFO kablam! warning: unused variable: `player` Oct 14 22:24:21.712 INFO kablam! --> src/main.rs:143:19 Oct 14 22:24:21.712 INFO kablam! | Oct 14 22:24:21.712 INFO kablam! 143 | fn calc_socialize(player: &Player) -> i32 { Oct 14 22:24:21.712 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 14 22:24:21.712 INFO kablam! | Oct 14 22:24:21.712 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:24:21.712 INFO kablam! Oct 14 22:24:21.715 INFO kablam! warning: unused variable: `c_player` Oct 14 22:24:21.715 INFO kablam! --> src/main.rs:270:16 Oct 14 22:24:21.715 INFO kablam! | Oct 14 22:24:21.715 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 14 22:24:21.715 INFO kablam! | ^^^^^^^^ help: consider using `_c_player` instead Oct 14 22:24:21.715 INFO kablam! Oct 14 22:24:21.715 INFO kablam! warning: unused variable: `players` Oct 14 22:24:21.715 INFO kablam! --> src/main.rs:270:33 Oct 14 22:24:21.715 INFO kablam! | Oct 14 22:24:21.715 INFO kablam! 270 | fn do_ai_basic(c_player: usize, players: &Vec) -> VecDeque { Oct 14 22:24:21.715 INFO kablam! | ^^^^^^^ help: consider using `_players` instead Oct 14 22:24:21.715 INFO kablam! Oct 14 22:24:21.715 INFO kablam! warning: unused variable: `task_buf` Oct 14 22:24:21.715 INFO kablam! --> src/main.rs:307:17 Oct 14 22:24:21.715 INFO kablam! | Oct 14 22:24:21.715 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 14 22:24:21.715 INFO kablam! | ^^^^^^^^ help: consider using `_task_buf` instead Oct 14 22:24:21.715 INFO kablam! Oct 14 22:24:21.737 INFO kablam! warning: variable does not need to be mutable Oct 14 22:24:21.738 INFO kablam! --> src/main.rs:284:9 Oct 14 22:24:21.738 INFO kablam! | Oct 14 22:24:21.738 INFO kablam! 284 | let mut is_running = true; Oct 14 22:24:21.738 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:24:21.738 INFO kablam! | | Oct 14 22:24:21.738 INFO kablam! | help: remove this `mut` Oct 14 22:24:21.738 INFO kablam! | Oct 14 22:24:21.738 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:24:21.738 INFO kablam! Oct 14 22:24:21.738 INFO kablam! warning: variable does not need to be mutable Oct 14 22:24:21.738 INFO kablam! --> src/main.rs:307:13 Oct 14 22:24:21.738 INFO kablam! | Oct 14 22:24:21.738 INFO kablam! 307 | let mut task_buf : VecDeque = VecDeque::new(); Oct 14 22:24:21.738 INFO kablam! | ----^^^^^^^^ Oct 14 22:24:21.738 INFO kablam! | | Oct 14 22:24:21.738 INFO kablam! | help: remove this `mut` Oct 14 22:24:21.738 INFO kablam! Oct 14 22:24:21.738 INFO kablam! warning: constant item is never used: `BASE_ENTERTAIN_FAVOR_INCREASE` Oct 14 22:24:21.738 INFO kablam! --> src/main.rs:16:1 Oct 14 22:24:21.738 INFO kablam! | Oct 14 22:24:21.738 INFO kablam! 16 | const BASE_ENTERTAIN_FAVOR_INCREASE: i32 = 2; Oct 14 22:24:21.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:21.738 INFO kablam! | Oct 14 22:24:21.738 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:24:21.738 INFO kablam! Oct 14 22:24:21.738 INFO kablam! warning: variant is never constructed: `Office` Oct 14 22:24:21.738 INFO kablam! --> src/main.rs:33:5 Oct 14 22:24:21.738 INFO kablam! | Oct 14 22:24:21.738 INFO kablam! 33 | Office, Oct 14 22:24:21.738 INFO kablam! | ^^^^^^ Oct 14 22:24:21.738 INFO kablam! Oct 14 22:24:21.738 INFO kablam! warning: struct is never constructed: `Office` Oct 14 22:24:21.738 INFO kablam! --> src/main.rs:48:1 Oct 14 22:24:21.738 INFO kablam! | Oct 14 22:24:21.738 INFO kablam! 48 | struct Office { Oct 14 22:24:21.738 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:24:21.738 INFO kablam! Oct 14 22:24:21.738 INFO kablam! warning: function is never used: `action_exists` Oct 14 22:24:21.738 INFO kablam! --> src/main.rs:95:1 Oct 14 22:24:21.738 INFO kablam! | Oct 14 22:24:21.738 INFO kablam! 95 | fn action_exists(l_task: TurnTask, queue: &VecDeque) -> bool { Oct 14 22:24:21.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:21.738 INFO kablam! Oct 14 22:24:22.049 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Oct 14 22:24:22.051 INFO kablam! su: No module specific data is present Oct 14 22:24:22.307 INFO running `"docker" "rm" "-f" "d3d78733a5011bbe5062a649acbf283f74dc5532a0736843ee5bc18a460cc8a1"` Oct 14 22:24:22.403 INFO blam! d3d78733a5011bbe5062a649acbf283f74dc5532a0736843ee5bc18a460cc8a1 Oct 14 22:24:22.405 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.609 INFO blam! 826f428c67a4e215ce3cd78fc33ef13abd2dbff093c766612746bfad4c224db5 Oct 14 22:24:22.614 INFO running `"docker" "start" "-a" "826f428c67a4e215ce3cd78fc33ef13abd2dbff093c766612746bfad4c224db5"` Oct 14 22:24:23.020 INFO kablam! usermod: no changes Oct 14 22:24:23.053 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 22:24:23.053 INFO kablam! Running /target/debug/deps/guildsim-9ba208e72351643e Oct 14 22:24:23.055 INFO blam! Oct 14 22:24:23.055 INFO blam! running 0 tests Oct 14 22:24:23.055 INFO blam! Oct 14 22:24:23.055 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:24:23.055 INFO blam! Oct 14 22:24:23.056 INFO kablam! su: No module specific data is present Oct 14 22:24:23.336 INFO running `"docker" "rm" "-f" "826f428c67a4e215ce3cd78fc33ef13abd2dbff093c766612746bfad4c224db5"` Oct 14 22:24:23.511 INFO blam! 826f428c67a4e215ce3cd78fc33ef13abd2dbff093c766612746bfad4c224db5