Oct 15 11:09:17.538 INFO testing Eragra3/GA against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:09:17.538 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 11:09:17.692 INFO blam! d654d9502f23f82a97f9815d99536a64f1055ab4b86fe29d5c5433f679faf41f Oct 15 11:09:17.695 INFO running `"docker" "start" "-a" "d654d9502f23f82a97f9815d99536a64f1055ab4b86fe29d5c5433f679faf41f"` Oct 15 11:09:18.374 INFO kablam! usermod: no changes Oct 15 11:09:18.466 INFO kablam! Compiling memchr v1.0.1 Oct 15 11:09:18.467 INFO kablam! Compiling time v0.1.38 Oct 15 11:09:19.147 INFO kablam! Compiling csv-core v0.1.2 Oct 15 11:09:20.226 INFO kablam! Compiling chrono v0.4.0 Oct 15 11:09:20.228 INFO kablam! Compiling pbr v1.0.0 Oct 15 11:09:21.213 INFO kablam! Compiling csv v1.0.0-beta.3 Oct 15 11:09:26.835 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 15 11:09:28.154 INFO kablam! warning: unused import: `Rng` Oct 15 11:09:28.155 INFO kablam! --> src/mutators.rs:3:12 Oct 15 11:09:28.155 INFO kablam! | Oct 15 11:09:28.155 INFO kablam! 3 | use rand::{Rng}; Oct 15 11:09:28.155 INFO kablam! | ^^^ Oct 15 11:09:28.155 INFO kablam! | Oct 15 11:09:28.155 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:09:28.155 INFO kablam! Oct 15 11:09:28.155 INFO kablam! warning: unused import: `Normal` Oct 15 11:09:28.155 INFO kablam! --> src/mutators.rs:4:35 Oct 15 11:09:28.155 INFO kablam! | Oct 15 11:09:28.155 INFO kablam! 4 | use rand::distributions::normal::{Normal}; Oct 15 11:09:28.155 INFO kablam! | ^^^^^^ Oct 15 11:09:28.155 INFO kablam! Oct 15 11:09:28.559 INFO kablam! warning: unused variable: `worst_specimens_fitness` Oct 15 11:09:28.559 INFO kablam! --> src/main.rs:73:13 Oct 15 11:09:28.559 INFO kablam! | Oct 15 11:09:28.559 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 15 11:09:28.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_worst_specimens_fitness` instead Oct 15 11:09:28.559 INFO kablam! | Oct 15 11:09:28.559 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:09:28.559 INFO kablam! Oct 15 11:09:28.559 INFO kablam! warning: unused variable: `avg_specimens_fitness` Oct 15 11:09:28.559 INFO kablam! --> src/main.rs:74:13 Oct 15 11:09:28.559 INFO kablam! | Oct 15 11:09:28.559 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:28.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_avg_specimens_fitness` instead Oct 15 11:09:28.559 INFO kablam! Oct 15 11:09:28.559 INFO kablam! warning: unused variable: `best_specimens_fitness` Oct 15 11:09:28.559 INFO kablam! --> src/main.rs:75:13 Oct 15 11:09:28.559 INFO kablam! | Oct 15 11:09:28.559 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:28.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_best_specimens_fitness` instead Oct 15 11:09:28.559 INFO kablam! Oct 15 11:09:28.559 INFO kablam! warning: unused variable: `mutator` Oct 15 11:09:28.559 INFO kablam! --> src/main.rs:80:9 Oct 15 11:09:28.559 INFO kablam! | Oct 15 11:09:28.559 INFO kablam! 80 | let mutator = RandomSwap::new(); Oct 15 11:09:28.559 INFO kablam! | ^^^^^^^ help: consider using `_mutator` instead Oct 15 11:09:28.559 INFO kablam! Oct 15 11:09:28.559 INFO kablam! warning: unused variable: `new_specimens_perc` Oct 15 11:09:28.559 INFO kablam! --> src/main.rs:174:17 Oct 15 11:09:28.559 INFO kablam! | Oct 15 11:09:28.559 INFO kablam! 174 | let new_specimens_perc = new_specimens_count as f64 / evolution_params.population_count as f64 * 100.; Oct 15 11:09:28.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_new_specimens_perc` instead Oct 15 11:09:28.559 INFO kablam! Oct 15 11:09:28.559 INFO kablam! warning: unused variable: `index` Oct 15 11:09:28.559 INFO kablam! --> src/mutators.rs:18:13 Oct 15 11:09:28.559 INFO kablam! | Oct 15 11:09:28.559 INFO kablam! 18 | for index in 0..value.len() { Oct 15 11:09:28.559 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 11:09:28.559 INFO kablam! Oct 15 11:09:28.579 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:28.580 INFO kablam! --> src/main.rs:73:9 Oct 15 11:09:28.580 INFO kablam! | Oct 15 11:09:28.580 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 15 11:09:28.580 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:28.580 INFO kablam! | | Oct 15 11:09:28.580 INFO kablam! | help: remove this `mut` Oct 15 11:09:28.580 INFO kablam! | Oct 15 11:09:28.580 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:09:28.580 INFO kablam! Oct 15 11:09:28.580 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:28.580 INFO kablam! --> src/main.rs:74:9 Oct 15 11:09:28.580 INFO kablam! | Oct 15 11:09:28.580 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:28.580 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:28.580 INFO kablam! | | Oct 15 11:09:28.580 INFO kablam! | help: remove this `mut` Oct 15 11:09:28.580 INFO kablam! Oct 15 11:09:28.580 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:28.580 INFO kablam! --> src/main.rs:75:9 Oct 15 11:09:28.580 INFO kablam! | Oct 15 11:09:28.580 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:28.580 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:28.580 INFO kablam! | | Oct 15 11:09:28.580 INFO kablam! | help: remove this `mut` Oct 15 11:09:28.580 INFO kablam! Oct 15 11:09:28.691 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:28.691 INFO kablam! --> src/mutators.rs:16:50 Oct 15 11:09:28.691 INFO kablam! | Oct 15 11:09:28.691 INFO kablam! 16 | pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 15 11:09:28.691 INFO kablam! | ----^^^^^ Oct 15 11:09:28.691 INFO kablam! | | Oct 15 11:09:28.691 INFO kablam! | help: remove this `mut` Oct 15 11:09:28.691 INFO kablam! Oct 15 11:09:28.691 INFO kablam! warning: function is never used: `swap_random` Oct 15 11:09:28.691 INFO kablam! --> src/specimen.rs:143:1 Oct 15 11:09:28.691 INFO kablam! | Oct 15 11:09:28.691 INFO kablam! 143 | fn swap_random(mutable_vector: &mut [T], index: usize, range: f64) { Oct 15 11:09:28.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:28.691 INFO kablam! | Oct 15 11:09:28.691 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:09:28.691 INFO kablam! Oct 15 11:09:28.691 INFO kablam! warning: method is never used: `mutate` Oct 15 11:09:28.691 INFO kablam! --> src/mutators.rs:16:5 Oct 15 11:09:28.691 INFO kablam! | Oct 15 11:09:28.691 INFO kablam! 16 | / pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 15 11:09:28.691 INFO kablam! 17 | | where T : Copy { Oct 15 11:09:28.691 INFO kablam! 18 | | for index in 0..value.len() { Oct 15 11:09:28.691 INFO kablam! 19 | | if rand::random::() < mutation_rate { Oct 15 11:09:28.691 INFO kablam! ... | Oct 15 11:09:28.691 INFO kablam! 22 | | } Oct 15 11:09:28.691 INFO kablam! 23 | | } Oct 15 11:09:28.691 INFO kablam! | |_____^ Oct 15 11:09:28.691 INFO kablam! Oct 15 11:09:28.698 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:09:28.698 INFO kablam! --> src/main.rs:96:5 Oct 15 11:09:28.702 INFO kablam! | Oct 15 11:09:28.703 INFO kablam! 96 | generations_logger.serialize(row); Oct 15 11:09:28.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:28.703 INFO kablam! | Oct 15 11:09:28.703 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:09:28.703 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:09:28.703 INFO kablam! Oct 15 11:09:28.703 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:09:28.703 INFO kablam! --> src/main.rs:185:13 Oct 15 11:09:28.703 INFO kablam! | Oct 15 11:09:28.703 INFO kablam! 185 | generations_logger.serialize(row); Oct 15 11:09:28.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:28.703 INFO kablam! | Oct 15 11:09:28.703 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:09:28.703 INFO kablam! Oct 15 11:09:31.849 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.45s Oct 15 11:09:31.855 INFO kablam! su: No module specific data is present Oct 15 11:09:32.628 INFO running `"docker" "rm" "-f" "d654d9502f23f82a97f9815d99536a64f1055ab4b86fe29d5c5433f679faf41f"` Oct 15 11:09:32.990 INFO blam! d654d9502f23f82a97f9815d99536a64f1055ab4b86fe29d5c5433f679faf41f Oct 15 11:09:32.993 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 11:09:33.401 INFO blam! 73bc173c295586b7981929a6b4450de2f60be4914dc8b0a5ae1d8fc93f044ca6 Oct 15 11:09:33.402 INFO running `"docker" "start" "-a" "73bc173c295586b7981929a6b4450de2f60be4914dc8b0a5ae1d8fc93f044ca6"` Oct 15 11:09:34.056 INFO kablam! usermod: no changes Oct 15 11:09:34.148 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 15 11:09:35.167 INFO kablam! warning: unused import: `Rng` Oct 15 11:09:35.167 INFO kablam! --> src/mutators.rs:3:12 Oct 15 11:09:35.167 INFO kablam! | Oct 15 11:09:35.168 INFO kablam! 3 | use rand::{Rng}; Oct 15 11:09:35.168 INFO kablam! | ^^^ Oct 15 11:09:35.169 INFO kablam! | Oct 15 11:09:35.169 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:09:35.169 INFO kablam! Oct 15 11:09:35.169 INFO kablam! warning: unused import: `Normal` Oct 15 11:09:35.169 INFO kablam! --> src/mutators.rs:4:35 Oct 15 11:09:35.169 INFO kablam! | Oct 15 11:09:35.169 INFO kablam! 4 | use rand::distributions::normal::{Normal}; Oct 15 11:09:35.169 INFO kablam! | ^^^^^^ Oct 15 11:09:35.169 INFO kablam! Oct 15 11:09:35.539 INFO kablam! warning: unused variable: `worst_specimens_fitness` Oct 15 11:09:35.539 INFO kablam! --> src/main.rs:73:13 Oct 15 11:09:35.539 INFO kablam! | Oct 15 11:09:35.539 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 15 11:09:35.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_worst_specimens_fitness` instead Oct 15 11:09:35.539 INFO kablam! | Oct 15 11:09:35.539 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:09:35.539 INFO kablam! Oct 15 11:09:35.539 INFO kablam! warning: unused variable: `avg_specimens_fitness` Oct 15 11:09:35.539 INFO kablam! --> src/main.rs:74:13 Oct 15 11:09:35.539 INFO kablam! | Oct 15 11:09:35.539 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:35.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_avg_specimens_fitness` instead Oct 15 11:09:35.539 INFO kablam! Oct 15 11:09:35.539 INFO kablam! warning: unused variable: `best_specimens_fitness` Oct 15 11:09:35.539 INFO kablam! --> src/main.rs:75:13 Oct 15 11:09:35.539 INFO kablam! | Oct 15 11:09:35.539 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:35.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_best_specimens_fitness` instead Oct 15 11:09:35.539 INFO kablam! Oct 15 11:09:35.539 INFO kablam! warning: unused variable: `mutator` Oct 15 11:09:35.539 INFO kablam! --> src/main.rs:80:9 Oct 15 11:09:35.539 INFO kablam! | Oct 15 11:09:35.539 INFO kablam! 80 | let mutator = RandomSwap::new(); Oct 15 11:09:35.539 INFO kablam! | ^^^^^^^ help: consider using `_mutator` instead Oct 15 11:09:35.539 INFO kablam! Oct 15 11:09:35.539 INFO kablam! warning: unused variable: `new_specimens_perc` Oct 15 11:09:35.540 INFO kablam! --> src/main.rs:174:17 Oct 15 11:09:35.540 INFO kablam! | Oct 15 11:09:35.540 INFO kablam! 174 | let new_specimens_perc = new_specimens_count as f64 / evolution_params.population_count as f64 * 100.; Oct 15 11:09:35.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_new_specimens_perc` instead Oct 15 11:09:35.540 INFO kablam! Oct 15 11:09:35.540 INFO kablam! warning: unused variable: `index` Oct 15 11:09:35.540 INFO kablam! --> src/mutators.rs:18:13 Oct 15 11:09:35.540 INFO kablam! | Oct 15 11:09:35.540 INFO kablam! 18 | for index in 0..value.len() { Oct 15 11:09:35.540 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 11:09:35.540 INFO kablam! Oct 15 11:09:35.559 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:35.559 INFO kablam! --> src/main.rs:73:9 Oct 15 11:09:35.559 INFO kablam! | Oct 15 11:09:35.560 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 15 11:09:35.560 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:35.560 INFO kablam! | | Oct 15 11:09:35.560 INFO kablam! | help: remove this `mut` Oct 15 11:09:35.560 INFO kablam! | Oct 15 11:09:35.561 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:09:35.561 INFO kablam! Oct 15 11:09:35.561 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:35.561 INFO kablam! --> src/main.rs:74:9 Oct 15 11:09:35.561 INFO kablam! | Oct 15 11:09:35.562 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:35.562 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:35.562 INFO kablam! | | Oct 15 11:09:35.562 INFO kablam! | help: remove this `mut` Oct 15 11:09:35.562 INFO kablam! Oct 15 11:09:35.562 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:35.563 INFO kablam! --> src/main.rs:75:9 Oct 15 11:09:35.563 INFO kablam! | Oct 15 11:09:35.563 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:35.563 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:35.564 INFO kablam! | | Oct 15 11:09:35.564 INFO kablam! | help: remove this `mut` Oct 15 11:09:35.564 INFO kablam! Oct 15 11:09:35.658 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:35.658 INFO kablam! --> src/mutators.rs:16:50 Oct 15 11:09:35.658 INFO kablam! | Oct 15 11:09:35.658 INFO kablam! 16 | pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 15 11:09:35.658 INFO kablam! | ----^^^^^ Oct 15 11:09:35.658 INFO kablam! | | Oct 15 11:09:35.658 INFO kablam! | help: remove this `mut` Oct 15 11:09:35.658 INFO kablam! Oct 15 11:09:35.658 INFO kablam! warning: function is never used: `swap_random` Oct 15 11:09:35.658 INFO kablam! --> src/specimen.rs:143:1 Oct 15 11:09:35.658 INFO kablam! | Oct 15 11:09:35.658 INFO kablam! 143 | fn swap_random(mutable_vector: &mut [T], index: usize, range: f64) { Oct 15 11:09:35.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:35.658 INFO kablam! | Oct 15 11:09:35.658 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:09:35.658 INFO kablam! Oct 15 11:09:35.658 INFO kablam! warning: method is never used: `mutate` Oct 15 11:09:35.658 INFO kablam! --> src/mutators.rs:16:5 Oct 15 11:09:35.658 INFO kablam! | Oct 15 11:09:35.658 INFO kablam! 16 | / pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 15 11:09:35.658 INFO kablam! 17 | | where T : Copy { Oct 15 11:09:35.658 INFO kablam! 18 | | for index in 0..value.len() { Oct 15 11:09:35.658 INFO kablam! 19 | | if rand::random::() < mutation_rate { Oct 15 11:09:35.658 INFO kablam! ... | Oct 15 11:09:35.658 INFO kablam! 22 | | } Oct 15 11:09:35.658 INFO kablam! 23 | | } Oct 15 11:09:35.658 INFO kablam! | |_____^ Oct 15 11:09:35.658 INFO kablam! Oct 15 11:09:35.667 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:09:35.668 INFO kablam! --> src/main.rs:96:5 Oct 15 11:09:35.668 INFO kablam! | Oct 15 11:09:35.668 INFO kablam! 96 | generations_logger.serialize(row); Oct 15 11:09:35.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:35.668 INFO kablam! | Oct 15 11:09:35.668 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:09:35.668 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:09:35.668 INFO kablam! Oct 15 11:09:35.668 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:09:35.668 INFO kablam! --> src/main.rs:185:13 Oct 15 11:09:35.668 INFO kablam! | Oct 15 11:09:35.668 INFO kablam! 185 | generations_logger.serialize(row); Oct 15 11:09:35.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:35.668 INFO kablam! | Oct 15 11:09:35.668 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:09:35.668 INFO kablam! Oct 15 11:09:36.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 15 11:09:36.199 INFO kablam! su: No module specific data is present Oct 15 11:09:36.613 INFO running `"docker" "rm" "-f" "73bc173c295586b7981929a6b4450de2f60be4914dc8b0a5ae1d8fc93f044ca6"` Oct 15 11:09:36.811 INFO blam! 73bc173c295586b7981929a6b4450de2f60be4914dc8b0a5ae1d8fc93f044ca6 Oct 15 11:09:36.813 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 11:09:37.078 INFO blam! cca52a12fcb4d1d1a8c2434f08b5c7e984f3fda2c8bd031a3a408dcec380102b Oct 15 11:09:37.081 INFO running `"docker" "start" "-a" "cca52a12fcb4d1d1a8c2434f08b5c7e984f3fda2c8bd031a3a408dcec380102b"` Oct 15 11:09:37.933 INFO kablam! usermod: no changes Oct 15 11:09:38.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 11:09:38.095 INFO kablam! Running /target/debug/deps/genetic-8844810fb89e3f95 Oct 15 11:09:38.096 INFO blam! Oct 15 11:09:38.096 INFO kablam! su: No module specific data is present Oct 15 11:09:38.096 INFO blam! running 0 tests Oct 15 11:09:38.096 INFO blam! Oct 15 11:09:38.096 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:09:38.097 INFO blam! Oct 15 11:09:38.465 INFO running `"docker" "rm" "-f" "cca52a12fcb4d1d1a8c2434f08b5c7e984f3fda2c8bd031a3a408dcec380102b"` Oct 15 11:09:38.838 INFO blam! cca52a12fcb4d1d1a8c2434f08b5c7e984f3fda2c8bd031a3a408dcec380102b