Oct 10 13:22:21.526 INFO testing tljubej/ascendancy-wars against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:22:21.526 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:22:21.527 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:22:22.016 INFO blam! 8aa72d21a35239c0387b7b43e3121af4fe2362fcb71e3405372d7bb660a71ad5 Oct 10 13:22:22.026 INFO running `"docker" "start" "-a" "8aa72d21a35239c0387b7b43e3121af4fe2362fcb71e3405372d7bb660a71ad5"` Oct 10 13:22:23.428 INFO kablam! usermod: no changes Oct 10 13:22:23.472 INFO kablam! Compiling ascendancy-wars v0.1.0 (/source) Oct 10 13:22:24.193 INFO kablam! warning: unused variable: `world` Oct 10 13:22:24.193 INFO kablam! --> src/main.rs:19:9 Oct 10 13:22:24.193 INFO kablam! | Oct 10 13:22:24.193 INFO kablam! 19 | let world = World::new(1000000, 10); Oct 10 13:22:24.193 INFO kablam! | ^^^^^ help: consider using `_world` instead Oct 10 13:22:24.193 INFO kablam! | Oct 10 13:22:24.208 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:22:24.208 INFO kablam! Oct 10 13:22:24.216 INFO kablam! warning: variable does not need to be mutable Oct 10 13:22:24.216 INFO kablam! --> src/world/mod.rs:88:13 Oct 10 13:22:24.216 INFO kablam! | Oct 10 13:22:24.216 INFO kablam! 88 | let mut person = self.get_person_by_id_mut(id); Oct 10 13:22:24.216 INFO kablam! | ----^^^^^^ Oct 10 13:22:24.216 INFO kablam! | | Oct 10 13:22:24.216 INFO kablam! | help: remove this `mut` Oct 10 13:22:24.216 INFO kablam! | Oct 10 13:22:24.216 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:22:24.216 INFO kablam! Oct 10 13:22:24.228 INFO kablam! warning: field is never used: `cultures` Oct 10 13:22:24.228 INFO kablam! --> src/world/mod.rs:39:5 Oct 10 13:22:24.228 INFO kablam! | Oct 10 13:22:24.228 INFO kablam! 39 | cultures: Vec>, Oct 10 13:22:24.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:24.228 INFO kablam! | Oct 10 13:22:24.229 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:22:24.229 INFO kablam! Oct 10 13:22:24.229 INFO kablam! warning: method is never used: `update_power_level` Oct 10 13:22:24.229 INFO kablam! --> src/world/mod.rs:87:5 Oct 10 13:22:24.229 INFO kablam! | Oct 10 13:22:24.229 INFO kablam! 87 | pub fn update_power_level(&mut self, id: Id, new_power_level: f64) { Oct 10 13:22:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:24.229 INFO kablam! Oct 10 13:22:24.229 INFO kablam! warning: method is never used: `remove_people` Oct 10 13:22:24.229 INFO kablam! --> src/world/mod.rs:105:5 Oct 10 13:22:24.229 INFO kablam! | Oct 10 13:22:24.229 INFO kablam! 105 | pub fn remove_people(&mut self, people: HashSet) { Oct 10 13:22:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:24.229 INFO kablam! Oct 10 13:22:24.229 INFO kablam! warning: method is never used: `rebuild_power_level_lookup` Oct 10 13:22:24.229 INFO kablam! --> src/world/mod.rs:134:5 Oct 10 13:22:24.229 INFO kablam! | Oct 10 13:22:24.229 INFO kablam! 134 | fn rebuild_power_level_lookup(&mut self) { Oct 10 13:22:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:24.229 INFO kablam! Oct 10 13:22:24.229 INFO kablam! warning: method is never used: `get_power_level_with_subordinates` Oct 10 13:22:24.229 INFO kablam! --> src/world/mod.rs:144:5 Oct 10 13:22:24.229 INFO kablam! | Oct 10 13:22:24.229 INFO kablam! 144 | fn get_power_level_with_subordinates(&self, id: Id) -> f64 { Oct 10 13:22:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:24.229 INFO kablam! Oct 10 13:22:24.229 INFO kablam! warning: method is never used: `get_person_by_id_mut` Oct 10 13:22:24.230 INFO kablam! --> src/world/mod.rs:154:5 Oct 10 13:22:24.230 INFO kablam! | Oct 10 13:22:24.230 INFO kablam! 154 | fn get_person_by_id_mut(&mut self, id: Id) -> &mut Person { Oct 10 13:22:24.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:24.230 INFO kablam! Oct 10 13:22:24.230 INFO kablam! warning: method is never used: `get_power_level_range` Oct 10 13:22:24.230 INFO kablam! --> src/world/mod.rs:160:5 Oct 10 13:22:24.230 INFO kablam! | Oct 10 13:22:24.230 INFO kablam! 160 | pub fn get_power_level_range(&self, from: f64, to: f64) -> &[Id] { Oct 10 13:22:24.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:24.230 INFO kablam! Oct 10 13:22:24.230 INFO kablam! warning: enum is never used: `Actions` Oct 10 13:22:24.230 INFO kablam! --> src/actions/mod.rs:3:1 Oct 10 13:22:24.230 INFO kablam! | Oct 10 13:22:24.230 INFO kablam! 3 | pub enum Actions { Oct 10 13:22:24.230 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 13:22:24.230 INFO kablam! Oct 10 13:22:24.236 INFO kablam! warning: comparison is useless due to type limits Oct 10 13:22:24.236 INFO kablam! --> src/world/mod.rs:164:29 Oct 10 13:22:24.236 INFO kablam! | Oct 10 13:22:24.236 INFO kablam! 164 | let index_from = if index_from < 0 { 0 } else { index_from }; Oct 10 13:22:24.236 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 13:22:24.236 INFO kablam! | Oct 10 13:22:24.236 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 10 13:22:24.236 INFO kablam! Oct 10 13:22:25.645 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 10 13:22:25.647 INFO kablam! su: No module specific data is present Oct 10 13:22:26.522 INFO running `"docker" "rm" "-f" "8aa72d21a35239c0387b7b43e3121af4fe2362fcb71e3405372d7bb660a71ad5"` Oct 10 13:22:26.768 INFO blam! 8aa72d21a35239c0387b7b43e3121af4fe2362fcb71e3405372d7bb660a71ad5 Oct 10 13:22:26.770 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:22:26.770 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:22:27.297 INFO blam! 86af5f6514143b913d164bebe964154b2dc644d9a06c1bcf13c9c82398a05cdb Oct 10 13:22:27.302 INFO running `"docker" "start" "-a" "86af5f6514143b913d164bebe964154b2dc644d9a06c1bcf13c9c82398a05cdb"` Oct 10 13:22:28.591 INFO kablam! usermod: no changes Oct 10 13:22:28.684 INFO kablam! Compiling ascendancy-wars v0.1.0 (/source) Oct 10 13:22:29.396 INFO kablam! warning: unused variable: `world` Oct 10 13:22:29.396 INFO kablam! --> src/main.rs:19:9 Oct 10 13:22:29.396 INFO kablam! | Oct 10 13:22:29.396 INFO kablam! 19 | let world = World::new(1000000, 10); Oct 10 13:22:29.396 INFO kablam! | ^^^^^ help: consider using `_world` instead Oct 10 13:22:29.396 INFO kablam! | Oct 10 13:22:29.396 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:22:29.396 INFO kablam! Oct 10 13:22:29.404 INFO kablam! warning: variable does not need to be mutable Oct 10 13:22:29.404 INFO kablam! --> src/world/mod.rs:88:13 Oct 10 13:22:29.404 INFO kablam! | Oct 10 13:22:29.404 INFO kablam! 88 | let mut person = self.get_person_by_id_mut(id); Oct 10 13:22:29.404 INFO kablam! | ----^^^^^^ Oct 10 13:22:29.404 INFO kablam! | | Oct 10 13:22:29.404 INFO kablam! | help: remove this `mut` Oct 10 13:22:29.404 INFO kablam! | Oct 10 13:22:29.404 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:22:29.404 INFO kablam! Oct 10 13:22:29.412 INFO kablam! warning: field is never used: `cultures` Oct 10 13:22:29.413 INFO kablam! --> src/world/mod.rs:39:5 Oct 10 13:22:29.413 INFO kablam! | Oct 10 13:22:29.413 INFO kablam! 39 | cultures: Vec>, Oct 10 13:22:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:29.413 INFO kablam! | Oct 10 13:22:29.413 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:22:29.413 INFO kablam! Oct 10 13:22:29.413 INFO kablam! warning: method is never used: `update_power_level` Oct 10 13:22:29.413 INFO kablam! --> src/world/mod.rs:87:5 Oct 10 13:22:29.413 INFO kablam! | Oct 10 13:22:29.413 INFO kablam! 87 | pub fn update_power_level(&mut self, id: Id, new_power_level: f64) { Oct 10 13:22:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:29.413 INFO kablam! Oct 10 13:22:29.413 INFO kablam! warning: method is never used: `remove_people` Oct 10 13:22:29.413 INFO kablam! --> src/world/mod.rs:105:5 Oct 10 13:22:29.413 INFO kablam! | Oct 10 13:22:29.413 INFO kablam! 105 | pub fn remove_people(&mut self, people: HashSet) { Oct 10 13:22:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:29.413 INFO kablam! Oct 10 13:22:29.413 INFO kablam! warning: method is never used: `rebuild_power_level_lookup` Oct 10 13:22:29.413 INFO kablam! --> src/world/mod.rs:134:5 Oct 10 13:22:29.413 INFO kablam! | Oct 10 13:22:29.413 INFO kablam! 134 | fn rebuild_power_level_lookup(&mut self) { Oct 10 13:22:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:29.413 INFO kablam! Oct 10 13:22:29.413 INFO kablam! warning: method is never used: `get_power_level_with_subordinates` Oct 10 13:22:29.413 INFO kablam! --> src/world/mod.rs:144:5 Oct 10 13:22:29.413 INFO kablam! | Oct 10 13:22:29.413 INFO kablam! 144 | fn get_power_level_with_subordinates(&self, id: Id) -> f64 { Oct 10 13:22:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:29.413 INFO kablam! Oct 10 13:22:29.413 INFO kablam! warning: method is never used: `get_person_by_id_mut` Oct 10 13:22:29.413 INFO kablam! --> src/world/mod.rs:154:5 Oct 10 13:22:29.413 INFO kablam! | Oct 10 13:22:29.413 INFO kablam! 154 | fn get_person_by_id_mut(&mut self, id: Id) -> &mut Person { Oct 10 13:22:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:29.413 INFO kablam! Oct 10 13:22:29.413 INFO kablam! warning: method is never used: `get_power_level_range` Oct 10 13:22:29.413 INFO kablam! --> src/world/mod.rs:160:5 Oct 10 13:22:29.413 INFO kablam! | Oct 10 13:22:29.413 INFO kablam! 160 | pub fn get_power_level_range(&self, from: f64, to: f64) -> &[Id] { Oct 10 13:22:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:22:29.413 INFO kablam! Oct 10 13:22:29.413 INFO kablam! warning: enum is never used: `Actions` Oct 10 13:22:29.413 INFO kablam! --> src/actions/mod.rs:3:1 Oct 10 13:22:29.413 INFO kablam! | Oct 10 13:22:29.413 INFO kablam! 3 | pub enum Actions { Oct 10 13:22:29.413 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 13:22:29.413 INFO kablam! Oct 10 13:22:29.413 INFO kablam! warning: comparison is useless due to type limits Oct 10 13:22:29.413 INFO kablam! --> src/world/mod.rs:164:29 Oct 10 13:22:29.413 INFO kablam! | Oct 10 13:22:29.413 INFO kablam! 164 | let index_from = if index_from < 0 { 0 } else { index_from }; Oct 10 13:22:29.413 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 13:22:29.413 INFO kablam! | Oct 10 13:22:29.413 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 10 13:22:29.413 INFO kablam! Oct 10 13:22:29.908 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 10 13:22:29.908 INFO kablam! su: No module specific data is present Oct 10 13:22:31.048 INFO running `"docker" "rm" "-f" "86af5f6514143b913d164bebe964154b2dc644d9a06c1bcf13c9c82398a05cdb"` Oct 10 13:22:31.412 INFO blam! 86af5f6514143b913d164bebe964154b2dc644d9a06c1bcf13c9c82398a05cdb Oct 10 13:22:31.412 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:22:31.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:22:31.844 INFO blam! 70b97b405a13610c603e47ce51fb0c7cfff658e48b3b96d499f38b8fc15e0ccb Oct 10 13:22:31.848 INFO running `"docker" "start" "-a" "70b97b405a13610c603e47ce51fb0c7cfff658e48b3b96d499f38b8fc15e0ccb"` Oct 10 13:22:33.053 INFO kablam! usermod: no changes Oct 10 13:22:33.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 13:22:33.102 INFO kablam! Running /target/debug/deps/ascendancy_wars-c6826ff69e0f1495 Oct 10 13:22:33.109 INFO blam! Oct 10 13:22:33.109 INFO blam! running 0 tests Oct 10 13:22:33.109 INFO blam! Oct 10 13:22:33.109 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:22:33.110 INFO blam! Oct 10 13:22:33.111 INFO kablam! su: No module specific data is present Oct 10 13:22:34.473 INFO running `"docker" "rm" "-f" "70b97b405a13610c603e47ce51fb0c7cfff658e48b3b96d499f38b8fc15e0ccb"` Oct 10 13:22:34.765 INFO blam! 70b97b405a13610c603e47ce51fb0c7cfff658e48b3b96d499f38b8fc15e0ccb