Oct 11 22:48:11.460 INFO testing genetic-0.2.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 11 22:48:11.462 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 11 22:48:11.928 INFO blam! b370b0daee8a476734692d6b49473a770bc8db940ada1f8fa7cd8d988887758f Oct 11 22:48:11.930 INFO running `"docker" "start" "-a" "b370b0daee8a476734692d6b49473a770bc8db940ada1f8fa7cd8d988887758f"` Oct 11 22:48:12.921 INFO kablam! usermod: no changes Oct 11 22:48:12.968 INFO kablam! Compiling genetic v0.2.1 (/source) Oct 11 22:48:13.191 INFO kablam! warning: unused import: `universe::Universe` Oct 11 22:48:13.191 INFO kablam! --> src/lib.rs:23:5 Oct 11 22:48:13.191 INFO kablam! | Oct 11 22:48:13.191 INFO kablam! 23 | use universe::Universe; Oct 11 22:48:13.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 22:48:13.191 INFO kablam! | Oct 11 22:48:13.191 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 22:48:13.191 INFO kablam! Oct 11 22:48:13.262 INFO kablam! warning: unused variable: `mutation_rate` Oct 11 22:48:13.262 INFO kablam! --> src/lib.rs:63:23 Oct 11 22:48:13.262 INFO kablam! | Oct 11 22:48:13.262 INFO kablam! 63 | fn mutate(&mut self, mutation_rate: f32) { Oct 11 22:48:13.262 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mutation_rate` instead Oct 11 22:48:13.262 INFO kablam! | Oct 11 22:48:13.264 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 22:48:13.264 INFO kablam! Oct 11 22:48:13.264 INFO kablam! warning: unused variable: `population` Oct 11 22:48:13.264 INFO kablam! --> src/lib.rs:131:28 Oct 11 22:48:13.264 INFO kablam! | Oct 11 22:48:13.264 INFO kablam! 131 | fn measure_fitness(&self, population: &mut Vec) { Oct 11 22:48:13.264 INFO kablam! | ^^^^^^^^^^ help: consider using `_population` instead Oct 11 22:48:13.264 INFO kablam! Oct 11 22:48:13.264 INFO kablam! warning: unused variable: `population` Oct 11 22:48:13.264 INFO kablam! --> src/lib.rs:150:22 Oct 11 22:48:13.264 INFO kablam! | Oct 11 22:48:13.264 INFO kablam! 150 | fn reproduce(&self, population: &mut Vec) { Oct 11 22:48:13.264 INFO kablam! | ^^^^^^^^^^ help: consider using `_population` instead Oct 11 22:48:13.264 INFO kablam! Oct 11 22:48:13.275 INFO kablam! warning: field is never used: `pop_limit` Oct 11 22:48:13.275 INFO kablam! --> src/universe.rs:26:2 Oct 11 22:48:13.275 INFO kablam! | Oct 11 22:48:13.275 INFO kablam! 26 | pop_limit: usize, Oct 11 22:48:13.275 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 22:48:13.275 INFO kablam! | Oct 11 22:48:13.276 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 22:48:13.276 INFO kablam! Oct 11 22:48:13.276 INFO kablam! warning: method is never used: `from_genome` Oct 11 22:48:13.276 INFO kablam! --> src/lib.rs:38:2 Oct 11 22:48:13.276 INFO kablam! | Oct 11 22:48:13.276 INFO kablam! 38 | pub fn from_genome(genome: &Vec) -> LittleAnimal { Oct 11 22:48:13.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:48:13.276 INFO kablam! Oct 11 22:48:13.276 INFO kablam! warning: struct is never constructed: `NaturalSelection` Oct 11 22:48:13.276 INFO kablam! --> src/lib.rs:119:1 Oct 11 22:48:13.276 INFO kablam! | Oct 11 22:48:13.276 INFO kablam! 119 | struct NaturalSelection; Oct 11 22:48:13.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:48:13.276 INFO kablam! Oct 11 22:48:13.276 INFO kablam! warning: method is never used: `new` Oct 11 22:48:13.276 INFO kablam! --> src/lib.rs:123:2 Oct 11 22:48:13.276 INFO kablam! | Oct 11 22:48:13.276 INFO kablam! 123 | pub fn new() -> NaturalSelection { Oct 11 22:48:13.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:48:13.276 INFO kablam! Oct 11 22:48:13.276 INFO kablam! warning: struct is never constructed: `NaturalReproduction` Oct 11 22:48:13.276 INFO kablam! --> src/lib.rs:138:1 Oct 11 22:48:13.276 INFO kablam! | Oct 11 22:48:13.276 INFO kablam! 138 | struct NaturalReproduction; Oct 11 22:48:13.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:48:13.276 INFO kablam! Oct 11 22:48:13.276 INFO kablam! warning: method is never used: `new` Oct 11 22:48:13.276 INFO kablam! --> src/lib.rs:142:2 Oct 11 22:48:13.276 INFO kablam! | Oct 11 22:48:13.276 INFO kablam! 142 | pub fn new() -> NaturalReproduction { Oct 11 22:48:13.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:48:13.276 INFO kablam! Oct 11 22:48:13.525 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.58s Oct 11 22:48:13.527 INFO kablam! su: No module specific data is present Oct 11 22:48:14.130 INFO running `"docker" "rm" "-f" "b370b0daee8a476734692d6b49473a770bc8db940ada1f8fa7cd8d988887758f"` Oct 11 22:48:14.359 INFO blam! b370b0daee8a476734692d6b49473a770bc8db940ada1f8fa7cd8d988887758f Oct 11 22:48:14.361 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 11 22:48:14.798 INFO blam! adbe6ed1182ebda7ed5d0882d73bcf151c62172da8fd37a7ab3f6921589d5421 Oct 11 22:48:14.804 INFO running `"docker" "start" "-a" "adbe6ed1182ebda7ed5d0882d73bcf151c62172da8fd37a7ab3f6921589d5421"` Oct 11 22:48:15.544 INFO kablam! usermod: no changes Oct 11 22:48:15.575 INFO kablam! Compiling genetic v0.2.1 (/source) Oct 11 22:48:15.765 INFO kablam! warning: unused variable: `mutation_rate` Oct 11 22:48:15.765 INFO kablam! --> src/lib.rs:63:23 Oct 11 22:48:15.765 INFO kablam! | Oct 11 22:48:15.766 INFO kablam! 63 | fn mutate(&mut self, mutation_rate: f32) { Oct 11 22:48:15.766 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mutation_rate` instead Oct 11 22:48:15.766 INFO kablam! | Oct 11 22:48:15.766 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 22:48:15.767 INFO kablam! Oct 11 22:48:15.767 INFO kablam! warning: unused variable: `population` Oct 11 22:48:15.767 INFO kablam! --> src/lib.rs:131:28 Oct 11 22:48:15.768 INFO kablam! | Oct 11 22:48:15.768 INFO kablam! 131 | fn measure_fitness(&self, population: &mut Vec) { Oct 11 22:48:15.768 INFO kablam! | ^^^^^^^^^^ help: consider using `_population` instead Oct 11 22:48:15.769 INFO kablam! Oct 11 22:48:15.769 INFO kablam! warning: unused variable: `population` Oct 11 22:48:15.769 INFO kablam! --> src/lib.rs:150:22 Oct 11 22:48:15.770 INFO kablam! | Oct 11 22:48:15.770 INFO kablam! 150 | fn reproduce(&self, population: &mut Vec) { Oct 11 22:48:15.770 INFO kablam! | ^^^^^^^^^^ help: consider using `_population` instead Oct 11 22:48:15.771 INFO kablam! Oct 11 22:48:15.788 INFO kablam! warning: field is never used: `pop_limit` Oct 11 22:48:15.789 INFO kablam! --> src/universe.rs:26:2 Oct 11 22:48:15.789 INFO kablam! | Oct 11 22:48:15.789 INFO kablam! 26 | pop_limit: usize, Oct 11 22:48:15.790 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 22:48:15.790 INFO kablam! | Oct 11 22:48:15.790 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 22:48:15.791 INFO kablam! Oct 11 22:48:16.665 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 11 22:48:16.677 INFO kablam! su: No module specific data is present Oct 11 22:48:17.158 INFO running `"docker" "rm" "-f" "adbe6ed1182ebda7ed5d0882d73bcf151c62172da8fd37a7ab3f6921589d5421"` Oct 11 22:48:17.303 INFO blam! adbe6ed1182ebda7ed5d0882d73bcf151c62172da8fd37a7ab3f6921589d5421 Oct 11 22:48:17.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 11 22:48:17.445 INFO blam! b083bebd0246262b071830909fb97d91c80a60f8ebc39e1996b6ba863d71c705 Oct 11 22:48:17.449 INFO running `"docker" "start" "-a" "b083bebd0246262b071830909fb97d91c80a60f8ebc39e1996b6ba863d71c705"` Oct 11 22:48:18.039 INFO kablam! usermod: no changes Oct 11 22:48:18.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 22:48:18.120 INFO kablam! Running /target/debug/deps/genetic-8df1783e52c79b16 Oct 11 22:48:18.120 INFO blam! Oct 11 22:48:18.120 INFO blam! running 1 test Oct 11 22:48:18.221 INFO kablam! Doc-tests genetic Oct 11 22:48:18.223 INFO blam! test it_works ... ok Oct 11 22:48:18.223 INFO blam! Oct 11 22:48:18.223 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:48:18.223 INFO blam! Oct 11 22:48:18.361 INFO blam! Oct 11 22:48:18.361 INFO blam! running 0 tests Oct 11 22:48:18.363 INFO blam! Oct 11 22:48:18.363 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:48:18.363 INFO blam! Oct 11 22:48:18.369 INFO kablam! su: No module specific data is present Oct 11 22:48:19.148 INFO running `"docker" "rm" "-f" "b083bebd0246262b071830909fb97d91c80a60f8ebc39e1996b6ba863d71c705"` Oct 11 22:48:19.452 INFO blam! b083bebd0246262b071830909fb97d91c80a60f8ebc39e1996b6ba863d71c705