Oct 11 06:51:26.324 INFO testing Eragra3/GA against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:51:26.334 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:51:26.334 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-6/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 11 06:51:27.000 INFO blam! eaf6e303fbb044f954d7f62d3dd244e3df8c7df48d49a645f96074d66a7c0c0a Oct 11 06:51:27.005 INFO running `"docker" "start" "-a" "eaf6e303fbb044f954d7f62d3dd244e3df8c7df48d49a645f96074d66a7c0c0a"` Oct 11 06:51:27.840 INFO kablam! usermod: no changes Oct 11 06:51:27.952 INFO kablam! Compiling memchr v1.0.1 Oct 11 06:51:27.955 INFO kablam! Compiling serde_yaml v0.7.1 Oct 11 06:51:27.972 INFO kablam! Compiling chrono v0.4.0 Oct 11 06:51:27.972 INFO kablam! Compiling pbr v1.0.0 Oct 11 06:51:29.696 INFO kablam! Compiling csv-core v0.1.2 Oct 11 06:51:32.504 INFO kablam! Compiling csv v1.0.0-beta.3 Oct 11 06:51:35.597 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 11 06:51:37.248 INFO kablam! warning: unused import: `Rng` Oct 11 06:51:37.248 INFO kablam! --> src/mutators.rs:3:12 Oct 11 06:51:37.248 INFO kablam! | Oct 11 06:51:37.248 INFO kablam! 3 | use rand::{Rng}; Oct 11 06:51:37.248 INFO kablam! | ^^^ Oct 11 06:51:37.249 INFO kablam! | Oct 11 06:51:37.249 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:51:37.249 INFO kablam! Oct 11 06:51:37.249 INFO kablam! warning: unused import: `Normal` Oct 11 06:51:37.249 INFO kablam! --> src/mutators.rs:4:35 Oct 11 06:51:37.249 INFO kablam! | Oct 11 06:51:37.249 INFO kablam! 4 | use rand::distributions::normal::{Normal}; Oct 11 06:51:37.249 INFO kablam! | ^^^^^^ Oct 11 06:51:37.249 INFO kablam! Oct 11 06:51:37.660 INFO kablam! warning: unused variable: `worst_specimens_fitness` Oct 11 06:51:37.660 INFO kablam! --> src/main.rs:73:13 Oct 11 06:51:37.660 INFO kablam! | Oct 11 06:51:37.660 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 11 06:51:37.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_worst_specimens_fitness` instead Oct 11 06:51:37.660 INFO kablam! | Oct 11 06:51:37.660 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:51:37.660 INFO kablam! Oct 11 06:51:37.660 INFO kablam! warning: unused variable: `avg_specimens_fitness` Oct 11 06:51:37.660 INFO kablam! --> src/main.rs:74:13 Oct 11 06:51:37.660 INFO kablam! | Oct 11 06:51:37.660 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 11 06:51:37.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_avg_specimens_fitness` instead Oct 11 06:51:37.660 INFO kablam! Oct 11 06:51:37.660 INFO kablam! warning: unused variable: `best_specimens_fitness` Oct 11 06:51:37.661 INFO kablam! --> src/main.rs:75:13 Oct 11 06:51:37.661 INFO kablam! | Oct 11 06:51:37.661 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 11 06:51:37.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_best_specimens_fitness` instead Oct 11 06:51:37.661 INFO kablam! Oct 11 06:51:37.661 INFO kablam! warning: unused variable: `mutator` Oct 11 06:51:37.661 INFO kablam! --> src/main.rs:80:9 Oct 11 06:51:37.661 INFO kablam! | Oct 11 06:51:37.661 INFO kablam! 80 | let mutator = RandomSwap::new(); Oct 11 06:51:37.661 INFO kablam! | ^^^^^^^ help: consider using `_mutator` instead Oct 11 06:51:37.661 INFO kablam! Oct 11 06:51:37.661 INFO kablam! warning: unused variable: `new_specimens_perc` Oct 11 06:51:37.661 INFO kablam! --> src/main.rs:174:17 Oct 11 06:51:37.661 INFO kablam! | Oct 11 06:51:37.661 INFO kablam! 174 | let new_specimens_perc = new_specimens_count as f64 / evolution_params.population_count as f64 * 100.; Oct 11 06:51:37.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_new_specimens_perc` instead Oct 11 06:51:37.661 INFO kablam! Oct 11 06:51:37.661 INFO kablam! warning: unused variable: `index` Oct 11 06:51:37.661 INFO kablam! --> src/mutators.rs:18:13 Oct 11 06:51:37.661 INFO kablam! | Oct 11 06:51:37.661 INFO kablam! 18 | for index in 0..value.len() { Oct 11 06:51:37.661 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 11 06:51:37.661 INFO kablam! Oct 11 06:51:37.688 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:37.689 INFO kablam! --> src/main.rs:73:9 Oct 11 06:51:37.689 INFO kablam! | Oct 11 06:51:37.689 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 11 06:51:37.689 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:37.689 INFO kablam! | | Oct 11 06:51:37.689 INFO kablam! | help: remove this `mut` Oct 11 06:51:37.689 INFO kablam! | Oct 11 06:51:37.689 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:51:37.689 INFO kablam! Oct 11 06:51:37.689 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:37.689 INFO kablam! --> src/main.rs:74:9 Oct 11 06:51:37.689 INFO kablam! | Oct 11 06:51:37.689 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 11 06:51:37.689 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:37.689 INFO kablam! | | Oct 11 06:51:37.689 INFO kablam! | help: remove this `mut` Oct 11 06:51:37.689 INFO kablam! Oct 11 06:51:37.689 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:37.689 INFO kablam! --> src/main.rs:75:9 Oct 11 06:51:37.689 INFO kablam! | Oct 11 06:51:37.690 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 11 06:51:37.690 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:37.690 INFO kablam! | | Oct 11 06:51:37.690 INFO kablam! | help: remove this `mut` Oct 11 06:51:37.690 INFO kablam! Oct 11 06:51:37.786 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:37.786 INFO kablam! --> src/mutators.rs:16:50 Oct 11 06:51:37.786 INFO kablam! | Oct 11 06:51:37.786 INFO kablam! 16 | pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 11 06:51:37.786 INFO kablam! | ----^^^^^ Oct 11 06:51:37.786 INFO kablam! | | Oct 11 06:51:37.786 INFO kablam! | help: remove this `mut` Oct 11 06:51:37.786 INFO kablam! Oct 11 06:51:37.792 INFO kablam! warning: function is never used: `swap_random` Oct 11 06:51:37.792 INFO kablam! --> src/specimen.rs:143:1 Oct 11 06:51:37.792 INFO kablam! | Oct 11 06:51:37.792 INFO kablam! 143 | fn swap_random(mutable_vector: &mut [T], index: usize, range: f64) { Oct 11 06:51:37.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:37.793 INFO kablam! | Oct 11 06:51:37.793 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:51:37.793 INFO kablam! Oct 11 06:51:37.793 INFO kablam! warning: method is never used: `mutate` Oct 11 06:51:37.793 INFO kablam! --> src/mutators.rs:16:5 Oct 11 06:51:37.793 INFO kablam! | Oct 11 06:51:37.793 INFO kablam! 16 | / pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 11 06:51:37.793 INFO kablam! 17 | | where T : Copy { Oct 11 06:51:37.793 INFO kablam! 18 | | for index in 0..value.len() { Oct 11 06:51:37.793 INFO kablam! 19 | | if rand::random::() < mutation_rate { Oct 11 06:51:37.793 INFO kablam! ... | Oct 11 06:51:37.793 INFO kablam! 22 | | } Oct 11 06:51:37.793 INFO kablam! 23 | | } Oct 11 06:51:37.793 INFO kablam! | |_____^ Oct 11 06:51:37.793 INFO kablam! Oct 11 06:51:37.800 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:51:37.800 INFO kablam! --> src/main.rs:96:5 Oct 11 06:51:37.800 INFO kablam! | Oct 11 06:51:37.801 INFO kablam! 96 | generations_logger.serialize(row); Oct 11 06:51:37.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:37.801 INFO kablam! | Oct 11 06:51:37.801 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 06:51:37.801 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:51:37.801 INFO kablam! Oct 11 06:51:37.801 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:51:37.801 INFO kablam! --> src/main.rs:185:13 Oct 11 06:51:37.801 INFO kablam! | Oct 11 06:51:37.801 INFO kablam! 185 | generations_logger.serialize(row); Oct 11 06:51:37.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:37.801 INFO kablam! | Oct 11 06:51:37.801 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:51:37.801 INFO kablam! Oct 11 06:51:40.716 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.84s Oct 11 06:51:40.729 INFO kablam! su: No module specific data is present Oct 11 06:51:41.385 INFO running `"docker" "rm" "-f" "eaf6e303fbb044f954d7f62d3dd244e3df8c7df48d49a645f96074d66a7c0c0a"` Oct 11 06:51:41.584 INFO blam! eaf6e303fbb044f954d7f62d3dd244e3df8c7df48d49a645f96074d66a7c0c0a Oct 11 06:51:41.596 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:51:41.598 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-6/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 11 06:51:41.868 INFO blam! 96cc3dded3d053eba88adfc9b7802b04a3c35b1b909a1949b3293cdc7e95d2eb Oct 11 06:51:41.874 INFO running `"docker" "start" "-a" "96cc3dded3d053eba88adfc9b7802b04a3c35b1b909a1949b3293cdc7e95d2eb"` Oct 11 06:51:42.531 INFO kablam! usermod: no changes Oct 11 06:51:42.622 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 11 06:51:44.277 INFO kablam! warning: unused import: `Rng` Oct 11 06:51:44.277 INFO kablam! --> src/mutators.rs:3:12 Oct 11 06:51:44.277 INFO kablam! | Oct 11 06:51:44.277 INFO kablam! 3 | use rand::{Rng}; Oct 11 06:51:44.278 INFO kablam! | ^^^ Oct 11 06:51:44.278 INFO kablam! | Oct 11 06:51:44.278 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:51:44.278 INFO kablam! Oct 11 06:51:44.279 INFO kablam! warning: unused import: `Normal` Oct 11 06:51:44.279 INFO kablam! --> src/mutators.rs:4:35 Oct 11 06:51:44.279 INFO kablam! | Oct 11 06:51:44.279 INFO kablam! 4 | use rand::distributions::normal::{Normal}; Oct 11 06:51:44.280 INFO kablam! | ^^^^^^ Oct 11 06:51:44.280 INFO kablam! Oct 11 06:51:44.647 INFO kablam! warning: unused variable: `worst_specimens_fitness` Oct 11 06:51:44.647 INFO kablam! --> src/main.rs:73:13 Oct 11 06:51:44.647 INFO kablam! | Oct 11 06:51:44.647 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 11 06:51:44.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_worst_specimens_fitness` instead Oct 11 06:51:44.647 INFO kablam! | Oct 11 06:51:44.648 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:51:44.648 INFO kablam! Oct 11 06:51:44.648 INFO kablam! warning: unused variable: `avg_specimens_fitness` Oct 11 06:51:44.648 INFO kablam! --> src/main.rs:74:13 Oct 11 06:51:44.648 INFO kablam! | Oct 11 06:51:44.648 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 11 06:51:44.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_avg_specimens_fitness` instead Oct 11 06:51:44.648 INFO kablam! Oct 11 06:51:44.648 INFO kablam! warning: unused variable: `best_specimens_fitness` Oct 11 06:51:44.648 INFO kablam! --> src/main.rs:75:13 Oct 11 06:51:44.648 INFO kablam! | Oct 11 06:51:44.648 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 11 06:51:44.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_best_specimens_fitness` instead Oct 11 06:51:44.648 INFO kablam! Oct 11 06:51:44.648 INFO kablam! warning: unused variable: `mutator` Oct 11 06:51:44.648 INFO kablam! --> src/main.rs:80:9 Oct 11 06:51:44.648 INFO kablam! | Oct 11 06:51:44.648 INFO kablam! 80 | let mutator = RandomSwap::new(); Oct 11 06:51:44.648 INFO kablam! | ^^^^^^^ help: consider using `_mutator` instead Oct 11 06:51:44.648 INFO kablam! Oct 11 06:51:44.648 INFO kablam! warning: unused variable: `new_specimens_perc` Oct 11 06:51:44.648 INFO kablam! --> src/main.rs:174:17 Oct 11 06:51:44.648 INFO kablam! | Oct 11 06:51:44.648 INFO kablam! 174 | let new_specimens_perc = new_specimens_count as f64 / evolution_params.population_count as f64 * 100.; Oct 11 06:51:44.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_new_specimens_perc` instead Oct 11 06:51:44.648 INFO kablam! Oct 11 06:51:44.648 INFO kablam! warning: unused variable: `index` Oct 11 06:51:44.648 INFO kablam! --> src/mutators.rs:18:13 Oct 11 06:51:44.648 INFO kablam! | Oct 11 06:51:44.648 INFO kablam! 18 | for index in 0..value.len() { Oct 11 06:51:44.648 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 11 06:51:44.648 INFO kablam! Oct 11 06:51:44.673 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:44.673 INFO kablam! --> src/main.rs:73:9 Oct 11 06:51:44.673 INFO kablam! | Oct 11 06:51:44.673 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 11 06:51:44.673 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:44.673 INFO kablam! | | Oct 11 06:51:44.673 INFO kablam! | help: remove this `mut` Oct 11 06:51:44.673 INFO kablam! | Oct 11 06:51:44.673 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:51:44.673 INFO kablam! Oct 11 06:51:44.673 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:44.673 INFO kablam! --> src/main.rs:74:9 Oct 11 06:51:44.673 INFO kablam! | Oct 11 06:51:44.673 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 11 06:51:44.673 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:44.673 INFO kablam! | | Oct 11 06:51:44.673 INFO kablam! | help: remove this `mut` Oct 11 06:51:44.673 INFO kablam! Oct 11 06:51:44.673 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:44.673 INFO kablam! --> src/main.rs:75:9 Oct 11 06:51:44.673 INFO kablam! | Oct 11 06:51:44.673 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 11 06:51:44.673 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:44.673 INFO kablam! | | Oct 11 06:51:44.673 INFO kablam! | help: remove this `mut` Oct 11 06:51:44.673 INFO kablam! Oct 11 06:51:44.768 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:44.768 INFO kablam! --> src/mutators.rs:16:50 Oct 11 06:51:44.768 INFO kablam! | Oct 11 06:51:44.768 INFO kablam! 16 | pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 11 06:51:44.768 INFO kablam! | ----^^^^^ Oct 11 06:51:44.768 INFO kablam! | | Oct 11 06:51:44.768 INFO kablam! | help: remove this `mut` Oct 11 06:51:44.768 INFO kablam! Oct 11 06:51:44.773 INFO kablam! warning: function is never used: `swap_random` Oct 11 06:51:44.773 INFO kablam! --> src/specimen.rs:143:1 Oct 11 06:51:44.773 INFO kablam! | Oct 11 06:51:44.773 INFO kablam! 143 | fn swap_random(mutable_vector: &mut [T], index: usize, range: f64) { Oct 11 06:51:44.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:44.773 INFO kablam! | Oct 11 06:51:44.773 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:51:44.773 INFO kablam! Oct 11 06:51:44.773 INFO kablam! warning: method is never used: `mutate` Oct 11 06:51:44.773 INFO kablam! --> src/mutators.rs:16:5 Oct 11 06:51:44.773 INFO kablam! | Oct 11 06:51:44.773 INFO kablam! 16 | / pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 11 06:51:44.773 INFO kablam! 17 | | where T : Copy { Oct 11 06:51:44.773 INFO kablam! 18 | | for index in 0..value.len() { Oct 11 06:51:44.773 INFO kablam! 19 | | if rand::random::() < mutation_rate { Oct 11 06:51:44.773 INFO kablam! ... | Oct 11 06:51:44.773 INFO kablam! 22 | | } Oct 11 06:51:44.773 INFO kablam! 23 | | } Oct 11 06:51:44.773 INFO kablam! | |_____^ Oct 11 06:51:44.773 INFO kablam! Oct 11 06:51:44.788 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:51:44.788 INFO kablam! --> src/main.rs:96:5 Oct 11 06:51:44.788 INFO kablam! | Oct 11 06:51:44.788 INFO kablam! 96 | generations_logger.serialize(row); Oct 11 06:51:44.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:44.788 INFO kablam! | Oct 11 06:51:44.788 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 06:51:44.788 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:51:44.788 INFO kablam! Oct 11 06:51:44.788 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:51:44.788 INFO kablam! --> src/main.rs:185:13 Oct 11 06:51:44.788 INFO kablam! | Oct 11 06:51:44.788 INFO kablam! 185 | generations_logger.serialize(row); Oct 11 06:51:44.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:51:44.788 INFO kablam! | Oct 11 06:51:44.788 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:51:44.788 INFO kablam! Oct 11 06:51:45.196 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.64s Oct 11 06:51:45.204 INFO kablam! su: No module specific data is present Oct 11 06:51:45.611 INFO running `"docker" "rm" "-f" "96cc3dded3d053eba88adfc9b7802b04a3c35b1b909a1949b3293cdc7e95d2eb"` Oct 11 06:51:45.781 INFO blam! 96cc3dded3d053eba88adfc9b7802b04a3c35b1b909a1949b3293cdc7e95d2eb Oct 11 06:51:45.782 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:51:45.782 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-6/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 11 06:51:46.057 INFO blam! e848ed65bbe147a09987bb78d13919e63fb6f6ea45020911fba64e5663a4035e Oct 11 06:51:46.060 INFO running `"docker" "start" "-a" "e848ed65bbe147a09987bb78d13919e63fb6f6ea45020911fba64e5663a4035e"` Oct 11 06:51:46.872 INFO kablam! usermod: no changes Oct 11 06:51:46.969 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 06:51:46.992 INFO kablam! Running /target/debug/deps/genetic-618373441c062a0f Oct 11 06:51:46.992 INFO blam! Oct 11 06:51:46.992 INFO blam! running 0 tests Oct 11 06:51:46.992 INFO blam! Oct 11 06:51:46.992 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:51:46.992 INFO blam! Oct 11 06:51:46.996 INFO kablam! su: No module specific data is present Oct 11 06:51:47.553 INFO running `"docker" "rm" "-f" "e848ed65bbe147a09987bb78d13919e63fb6f6ea45020911fba64e5663a4035e"` Oct 11 06:51:47.899 INFO blam! e848ed65bbe147a09987bb78d13919e63fb6f6ea45020911fba64e5663a4035e