Oct 15 11:09:17.926 INFO testing Eragra3/GA against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:09:17.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 15 11:09:18.134 INFO blam! c62f2217cd30e28a2b298af90310e1b26c8e6f30c73db864c241b68b218aa14a Oct 15 11:09:18.134 INFO running `"docker" "start" "-a" "c62f2217cd30e28a2b298af90310e1b26c8e6f30c73db864c241b68b218aa14a"` Oct 15 11:09:18.823 INFO kablam! usermod: no changes Oct 15 11:09:18.936 INFO kablam! Compiling serde v1.0.9 Oct 15 11:09:18.936 INFO kablam! Compiling gnuplot v0.0.22 Oct 15 11:09:18.936 INFO kablam! Compiling memchr v1.0.1 Oct 15 11:09:18.937 INFO kablam! Compiling time v0.1.38 Oct 15 11:09:18.939 INFO kablam! Compiling serde_derive v1.0.9 Oct 15 11:09:20.051 INFO kablam! Compiling csv-core v0.1.2 Oct 15 11:09:22.299 INFO kablam! Compiling pbr v1.0.0 Oct 15 11:09:22.299 INFO kablam! Compiling chrono v0.4.0 Oct 15 11:09:36.863 INFO kablam! Compiling csv v1.0.0-beta.3 Oct 15 11:09:36.863 INFO kablam! Compiling serde_yaml v0.7.1 Oct 15 11:09:39.305 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 15 11:09:40.177 INFO kablam! warning: unused import: `Rng` Oct 15 11:09:40.177 INFO kablam! --> src/mutators.rs:3:12 Oct 15 11:09:40.177 INFO kablam! | Oct 15 11:09:40.177 INFO kablam! 3 | use rand::{Rng}; Oct 15 11:09:40.177 INFO kablam! | ^^^ Oct 15 11:09:40.177 INFO kablam! | Oct 15 11:09:40.177 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:09:40.177 INFO kablam! Oct 15 11:09:40.177 INFO kablam! warning: unused import: `Normal` Oct 15 11:09:40.177 INFO kablam! --> src/mutators.rs:4:35 Oct 15 11:09:40.177 INFO kablam! | Oct 15 11:09:40.177 INFO kablam! 4 | use rand::distributions::normal::{Normal}; Oct 15 11:09:40.177 INFO kablam! | ^^^^^^ Oct 15 11:09:40.177 INFO kablam! Oct 15 11:09:40.547 INFO kablam! warning: unused variable: `worst_specimens_fitness` Oct 15 11:09:40.547 INFO kablam! --> src/main.rs:73:13 Oct 15 11:09:40.547 INFO kablam! | Oct 15 11:09:40.547 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 15 11:09:40.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_worst_specimens_fitness` instead Oct 15 11:09:40.547 INFO kablam! | Oct 15 11:09:40.547 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:09:40.547 INFO kablam! Oct 15 11:09:40.547 INFO kablam! warning: unused variable: `avg_specimens_fitness` Oct 15 11:09:40.547 INFO kablam! --> src/main.rs:74:13 Oct 15 11:09:40.547 INFO kablam! | Oct 15 11:09:40.547 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:40.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_avg_specimens_fitness` instead Oct 15 11:09:40.547 INFO kablam! Oct 15 11:09:40.547 INFO kablam! warning: unused variable: `best_specimens_fitness` Oct 15 11:09:40.547 INFO kablam! --> src/main.rs:75:13 Oct 15 11:09:40.547 INFO kablam! | Oct 15 11:09:40.547 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:40.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_best_specimens_fitness` instead Oct 15 11:09:40.547 INFO kablam! Oct 15 11:09:40.547 INFO kablam! warning: unused variable: `mutator` Oct 15 11:09:40.547 INFO kablam! --> src/main.rs:80:9 Oct 15 11:09:40.547 INFO kablam! | Oct 15 11:09:40.547 INFO kablam! 80 | let mutator = RandomSwap::new(); Oct 15 11:09:40.547 INFO kablam! | ^^^^^^^ help: consider using `_mutator` instead Oct 15 11:09:40.547 INFO kablam! Oct 15 11:09:40.547 INFO kablam! warning: unused variable: `new_specimens_perc` Oct 15 11:09:40.547 INFO kablam! --> src/main.rs:174:17 Oct 15 11:09:40.547 INFO kablam! | Oct 15 11:09:40.547 INFO kablam! 174 | let new_specimens_perc = new_specimens_count as f64 / evolution_params.population_count as f64 * 100.; Oct 15 11:09:40.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_new_specimens_perc` instead Oct 15 11:09:40.547 INFO kablam! Oct 15 11:09:40.547 INFO kablam! warning: unused variable: `index` Oct 15 11:09:40.547 INFO kablam! --> src/mutators.rs:18:13 Oct 15 11:09:40.547 INFO kablam! | Oct 15 11:09:40.547 INFO kablam! 18 | for index in 0..value.len() { Oct 15 11:09:40.547 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 11:09:40.547 INFO kablam! Oct 15 11:09:40.564 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:40.565 INFO kablam! --> src/main.rs:73:9 Oct 15 11:09:40.565 INFO kablam! | Oct 15 11:09:40.565 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 15 11:09:40.565 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:40.565 INFO kablam! | | Oct 15 11:09:40.566 INFO kablam! | help: remove this `mut` Oct 15 11:09:40.566 INFO kablam! | Oct 15 11:09:40.566 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:09:40.566 INFO kablam! Oct 15 11:09:40.567 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:40.567 INFO kablam! --> src/main.rs:74:9 Oct 15 11:09:40.567 INFO kablam! | Oct 15 11:09:40.567 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:40.567 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:40.568 INFO kablam! | | Oct 15 11:09:40.568 INFO kablam! | help: remove this `mut` Oct 15 11:09:40.568 INFO kablam! Oct 15 11:09:40.568 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:40.568 INFO kablam! --> src/main.rs:75:9 Oct 15 11:09:40.568 INFO kablam! | Oct 15 11:09:40.569 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:40.569 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:40.569 INFO kablam! | | Oct 15 11:09:40.569 INFO kablam! | help: remove this `mut` Oct 15 11:09:40.569 INFO kablam! Oct 15 11:09:40.637 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:40.637 INFO kablam! --> src/mutators.rs:16:50 Oct 15 11:09:40.637 INFO kablam! | Oct 15 11:09:40.637 INFO kablam! 16 | pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 15 11:09:40.637 INFO kablam! | ----^^^^^ Oct 15 11:09:40.637 INFO kablam! | | Oct 15 11:09:40.637 INFO kablam! | help: remove this `mut` Oct 15 11:09:40.637 INFO kablam! Oct 15 11:09:40.638 INFO kablam! warning: function is never used: `swap_random` Oct 15 11:09:40.638 INFO kablam! --> src/specimen.rs:143:1 Oct 15 11:09:40.638 INFO kablam! | Oct 15 11:09:40.638 INFO kablam! 143 | fn swap_random(mutable_vector: &mut [T], index: usize, range: f64) { Oct 15 11:09:40.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:40.638 INFO kablam! | Oct 15 11:09:40.639 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:09:40.639 INFO kablam! Oct 15 11:09:40.639 INFO kablam! warning: method is never used: `mutate` Oct 15 11:09:40.639 INFO kablam! --> src/mutators.rs:16:5 Oct 15 11:09:40.639 INFO kablam! | Oct 15 11:09:40.639 INFO kablam! 16 | / pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 15 11:09:40.639 INFO kablam! 17 | | where T : Copy { Oct 15 11:09:40.639 INFO kablam! 18 | | for index in 0..value.len() { Oct 15 11:09:40.639 INFO kablam! 19 | | if rand::random::() < mutation_rate { Oct 15 11:09:40.639 INFO kablam! ... | Oct 15 11:09:40.639 INFO kablam! 22 | | } Oct 15 11:09:40.639 INFO kablam! 23 | | } Oct 15 11:09:40.639 INFO kablam! | |_____^ Oct 15 11:09:40.639 INFO kablam! Oct 15 11:09:40.645 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:09:40.645 INFO kablam! --> src/main.rs:96:5 Oct 15 11:09:40.645 INFO kablam! | Oct 15 11:09:40.645 INFO kablam! 96 | generations_logger.serialize(row); Oct 15 11:09:40.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:40.645 INFO kablam! | Oct 15 11:09:40.645 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:09:40.645 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:09:40.645 INFO kablam! Oct 15 11:09:40.646 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:09:40.646 INFO kablam! --> src/main.rs:185:13 Oct 15 11:09:40.646 INFO kablam! | Oct 15 11:09:40.646 INFO kablam! 185 | generations_logger.serialize(row); Oct 15 11:09:40.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:40.646 INFO kablam! | Oct 15 11:09:40.646 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:09:40.646 INFO kablam! Oct 15 11:09:42.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.03s Oct 15 11:09:42.881 INFO kablam! su: No module specific data is present Oct 15 11:09:43.399 INFO running `"docker" "rm" "-f" "c62f2217cd30e28a2b298af90310e1b26c8e6f30c73db864c241b68b218aa14a"` Oct 15 11:09:43.674 INFO blam! c62f2217cd30e28a2b298af90310e1b26c8e6f30c73db864c241b68b218aa14a Oct 15 11:09:43.682 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 15 11:09:44.052 INFO blam! 31532c73b13d9c2d665c740b3a0b43751dfaa72bd6bf89c0ee8a400b3e8c0403 Oct 15 11:09:44.055 INFO running `"docker" "start" "-a" "31532c73b13d9c2d665c740b3a0b43751dfaa72bd6bf89c0ee8a400b3e8c0403"` Oct 15 11:09:45.051 INFO kablam! usermod: no changes Oct 15 11:09:45.160 INFO kablam! Compiling genetic v0.1.0 (/source) Oct 15 11:09:46.106 INFO kablam! warning: unused import: `Rng` Oct 15 11:09:46.106 INFO kablam! --> src/mutators.rs:3:12 Oct 15 11:09:46.106 INFO kablam! | Oct 15 11:09:46.106 INFO kablam! 3 | use rand::{Rng}; Oct 15 11:09:46.106 INFO kablam! | ^^^ Oct 15 11:09:46.106 INFO kablam! | Oct 15 11:09:46.106 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:09:46.106 INFO kablam! Oct 15 11:09:46.106 INFO kablam! warning: unused import: `Normal` Oct 15 11:09:46.106 INFO kablam! --> src/mutators.rs:4:35 Oct 15 11:09:46.106 INFO kablam! | Oct 15 11:09:46.106 INFO kablam! 4 | use rand::distributions::normal::{Normal}; Oct 15 11:09:46.106 INFO kablam! | ^^^^^^ Oct 15 11:09:46.106 INFO kablam! Oct 15 11:09:46.491 INFO kablam! warning: unused variable: `worst_specimens_fitness` Oct 15 11:09:46.491 INFO kablam! --> src/main.rs:73:13 Oct 15 11:09:46.491 INFO kablam! | Oct 15 11:09:46.491 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 15 11:09:46.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_worst_specimens_fitness` instead Oct 15 11:09:46.491 INFO kablam! | Oct 15 11:09:46.491 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:09:46.491 INFO kablam! Oct 15 11:09:46.491 INFO kablam! warning: unused variable: `avg_specimens_fitness` Oct 15 11:09:46.491 INFO kablam! --> src/main.rs:74:13 Oct 15 11:09:46.491 INFO kablam! | Oct 15 11:09:46.491 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:46.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_avg_specimens_fitness` instead Oct 15 11:09:46.491 INFO kablam! Oct 15 11:09:46.491 INFO kablam! warning: unused variable: `best_specimens_fitness` Oct 15 11:09:46.491 INFO kablam! --> src/main.rs:75:13 Oct 15 11:09:46.491 INFO kablam! | Oct 15 11:09:46.491 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:46.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_best_specimens_fitness` instead Oct 15 11:09:46.491 INFO kablam! Oct 15 11:09:46.491 INFO kablam! warning: unused variable: `mutator` Oct 15 11:09:46.491 INFO kablam! --> src/main.rs:80:9 Oct 15 11:09:46.491 INFO kablam! | Oct 15 11:09:46.491 INFO kablam! 80 | let mutator = RandomSwap::new(); Oct 15 11:09:46.491 INFO kablam! | ^^^^^^^ help: consider using `_mutator` instead Oct 15 11:09:46.491 INFO kablam! Oct 15 11:09:46.491 INFO kablam! warning: unused variable: `new_specimens_perc` Oct 15 11:09:46.491 INFO kablam! --> src/main.rs:174:17 Oct 15 11:09:46.491 INFO kablam! | Oct 15 11:09:46.491 INFO kablam! 174 | let new_specimens_perc = new_specimens_count as f64 / evolution_params.population_count as f64 * 100.; Oct 15 11:09:46.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_new_specimens_perc` instead Oct 15 11:09:46.491 INFO kablam! Oct 15 11:09:46.491 INFO kablam! warning: unused variable: `index` Oct 15 11:09:46.491 INFO kablam! --> src/mutators.rs:18:13 Oct 15 11:09:46.491 INFO kablam! | Oct 15 11:09:46.491 INFO kablam! 18 | for index in 0..value.len() { Oct 15 11:09:46.491 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 11:09:46.491 INFO kablam! Oct 15 11:09:46.507 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:46.507 INFO kablam! --> src/main.rs:73:9 Oct 15 11:09:46.507 INFO kablam! | Oct 15 11:09:46.507 INFO kablam! 73 | let mut worst_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1 as usize); Oct 15 11:09:46.507 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:46.507 INFO kablam! | | Oct 15 11:09:46.507 INFO kablam! | help: remove this `mut` Oct 15 11:09:46.507 INFO kablam! | Oct 15 11:09:46.507 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:09:46.507 INFO kablam! Oct 15 11:09:46.507 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:46.507 INFO kablam! --> src/main.rs:74:9 Oct 15 11:09:46.507 INFO kablam! | Oct 15 11:09:46.507 INFO kablam! 74 | let mut avg_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:46.507 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:46.507 INFO kablam! | | Oct 15 11:09:46.507 INFO kablam! | help: remove this `mut` Oct 15 11:09:46.507 INFO kablam! Oct 15 11:09:46.507 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:46.507 INFO kablam! --> src/main.rs:75:9 Oct 15 11:09:46.507 INFO kablam! | Oct 15 11:09:46.507 INFO kablam! 75 | let mut best_specimens_fitness: Vec = Vec::with_capacity(evolution_params.population_count + 1); Oct 15 11:09:46.507 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:46.507 INFO kablam! | | Oct 15 11:09:46.507 INFO kablam! | help: remove this `mut` Oct 15 11:09:46.507 INFO kablam! Oct 15 11:09:46.600 INFO kablam! warning: variable does not need to be mutable Oct 15 11:09:46.600 INFO kablam! --> src/mutators.rs:16:50 Oct 15 11:09:46.600 INFO kablam! | Oct 15 11:09:46.600 INFO kablam! 16 | pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 15 11:09:46.600 INFO kablam! | ----^^^^^ Oct 15 11:09:46.600 INFO kablam! | | Oct 15 11:09:46.600 INFO kablam! | help: remove this `mut` Oct 15 11:09:46.600 INFO kablam! Oct 15 11:09:46.601 INFO kablam! warning: function is never used: `swap_random` Oct 15 11:09:46.601 INFO kablam! --> src/specimen.rs:143:1 Oct 15 11:09:46.601 INFO kablam! | Oct 15 11:09:46.601 INFO kablam! 143 | fn swap_random(mutable_vector: &mut [T], index: usize, range: f64) { Oct 15 11:09:46.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:46.601 INFO kablam! | Oct 15 11:09:46.601 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:09:46.601 INFO kablam! Oct 15 11:09:46.601 INFO kablam! warning: method is never used: `mutate` Oct 15 11:09:46.601 INFO kablam! --> src/mutators.rs:16:5 Oct 15 11:09:46.601 INFO kablam! | Oct 15 11:09:46.601 INFO kablam! 16 | / pub fn mutate(& self, mutation_rate: f64, mut value: &[T]) Oct 15 11:09:46.601 INFO kablam! 17 | | where T : Copy { Oct 15 11:09:46.601 INFO kablam! 18 | | for index in 0..value.len() { Oct 15 11:09:46.601 INFO kablam! 19 | | if rand::random::() < mutation_rate { Oct 15 11:09:46.601 INFO kablam! ... | Oct 15 11:09:46.601 INFO kablam! 22 | | } Oct 15 11:09:46.601 INFO kablam! 23 | | } Oct 15 11:09:46.601 INFO kablam! | |_____^ Oct 15 11:09:46.602 INFO kablam! Oct 15 11:09:46.609 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:09:46.609 INFO kablam! --> src/main.rs:96:5 Oct 15 11:09:46.610 INFO kablam! | Oct 15 11:09:46.610 INFO kablam! 96 | generations_logger.serialize(row); Oct 15 11:09:46.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:46.610 INFO kablam! | Oct 15 11:09:46.610 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:09:46.610 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:09:46.610 INFO kablam! Oct 15 11:09:46.610 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:09:46.610 INFO kablam! --> src/main.rs:185:13 Oct 15 11:09:46.610 INFO kablam! | Oct 15 11:09:46.610 INFO kablam! 185 | generations_logger.serialize(row); Oct 15 11:09:46.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:09:46.610 INFO kablam! | Oct 15 11:09:46.610 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:09:46.610 INFO kablam! Oct 15 11:09:47.100 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 15 11:09:47.106 INFO kablam! su: No module specific data is present Oct 15 11:09:47.483 INFO running `"docker" "rm" "-f" "31532c73b13d9c2d665c740b3a0b43751dfaa72bd6bf89c0ee8a400b3e8c0403"` Oct 15 11:09:47.592 INFO blam! 31532c73b13d9c2d665c740b3a0b43751dfaa72bd6bf89c0ee8a400b3e8c0403 Oct 15 11:09:47.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 15 11:09:47.847 INFO blam! 57b9198a8e7ed3a7a143624c10f44b8c64e9abd00be6ce827ce0279493cccc09 Oct 15 11:09:47.855 INFO running `"docker" "start" "-a" "57b9198a8e7ed3a7a143624c10f44b8c64e9abd00be6ce827ce0279493cccc09"` Oct 15 11:09:48.612 INFO kablam! usermod: no changes Oct 15 11:09:48.676 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 11:09:48.679 INFO kablam! Running /target/debug/deps/genetic-618373441c062a0f Oct 15 11:09:48.680 INFO blam! Oct 15 11:09:48.680 INFO blam! running 0 tests Oct 15 11:09:48.680 INFO blam! Oct 15 11:09:48.681 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:09:48.681 INFO blam! Oct 15 11:09:48.682 INFO kablam! su: No module specific data is present Oct 15 11:09:48.979 INFO running `"docker" "rm" "-f" "57b9198a8e7ed3a7a143624c10f44b8c64e9abd00be6ce827ce0279493cccc09"` Oct 15 11:09:49.131 INFO blam! 57b9198a8e7ed3a7a143624c10f44b8c64e9abd00be6ce827ce0279493cccc09