Oct 11 22:48:17.011 INFO testing genetic-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 22:48:17.013 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 11 22:48:17.307 INFO blam! 290c70ad6809cd7432a86124f8b039fc70029504edb95ed50837145fe388eb11 Oct 11 22:48:17.308 INFO running `"docker" "start" "-a" "290c70ad6809cd7432a86124f8b039fc70029504edb95ed50837145fe388eb11"` Oct 11 22:48:17.714 INFO kablam! usermod: no changes Oct 11 22:48:17.748 INFO kablam! Compiling genetic v0.2.1 (/source) Oct 11 22:48:18.536 INFO kablam! warning: unused import: `universe::Universe` Oct 11 22:48:18.536 INFO kablam! --> src/lib.rs:23:5 Oct 11 22:48:18.536 INFO kablam! | Oct 11 22:48:18.536 INFO kablam! 23 | use universe::Universe; Oct 11 22:48:18.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 22:48:18.536 INFO kablam! | Oct 11 22:48:18.536 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 22:48:18.536 INFO kablam! Oct 11 22:48:18.600 INFO kablam! warning: unused variable: `mutation_rate` Oct 11 22:48:18.600 INFO kablam! --> src/lib.rs:63:23 Oct 11 22:48:18.600 INFO kablam! | Oct 11 22:48:18.600 INFO kablam! 63 | fn mutate(&mut self, mutation_rate: f32) { Oct 11 22:48:18.600 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mutation_rate` instead Oct 11 22:48:18.600 INFO kablam! | Oct 11 22:48:18.600 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 22:48:18.600 INFO kablam! Oct 11 22:48:18.600 INFO kablam! warning: unused variable: `population` Oct 11 22:48:18.600 INFO kablam! --> src/lib.rs:131:28 Oct 11 22:48:18.600 INFO kablam! | Oct 11 22:48:18.600 INFO kablam! 131 | fn measure_fitness(&self, population: &mut Vec) { Oct 11 22:48:18.600 INFO kablam! | ^^^^^^^^^^ help: consider using `_population` instead Oct 11 22:48:18.600 INFO kablam! Oct 11 22:48:18.600 INFO kablam! warning: unused variable: `population` Oct 11 22:48:18.600 INFO kablam! --> src/lib.rs:150:22 Oct 11 22:48:18.600 INFO kablam! | Oct 11 22:48:18.600 INFO kablam! 150 | fn reproduce(&self, population: &mut Vec) { Oct 11 22:48:18.600 INFO kablam! | ^^^^^^^^^^ help: consider using `_population` instead Oct 11 22:48:18.600 INFO kablam! Oct 11 22:48:18.608 INFO kablam! warning: field is never used: `pop_limit` Oct 11 22:48:18.608 INFO kablam! --> src/universe.rs:26:2 Oct 11 22:48:18.608 INFO kablam! | Oct 11 22:48:18.608 INFO kablam! 26 | pop_limit: usize, Oct 11 22:48:18.608 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 22:48:18.608 INFO kablam! | Oct 11 22:48:18.608 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 22:48:18.610 INFO kablam! Oct 11 22:48:18.610 INFO kablam! warning: method is never used: `from_genome` Oct 11 22:48:18.610 INFO kablam! --> src/lib.rs:38:2 Oct 11 22:48:18.610 INFO kablam! | Oct 11 22:48:18.610 INFO kablam! 38 | pub fn from_genome(genome: &Vec) -> LittleAnimal { Oct 11 22:48:18.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:48:18.610 INFO kablam! Oct 11 22:48:18.610 INFO kablam! warning: struct is never constructed: `NaturalSelection` Oct 11 22:48:18.610 INFO kablam! --> src/lib.rs:119:1 Oct 11 22:48:18.610 INFO kablam! | Oct 11 22:48:18.610 INFO kablam! 119 | struct NaturalSelection; Oct 11 22:48:18.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:48:18.610 INFO kablam! Oct 11 22:48:18.610 INFO kablam! warning: method is never used: `new` Oct 11 22:48:18.610 INFO kablam! --> src/lib.rs:123:2 Oct 11 22:48:18.610 INFO kablam! | Oct 11 22:48:18.610 INFO kablam! 123 | pub fn new() -> NaturalSelection { Oct 11 22:48:18.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:48:18.610 INFO kablam! Oct 11 22:48:18.610 INFO kablam! warning: struct is never constructed: `NaturalReproduction` Oct 11 22:48:18.610 INFO kablam! --> src/lib.rs:138:1 Oct 11 22:48:18.610 INFO kablam! | Oct 11 22:48:18.610 INFO kablam! 138 | struct NaturalReproduction; Oct 11 22:48:18.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:48:18.610 INFO kablam! Oct 11 22:48:18.610 INFO kablam! warning: method is never used: `new` Oct 11 22:48:18.610 INFO kablam! --> src/lib.rs:142:2 Oct 11 22:48:18.610 INFO kablam! | Oct 11 22:48:18.610 INFO kablam! 142 | pub fn new() -> NaturalReproduction { Oct 11 22:48:18.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:48:18.610 INFO kablam! Oct 11 22:48:18.777 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 11 22:48:18.784 INFO kablam! su: No module specific data is present Oct 11 22:48:19.428 INFO running `"docker" "rm" "-f" "290c70ad6809cd7432a86124f8b039fc70029504edb95ed50837145fe388eb11"` Oct 11 22:48:19.685 INFO blam! 290c70ad6809cd7432a86124f8b039fc70029504edb95ed50837145fe388eb11 Oct 11 22:48:19.686 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 11 22:48:20.064 INFO blam! 68ea786147171f6557d3f6c689bdccd8bdb28d695334c7eb1dd34ad94999d4e7 Oct 11 22:48:20.080 INFO running `"docker" "start" "-a" "68ea786147171f6557d3f6c689bdccd8bdb28d695334c7eb1dd34ad94999d4e7"` Oct 11 22:48:21.432 INFO kablam! usermod: no changes Oct 11 22:48:21.506 INFO kablam! Compiling genetic v0.2.1 (/source) Oct 11 22:48:22.580 INFO kablam! warning: unused variable: `mutation_rate` Oct 11 22:48:22.580 INFO kablam! --> src/lib.rs:63:23 Oct 11 22:48:22.580 INFO kablam! | Oct 11 22:48:22.580 INFO kablam! 63 | fn mutate(&mut self, mutation_rate: f32) { Oct 11 22:48:22.580 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mutation_rate` instead Oct 11 22:48:22.580 INFO kablam! | Oct 11 22:48:22.580 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 22:48:22.580 INFO kablam! Oct 11 22:48:22.580 INFO kablam! warning: unused variable: `population` Oct 11 22:48:22.580 INFO kablam! --> src/lib.rs:131:28 Oct 11 22:48:22.580 INFO kablam! | Oct 11 22:48:22.580 INFO kablam! 131 | fn measure_fitness(&self, population: &mut Vec) { Oct 11 22:48:22.580 INFO kablam! | ^^^^^^^^^^ help: consider using `_population` instead Oct 11 22:48:22.580 INFO kablam! Oct 11 22:48:22.580 INFO kablam! warning: unused variable: `population` Oct 11 22:48:22.580 INFO kablam! --> src/lib.rs:150:22 Oct 11 22:48:22.580 INFO kablam! | Oct 11 22:48:22.580 INFO kablam! 150 | fn reproduce(&self, population: &mut Vec) { Oct 11 22:48:22.580 INFO kablam! | ^^^^^^^^^^ help: consider using `_population` instead Oct 11 22:48:22.581 INFO kablam! Oct 11 22:48:22.588 INFO kablam! warning: field is never used: `pop_limit` Oct 11 22:48:22.588 INFO kablam! --> src/universe.rs:26:2 Oct 11 22:48:22.588 INFO kablam! | Oct 11 22:48:22.588 INFO kablam! 26 | pop_limit: usize, Oct 11 22:48:22.588 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 22:48:22.588 INFO kablam! | Oct 11 22:48:22.588 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 22:48:22.588 INFO kablam! Oct 11 22:48:23.676 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Oct 11 22:48:23.676 INFO kablam! su: No module specific data is present Oct 11 22:48:24.815 INFO running `"docker" "rm" "-f" "68ea786147171f6557d3f6c689bdccd8bdb28d695334c7eb1dd34ad94999d4e7"` Oct 11 22:48:25.080 INFO blam! 68ea786147171f6557d3f6c689bdccd8bdb28d695334c7eb1dd34ad94999d4e7 Oct 11 22:48:25.082 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 11 22:48:25.518 INFO blam! addd57e00fc3f2c5a433aebc2303d9ff3a4ee58d525a728738bfd72ea1c433a6 Oct 11 22:48:25.533 INFO running `"docker" "start" "-a" "addd57e00fc3f2c5a433aebc2303d9ff3a4ee58d525a728738bfd72ea1c433a6"` Oct 11 22:48:26.589 INFO kablam! usermod: no changes Oct 11 22:48:26.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 22:48:26.664 INFO kablam! Running /target/debug/deps/genetic-a79879f8f08397f4 Oct 11 22:48:26.668 INFO blam! Oct 11 22:48:26.668 INFO blam! running 1 test Oct 11 22:48:26.756 INFO blam! test it_works ... ok Oct 11 22:48:26.756 INFO blam! Oct 11 22:48:26.756 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:48:26.756 INFO blam! Oct 11 22:48:26.756 INFO kablam! Doc-tests genetic Oct 11 22:48:28.447 INFO blam! Oct 11 22:48:28.447 INFO blam! running 0 tests Oct 11 22:48:28.447 INFO blam! Oct 11 22:48:28.447 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:48:28.447 INFO blam! Oct 11 22:48:28.452 INFO kablam! su: No module specific data is present Oct 11 22:48:29.438 INFO running `"docker" "rm" "-f" "addd57e00fc3f2c5a433aebc2303d9ff3a4ee58d525a728738bfd72ea1c433a6"` Oct 11 22:48:29.732 INFO blam! addd57e00fc3f2c5a433aebc2303d9ff3a4ee58d525a728738bfd72ea1c433a6