Oct 12 21:13:20.944 INFO testing tljubej/ascendancy-wars against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 21:13:20.945 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 21:13:21.343 INFO blam! 7bcd407c26b2a49ca6a525dcad98bdbf5da8dcb7fc429fab9bc18dc389df967d Oct 12 21:13:21.347 INFO running `"docker" "start" "-a" "7bcd407c26b2a49ca6a525dcad98bdbf5da8dcb7fc429fab9bc18dc389df967d"` Oct 12 21:13:22.859 INFO kablam! usermod: no changes Oct 12 21:13:22.939 INFO kablam! Compiling ascendancy-wars v0.1.0 (/source) Oct 12 21:13:23.283 INFO kablam! warning: unused variable: `world` Oct 12 21:13:23.283 INFO kablam! --> src/main.rs:19:9 Oct 12 21:13:23.283 INFO kablam! | Oct 12 21:13:23.283 INFO kablam! 19 | let world = World::new(1000000, 10); Oct 12 21:13:23.283 INFO kablam! | ^^^^^ help: consider using `_world` instead Oct 12 21:13:23.283 INFO kablam! | Oct 12 21:13:23.283 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:13:23.283 INFO kablam! Oct 12 21:13:23.303 INFO kablam! warning: variable does not need to be mutable Oct 12 21:13:23.303 INFO kablam! --> src/world/mod.rs:88:13 Oct 12 21:13:23.303 INFO kablam! | Oct 12 21:13:23.303 INFO kablam! 88 | let mut person = self.get_person_by_id_mut(id); Oct 12 21:13:23.303 INFO kablam! | ----^^^^^^ Oct 12 21:13:23.303 INFO kablam! | | Oct 12 21:13:23.303 INFO kablam! | help: remove this `mut` Oct 12 21:13:23.303 INFO kablam! | Oct 12 21:13:23.303 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:13:23.303 INFO kablam! Oct 12 21:13:23.315 INFO kablam! warning: field is never used: `cultures` Oct 12 21:13:23.315 INFO kablam! --> src/world/mod.rs:39:5 Oct 12 21:13:23.315 INFO kablam! | Oct 12 21:13:23.315 INFO kablam! 39 | cultures: Vec>, Oct 12 21:13:23.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:23.315 INFO kablam! | Oct 12 21:13:23.315 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:13:23.315 INFO kablam! Oct 12 21:13:23.315 INFO kablam! warning: method is never used: `update_power_level` Oct 12 21:13:23.315 INFO kablam! --> src/world/mod.rs:87:5 Oct 12 21:13:23.315 INFO kablam! | Oct 12 21:13:23.315 INFO kablam! 87 | pub fn update_power_level(&mut self, id: Id, new_power_level: f64) { Oct 12 21:13:23.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:23.315 INFO kablam! Oct 12 21:13:23.315 INFO kablam! warning: method is never used: `remove_people` Oct 12 21:13:23.315 INFO kablam! --> src/world/mod.rs:105:5 Oct 12 21:13:23.315 INFO kablam! | Oct 12 21:13:23.315 INFO kablam! 105 | pub fn remove_people(&mut self, people: HashSet) { Oct 12 21:13:23.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:23.315 INFO kablam! Oct 12 21:13:23.315 INFO kablam! warning: method is never used: `rebuild_power_level_lookup` Oct 12 21:13:23.315 INFO kablam! --> src/world/mod.rs:134:5 Oct 12 21:13:23.315 INFO kablam! | Oct 12 21:13:23.315 INFO kablam! 134 | fn rebuild_power_level_lookup(&mut self) { Oct 12 21:13:23.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:23.315 INFO kablam! Oct 12 21:13:23.315 INFO kablam! warning: method is never used: `get_power_level_with_subordinates` Oct 12 21:13:23.315 INFO kablam! --> src/world/mod.rs:144:5 Oct 12 21:13:23.315 INFO kablam! | Oct 12 21:13:23.315 INFO kablam! 144 | fn get_power_level_with_subordinates(&self, id: Id) -> f64 { Oct 12 21:13:23.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:23.315 INFO kablam! Oct 12 21:13:23.315 INFO kablam! warning: method is never used: `get_person_by_id_mut` Oct 12 21:13:23.315 INFO kablam! --> src/world/mod.rs:154:5 Oct 12 21:13:23.315 INFO kablam! | Oct 12 21:13:23.315 INFO kablam! 154 | fn get_person_by_id_mut(&mut self, id: Id) -> &mut Person { Oct 12 21:13:23.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:23.315 INFO kablam! Oct 12 21:13:23.315 INFO kablam! warning: method is never used: `get_power_level_range` Oct 12 21:13:23.315 INFO kablam! --> src/world/mod.rs:160:5 Oct 12 21:13:23.315 INFO kablam! | Oct 12 21:13:23.315 INFO kablam! 160 | pub fn get_power_level_range(&self, from: f64, to: f64) -> &[Id] { Oct 12 21:13:23.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:23.315 INFO kablam! Oct 12 21:13:23.315 INFO kablam! warning: enum is never used: `Actions` Oct 12 21:13:23.315 INFO kablam! --> src/actions/mod.rs:3:1 Oct 12 21:13:23.315 INFO kablam! | Oct 12 21:13:23.315 INFO kablam! 3 | pub enum Actions { Oct 12 21:13:23.315 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:13:23.315 INFO kablam! Oct 12 21:13:23.315 INFO kablam! warning: comparison is useless due to type limits Oct 12 21:13:23.316 INFO kablam! --> src/world/mod.rs:164:29 Oct 12 21:13:23.316 INFO kablam! | Oct 12 21:13:23.316 INFO kablam! 164 | let index_from = if index_from < 0 { 0 } else { index_from }; Oct 12 21:13:23.316 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:13:23.316 INFO kablam! | Oct 12 21:13:23.316 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 12 21:13:23.316 INFO kablam! Oct 12 21:13:24.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 12 21:13:24.471 INFO kablam! su: No module specific data is present Oct 12 21:13:25.915 INFO running `"docker" "rm" "-f" "7bcd407c26b2a49ca6a525dcad98bdbf5da8dcb7fc429fab9bc18dc389df967d"` Oct 12 21:13:26.184 INFO blam! 7bcd407c26b2a49ca6a525dcad98bdbf5da8dcb7fc429fab9bc18dc389df967d Oct 12 21:13:26.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 21:13:26.619 INFO blam! 0ddc5cac2af50c8a4b8272f0c51d12b44d2588fc7a9cb6da01313dea862772a4 Oct 12 21:13:26.625 INFO running `"docker" "start" "-a" "0ddc5cac2af50c8a4b8272f0c51d12b44d2588fc7a9cb6da01313dea862772a4"` Oct 12 21:13:28.323 INFO kablam! usermod: no changes Oct 12 21:13:28.391 INFO kablam! Compiling ascendancy-wars v0.1.0 (/source) Oct 12 21:13:28.831 INFO kablam! warning: unused variable: `world` Oct 12 21:13:28.831 INFO kablam! --> src/main.rs:19:9 Oct 12 21:13:28.831 INFO kablam! | Oct 12 21:13:28.831 INFO kablam! 19 | let world = World::new(1000000, 10); Oct 12 21:13:28.831 INFO kablam! | ^^^^^ help: consider using `_world` instead Oct 12 21:13:28.831 INFO kablam! | Oct 12 21:13:28.831 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:13:28.831 INFO kablam! Oct 12 21:13:28.843 INFO kablam! warning: variable does not need to be mutable Oct 12 21:13:28.843 INFO kablam! --> src/world/mod.rs:88:13 Oct 12 21:13:28.843 INFO kablam! | Oct 12 21:13:28.843 INFO kablam! 88 | let mut person = self.get_person_by_id_mut(id); Oct 12 21:13:28.843 INFO kablam! | ----^^^^^^ Oct 12 21:13:28.843 INFO kablam! | | Oct 12 21:13:28.843 INFO kablam! | help: remove this `mut` Oct 12 21:13:28.843 INFO kablam! | Oct 12 21:13:28.843 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:13:28.843 INFO kablam! Oct 12 21:13:28.867 INFO kablam! warning: field is never used: `cultures` Oct 12 21:13:28.867 INFO kablam! --> src/world/mod.rs:39:5 Oct 12 21:13:28.867 INFO kablam! | Oct 12 21:13:28.867 INFO kablam! 39 | cultures: Vec>, Oct 12 21:13:28.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:28.867 INFO kablam! | Oct 12 21:13:28.867 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:13:28.867 INFO kablam! Oct 12 21:13:28.867 INFO kablam! warning: method is never used: `update_power_level` Oct 12 21:13:28.867 INFO kablam! --> src/world/mod.rs:87:5 Oct 12 21:13:28.867 INFO kablam! | Oct 12 21:13:28.867 INFO kablam! 87 | pub fn update_power_level(&mut self, id: Id, new_power_level: f64) { Oct 12 21:13:28.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:28.867 INFO kablam! Oct 12 21:13:28.867 INFO kablam! warning: method is never used: `remove_people` Oct 12 21:13:28.867 INFO kablam! --> src/world/mod.rs:105:5 Oct 12 21:13:28.867 INFO kablam! | Oct 12 21:13:28.867 INFO kablam! 105 | pub fn remove_people(&mut self, people: HashSet) { Oct 12 21:13:28.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:28.867 INFO kablam! Oct 12 21:13:28.867 INFO kablam! warning: method is never used: `rebuild_power_level_lookup` Oct 12 21:13:28.867 INFO kablam! --> src/world/mod.rs:134:5 Oct 12 21:13:28.867 INFO kablam! | Oct 12 21:13:28.867 INFO kablam! 134 | fn rebuild_power_level_lookup(&mut self) { Oct 12 21:13:28.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:28.867 INFO kablam! Oct 12 21:13:28.867 INFO kablam! warning: method is never used: `get_power_level_with_subordinates` Oct 12 21:13:28.867 INFO kablam! --> src/world/mod.rs:144:5 Oct 12 21:13:28.867 INFO kablam! | Oct 12 21:13:28.867 INFO kablam! 144 | fn get_power_level_with_subordinates(&self, id: Id) -> f64 { Oct 12 21:13:28.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:28.867 INFO kablam! Oct 12 21:13:28.867 INFO kablam! warning: method is never used: `get_person_by_id_mut` Oct 12 21:13:28.867 INFO kablam! --> src/world/mod.rs:154:5 Oct 12 21:13:28.867 INFO kablam! | Oct 12 21:13:28.867 INFO kablam! 154 | fn get_person_by_id_mut(&mut self, id: Id) -> &mut Person { Oct 12 21:13:28.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:28.867 INFO kablam! Oct 12 21:13:28.867 INFO kablam! warning: method is never used: `get_power_level_range` Oct 12 21:13:28.867 INFO kablam! --> src/world/mod.rs:160:5 Oct 12 21:13:28.867 INFO kablam! | Oct 12 21:13:28.867 INFO kablam! 160 | pub fn get_power_level_range(&self, from: f64, to: f64) -> &[Id] { Oct 12 21:13:28.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:28.867 INFO kablam! Oct 12 21:13:28.867 INFO kablam! warning: enum is never used: `Actions` Oct 12 21:13:28.867 INFO kablam! --> src/actions/mod.rs:3:1 Oct 12 21:13:28.867 INFO kablam! | Oct 12 21:13:28.867 INFO kablam! 3 | pub enum Actions { Oct 12 21:13:28.867 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:13:28.867 INFO kablam! Oct 12 21:13:28.871 INFO kablam! warning: comparison is useless due to type limits Oct 12 21:13:28.871 INFO kablam! --> src/world/mod.rs:164:29 Oct 12 21:13:28.871 INFO kablam! | Oct 12 21:13:28.871 INFO kablam! 164 | let index_from = if index_from < 0 { 0 } else { index_from }; Oct 12 21:13:28.871 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:13:28.871 INFO kablam! | Oct 12 21:13:28.871 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 12 21:13:28.871 INFO kablam! Oct 12 21:13:29.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 12 21:13:29.459 INFO kablam! su: No module specific data is present Oct 12 21:13:30.777 INFO running `"docker" "rm" "-f" "0ddc5cac2af50c8a4b8272f0c51d12b44d2588fc7a9cb6da01313dea862772a4"` Oct 12 21:13:31.169 INFO blam! 0ddc5cac2af50c8a4b8272f0c51d12b44d2588fc7a9cb6da01313dea862772a4 Oct 12 21:13:31.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 21:13:31.632 INFO blam! 68e0bc1e120ea85b3313245de0f27388f89060fd02e79fe52f4a97519b05773d Oct 12 21:13:31.633 INFO running `"docker" "start" "-a" "68e0bc1e120ea85b3313245de0f27388f89060fd02e79fe52f4a97519b05773d"` Oct 12 21:13:33.322 INFO kablam! usermod: no changes Oct 12 21:13:33.382 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 21:13:33.382 INFO kablam! Running /target/debug/deps/ascendancy_wars-c6826ff69e0f1495 Oct 12 21:13:33.392 INFO blam! Oct 12 21:13:33.392 INFO blam! running 0 tests Oct 12 21:13:33.393 INFO blam! Oct 12 21:13:33.393 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:13:33.393 INFO blam! Oct 12 21:13:33.394 INFO kablam! su: No module specific data is present Oct 12 21:13:34.576 INFO running `"docker" "rm" "-f" "68e0bc1e120ea85b3313245de0f27388f89060fd02e79fe52f4a97519b05773d"` Oct 12 21:13:34.956 INFO blam! 68e0bc1e120ea85b3313245de0f27388f89060fd02e79fe52f4a97519b05773d