Oct 12 21:13:12.365 INFO testing tljubej/ascendancy-wars against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:13:12.366 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:13:12.887 INFO blam! e20746cc7abdbeee1e21a77b327ef20b8dff88bff08fef923503a2a4de556aef Oct 12 21:13:12.888 INFO running `"docker" "start" "-a" "e20746cc7abdbeee1e21a77b327ef20b8dff88bff08fef923503a2a4de556aef"` Oct 12 21:13:14.746 INFO kablam! usermod: no changes Oct 12 21:13:14.827 INFO kablam! Compiling libc v0.2.26 Oct 12 21:13:15.919 INFO kablam! Compiling rand v0.3.15 Oct 12 21:13:18.351 INFO kablam! Compiling ascendancy-wars v0.1.0 (/source) Oct 12 21:13:18.707 INFO kablam! warning: unused variable: `world` Oct 12 21:13:18.707 INFO kablam! --> src/main.rs:19:9 Oct 12 21:13:18.707 INFO kablam! | Oct 12 21:13:18.707 INFO kablam! 19 | let world = World::new(1000000, 10); Oct 12 21:13:18.707 INFO kablam! | ^^^^^ help: consider using `_world` instead Oct 12 21:13:18.707 INFO kablam! | Oct 12 21:13:18.707 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:13:18.707 INFO kablam! Oct 12 21:13:18.743 INFO kablam! warning: variable does not need to be mutable Oct 12 21:13:18.743 INFO kablam! --> src/world/mod.rs:88:13 Oct 12 21:13:18.743 INFO kablam! | Oct 12 21:13:18.743 INFO kablam! 88 | let mut person = self.get_person_by_id_mut(id); Oct 12 21:13:18.743 INFO kablam! | ----^^^^^^ Oct 12 21:13:18.743 INFO kablam! | | Oct 12 21:13:18.743 INFO kablam! | help: remove this `mut` Oct 12 21:13:18.743 INFO kablam! | Oct 12 21:13:18.743 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:13:18.743 INFO kablam! Oct 12 21:13:18.743 INFO kablam! warning: field is never used: `cultures` Oct 12 21:13:18.743 INFO kablam! --> src/world/mod.rs:39:5 Oct 12 21:13:18.743 INFO kablam! | Oct 12 21:13:18.743 INFO kablam! 39 | cultures: Vec>, Oct 12 21:13:18.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:18.747 INFO kablam! | Oct 12 21:13:18.747 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:13:18.747 INFO kablam! Oct 12 21:13:18.747 INFO kablam! warning: method is never used: `update_power_level` Oct 12 21:13:18.747 INFO kablam! --> src/world/mod.rs:87:5 Oct 12 21:13:18.747 INFO kablam! | Oct 12 21:13:18.747 INFO kablam! 87 | pub fn update_power_level(&mut self, id: Id, new_power_level: f64) { Oct 12 21:13:18.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:18.747 INFO kablam! Oct 12 21:13:18.747 INFO kablam! warning: method is never used: `remove_people` Oct 12 21:13:18.747 INFO kablam! --> src/world/mod.rs:105:5 Oct 12 21:13:18.747 INFO kablam! | Oct 12 21:13:18.747 INFO kablam! 105 | pub fn remove_people(&mut self, people: HashSet) { Oct 12 21:13:18.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:18.747 INFO kablam! Oct 12 21:13:18.747 INFO kablam! warning: method is never used: `rebuild_power_level_lookup` Oct 12 21:13:18.747 INFO kablam! --> src/world/mod.rs:134:5 Oct 12 21:13:18.747 INFO kablam! | Oct 12 21:13:18.747 INFO kablam! 134 | fn rebuild_power_level_lookup(&mut self) { Oct 12 21:13:18.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:18.747 INFO kablam! Oct 12 21:13:18.747 INFO kablam! warning: method is never used: `get_power_level_with_subordinates` Oct 12 21:13:18.747 INFO kablam! --> src/world/mod.rs:144:5 Oct 12 21:13:18.747 INFO kablam! | Oct 12 21:13:18.747 INFO kablam! 144 | fn get_power_level_with_subordinates(&self, id: Id) -> f64 { Oct 12 21:13:18.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:18.747 INFO kablam! Oct 12 21:13:18.747 INFO kablam! warning: method is never used: `get_person_by_id_mut` Oct 12 21:13:18.747 INFO kablam! --> src/world/mod.rs:154:5 Oct 12 21:13:18.747 INFO kablam! | Oct 12 21:13:18.747 INFO kablam! 154 | fn get_person_by_id_mut(&mut self, id: Id) -> &mut Person { Oct 12 21:13:18.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:18.747 INFO kablam! Oct 12 21:13:18.747 INFO kablam! warning: method is never used: `get_power_level_range` Oct 12 21:13:18.747 INFO kablam! --> src/world/mod.rs:160:5 Oct 12 21:13:18.747 INFO kablam! | Oct 12 21:13:18.747 INFO kablam! 160 | pub fn get_power_level_range(&self, from: f64, to: f64) -> &[Id] { Oct 12 21:13:18.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:18.747 INFO kablam! Oct 12 21:13:18.747 INFO kablam! warning: enum is never used: `Actions` Oct 12 21:13:18.747 INFO kablam! --> src/actions/mod.rs:3:1 Oct 12 21:13:18.747 INFO kablam! | Oct 12 21:13:18.747 INFO kablam! 3 | pub enum Actions { Oct 12 21:13:18.747 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:13:18.747 INFO kablam! Oct 12 21:13:18.755 INFO kablam! warning: comparison is useless due to type limits Oct 12 21:13:18.755 INFO kablam! --> src/world/mod.rs:164:29 Oct 12 21:13:18.755 INFO kablam! | Oct 12 21:13:18.755 INFO kablam! 164 | let index_from = if index_from < 0 { 0 } else { index_from }; Oct 12 21:13:18.755 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:13:18.755 INFO kablam! | Oct 12 21:13:18.755 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 12 21:13:18.755 INFO kablam! Oct 12 21:13:20.013 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.24s Oct 12 21:13:20.015 INFO kablam! su: No module specific data is present Oct 12 21:13:21.226 INFO running `"docker" "rm" "-f" "e20746cc7abdbeee1e21a77b327ef20b8dff88bff08fef923503a2a4de556aef"` Oct 12 21:13:21.615 INFO blam! e20746cc7abdbeee1e21a77b327ef20b8dff88bff08fef923503a2a4de556aef Oct 12 21:13:21.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:13:22.143 INFO blam! 4915c18cdf7074fb5e6bef1a11cc2d7bc710e9f3b0c3d5a3ea9fe680206be2a3 Oct 12 21:13:22.145 INFO running `"docker" "start" "-a" "4915c18cdf7074fb5e6bef1a11cc2d7bc710e9f3b0c3d5a3ea9fe680206be2a3"` Oct 12 21:13:24.510 INFO kablam! usermod: no changes Oct 12 21:13:24.583 INFO kablam! Compiling ascendancy-wars v0.1.0 (/source) Oct 12 21:13:24.999 INFO kablam! warning: unused variable: `world` Oct 12 21:13:24.999 INFO kablam! --> src/main.rs:19:9 Oct 12 21:13:24.999 INFO kablam! | Oct 12 21:13:24.999 INFO kablam! 19 | let world = World::new(1000000, 10); Oct 12 21:13:24.999 INFO kablam! | ^^^^^ help: consider using `_world` instead Oct 12 21:13:24.999 INFO kablam! | Oct 12 21:13:24.999 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:13:24.999 INFO kablam! Oct 12 21:13:25.019 INFO kablam! warning: variable does not need to be mutable Oct 12 21:13:25.019 INFO kablam! --> src/world/mod.rs:88:13 Oct 12 21:13:25.019 INFO kablam! | Oct 12 21:13:25.019 INFO kablam! 88 | let mut person = self.get_person_by_id_mut(id); Oct 12 21:13:25.019 INFO kablam! | ----^^^^^^ Oct 12 21:13:25.019 INFO kablam! | | Oct 12 21:13:25.019 INFO kablam! | help: remove this `mut` Oct 12 21:13:25.019 INFO kablam! | Oct 12 21:13:25.019 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:13:25.019 INFO kablam! Oct 12 21:13:25.027 INFO kablam! warning: field is never used: `cultures` Oct 12 21:13:25.027 INFO kablam! --> src/world/mod.rs:39:5 Oct 12 21:13:25.027 INFO kablam! | Oct 12 21:13:25.027 INFO kablam! 39 | cultures: Vec>, Oct 12 21:13:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:25.027 INFO kablam! | Oct 12 21:13:25.027 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:13:25.027 INFO kablam! Oct 12 21:13:25.027 INFO kablam! warning: method is never used: `update_power_level` Oct 12 21:13:25.027 INFO kablam! --> src/world/mod.rs:87:5 Oct 12 21:13:25.027 INFO kablam! | Oct 12 21:13:25.027 INFO kablam! 87 | pub fn update_power_level(&mut self, id: Id, new_power_level: f64) { Oct 12 21:13:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:25.027 INFO kablam! Oct 12 21:13:25.027 INFO kablam! warning: method is never used: `remove_people` Oct 12 21:13:25.027 INFO kablam! --> src/world/mod.rs:105:5 Oct 12 21:13:25.027 INFO kablam! | Oct 12 21:13:25.027 INFO kablam! 105 | pub fn remove_people(&mut self, people: HashSet) { Oct 12 21:13:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:25.027 INFO kablam! Oct 12 21:13:25.027 INFO kablam! warning: method is never used: `rebuild_power_level_lookup` Oct 12 21:13:25.027 INFO kablam! --> src/world/mod.rs:134:5 Oct 12 21:13:25.027 INFO kablam! | Oct 12 21:13:25.027 INFO kablam! 134 | fn rebuild_power_level_lookup(&mut self) { Oct 12 21:13:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:25.027 INFO kablam! Oct 12 21:13:25.027 INFO kablam! warning: method is never used: `get_power_level_with_subordinates` Oct 12 21:13:25.027 INFO kablam! --> src/world/mod.rs:144:5 Oct 12 21:13:25.027 INFO kablam! | Oct 12 21:13:25.027 INFO kablam! 144 | fn get_power_level_with_subordinates(&self, id: Id) -> f64 { Oct 12 21:13:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:25.027 INFO kablam! Oct 12 21:13:25.027 INFO kablam! warning: method is never used: `get_person_by_id_mut` Oct 12 21:13:25.027 INFO kablam! --> src/world/mod.rs:154:5 Oct 12 21:13:25.027 INFO kablam! | Oct 12 21:13:25.027 INFO kablam! 154 | fn get_person_by_id_mut(&mut self, id: Id) -> &mut Person { Oct 12 21:13:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:25.027 INFO kablam! Oct 12 21:13:25.027 INFO kablam! warning: method is never used: `get_power_level_range` Oct 12 21:13:25.027 INFO kablam! --> src/world/mod.rs:160:5 Oct 12 21:13:25.027 INFO kablam! | Oct 12 21:13:25.027 INFO kablam! 160 | pub fn get_power_level_range(&self, from: f64, to: f64) -> &[Id] { Oct 12 21:13:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:13:25.027 INFO kablam! Oct 12 21:13:25.027 INFO kablam! warning: enum is never used: `Actions` Oct 12 21:13:25.027 INFO kablam! --> src/actions/mod.rs:3:1 Oct 12 21:13:25.027 INFO kablam! | Oct 12 21:13:25.027 INFO kablam! 3 | pub enum Actions { Oct 12 21:13:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:13:25.028 INFO kablam! Oct 12 21:13:25.035 INFO kablam! warning: comparison is useless due to type limits Oct 12 21:13:25.035 INFO kablam! --> src/world/mod.rs:164:29 Oct 12 21:13:25.035 INFO kablam! | Oct 12 21:13:25.035 INFO kablam! 164 | let index_from = if index_from < 0 { 0 } else { index_from }; Oct 12 21:13:25.035 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:13:25.035 INFO kablam! | Oct 12 21:13:25.035 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 12 21:13:25.035 INFO kablam! Oct 12 21:13:25.628 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 12 21:13:25.631 INFO kablam! su: No module specific data is present Oct 12 21:13:26.763 INFO running `"docker" "rm" "-f" "4915c18cdf7074fb5e6bef1a11cc2d7bc710e9f3b0c3d5a3ea9fe680206be2a3"` Oct 12 21:13:27.171 INFO blam! 4915c18cdf7074fb5e6bef1a11cc2d7bc710e9f3b0c3d5a3ea9fe680206be2a3 Oct 12 21:13:27.179 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:13:27.653 INFO blam! 1a493aae0c615a1385a94bfe2e17fbbfc81f3acc0fe1bf7328922e7f227bf38b Oct 12 21:13:27.655 INFO running `"docker" "start" "-a" "1a493aae0c615a1385a94bfe2e17fbbfc81f3acc0fe1bf7328922e7f227bf38b"` Oct 12 21:13:29.886 INFO kablam! usermod: no changes Oct 12 21:13:29.931 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 21:13:29.937 INFO kablam! Running /target/debug/deps/ascendancy_wars-89484eae4d494029 Oct 12 21:13:29.938 INFO blam! Oct 12 21:13:29.938 INFO blam! running 0 tests Oct 12 21:13:29.938 INFO blam! Oct 12 21:13:29.938 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:13:29.938 INFO blam! Oct 12 21:13:29.940 INFO kablam! su: No module specific data is present Oct 12 21:13:31.023 INFO running `"docker" "rm" "-f" "1a493aae0c615a1385a94bfe2e17fbbfc81f3acc0fe1bf7328922e7f227bf38b"` Oct 12 21:13:31.267 INFO blam! 1a493aae0c615a1385a94bfe2e17fbbfc81f3acc0fe1bf7328922e7f227bf38b