Oct 13 04:42:51.463 INFO testing orglofch/neat-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:42:51.465 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 04:42:51.865 INFO blam! 67b0e9011a6fa03a1e3d9dca1a88482c755f7146237b53b722436a0741055175 Oct 13 04:42:51.867 INFO running `"docker" "start" "-a" "67b0e9011a6fa03a1e3d9dca1a88482c755f7146237b53b722436a0741055175"` Oct 13 04:42:52.703 INFO kablam! usermod: no changes Oct 13 04:42:52.763 INFO kablam! Compiling rand v0.5.3 Oct 13 04:42:56.047 INFO kablam! Compiling neat-rust v0.1.0 (/source) Oct 13 04:42:56.348 INFO kablam! warning: unused imports: `GenomeConfig`, `Genome` Oct 13 04:42:56.348 INFO kablam! --> src/speciation.rs:3:14 Oct 13 04:42:56.348 INFO kablam! | Oct 13 04:42:56.348 INFO kablam! 3 | use genome::{Genome, GenomeConfig, Population}; Oct 13 04:42:56.348 INFO kablam! | ^^^^^^ ^^^^^^^^^^^^ Oct 13 04:42:56.348 INFO kablam! | Oct 13 04:42:56.348 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:42:56.348 INFO kablam! Oct 13 04:42:56.579 INFO kablam! warning: unused variable: `new_species_size` Oct 13 04:42:56.579 INFO kablam! --> src/config.rs:102:21 Oct 13 04:42:56.579 INFO kablam! | Oct 13 04:42:56.579 INFO kablam! 102 | let new_species_size = population.len() as f32 * species_fitness_by_proto_id.get(&proto_id).unwrap() / Oct 13 04:42:56.579 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_new_species_size` instead Oct 13 04:42:56.579 INFO kablam! | Oct 13 04:42:56.579 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:42:56.579 INFO kablam! Oct 13 04:42:56.579 INFO kablam! warning: unused variable: `rng` Oct 13 04:42:56.579 INFO kablam! --> src/genome.rs:604:46 Oct 13 04:42:56.579 INFO kablam! | Oct 13 04:42:56.579 INFO kablam! 604 | fn mutate_remove_node(&mut self, rng: &mut R) { Oct 13 04:42:56.579 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 13 04:42:56.579 INFO kablam! Oct 13 04:42:56.663 INFO kablam! warning: constant item is never used: `EPSILON` Oct 13 04:42:56.663 INFO kablam! --> src/activation.rs:3:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 3 | const EPSILON: f32 = 1e-7; Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: method is never used: `eval` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:26:5 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 26 | pub(crate) fn eval(&self, val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `sigmoid_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:52:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 52 | fn sigmoid_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `tanh_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:57:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 57 | fn tanh_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `sin_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:62:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 62 | fn sin_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `gauss_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:67:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 67 | fn gauss_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `relu_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:72:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 72 | fn relu_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `softplus_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:77:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 77 | fn softplus_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `identity_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:82:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 82 | fn identity_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `clamped_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:87:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 87 | fn clamped_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `inv_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:92:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 92 | fn inv_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `ln_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:98:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 98 | fn ln_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `exp_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:103:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 103 | fn exp_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `abs_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:108:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 108 | fn abs_activation(val: f32) -> f32 { Oct 13 04:42:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.664 INFO kablam! Oct 13 04:42:56.664 INFO kablam! warning: function is never used: `hat_activation` Oct 13 04:42:56.664 INFO kablam! --> src/activation.rs:113:1 Oct 13 04:42:56.664 INFO kablam! | Oct 13 04:42:56.664 INFO kablam! 113 | fn hat_activation(val: f32) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: function is never used: `square_activation` Oct 13 04:42:56.665 INFO kablam! --> src/activation.rs:118:1 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 118 | fn square_activation(val: f32) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: function is never used: `cube_activation` Oct 13 04:42:56.665 INFO kablam! --> src/activation.rs:123:1 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 123 | fn cube_activation(val: f32) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: function is never used: `sinc_activation` Oct 13 04:42:56.665 INFO kablam! --> src/activation.rs:128:1 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 128 | fn sinc_activation(val: f32) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: method is never used: `aggregate` Oct 13 04:42:56.665 INFO kablam! --> src/aggregation.rs:15:5 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 15 | pub(crate) fn aggregate(&self, values: Vec) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: function is never used: `sum_aggregation` Oct 13 04:42:56.665 INFO kablam! --> src/aggregation.rs:29:1 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 29 | fn sum_aggregation(values: Vec) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: function is never used: `product_aggregation` Oct 13 04:42:56.665 INFO kablam! --> src/aggregation.rs:34:1 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 34 | fn product_aggregation(values: Vec) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: function is never used: `max_aggregation` Oct 13 04:42:56.665 INFO kablam! --> src/aggregation.rs:39:1 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 39 | fn max_aggregation(values: Vec) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: function is never used: `min_aggregation` Oct 13 04:42:56.665 INFO kablam! --> src/aggregation.rs:44:1 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 44 | fn min_aggregation(values: Vec) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: function is never used: `abs_max_aggregation` Oct 13 04:42:56.665 INFO kablam! --> src/aggregation.rs:49:1 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 49 | fn abs_max_aggregation(values: Vec) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: function is never used: `median_aggregation` Oct 13 04:42:56.665 INFO kablam! --> src/aggregation.rs:54:1 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 54 | fn median_aggregation(values: Vec) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: function is never used: `mean_aggregation` Oct 13 04:42:56.665 INFO kablam! --> src/aggregation.rs:69:1 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 69 | fn mean_aggregation(values: Vec) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: method is never used: `activate` Oct 13 04:42:56.665 INFO kablam! --> src/gene.rs:36:5 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 36 | pub(crate) fn activate(&self, values: &Vec) -> f32 { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: method is never used: `crossover` Oct 13 04:42:56.665 INFO kablam! --> src/gene.rs:49:5 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 49 | pub(crate) fn crossover(&self, other: &NodeGene) -> NodeGene { Oct 13 04:42:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.665 INFO kablam! Oct 13 04:42:56.665 INFO kablam! warning: method is never used: `activate` Oct 13 04:42:56.665 INFO kablam! --> src/gene.rs:90:5 Oct 13 04:42:56.665 INFO kablam! | Oct 13 04:42:56.665 INFO kablam! 90 | pub(crate) fn activate(&self, value: f32) -> f32 { Oct 13 04:42:56.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.666 INFO kablam! Oct 13 04:42:56.666 INFO kablam! warning: method is never used: `crossover` Oct 13 04:42:56.666 INFO kablam! --> src/gene.rs:95:5 Oct 13 04:42:56.666 INFO kablam! | Oct 13 04:42:56.666 INFO kablam! 95 | pub(crate) fn crossover(&self, other: &ConnectionGene) -> ConnectionGene { Oct 13 04:42:56.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.666 INFO kablam! Oct 13 04:42:56.666 INFO kablam! warning: method is never used: `activate` Oct 13 04:42:56.666 INFO kablam! --> src/genome.rs:187:5 Oct 13 04:42:56.666 INFO kablam! | Oct 13 04:42:56.666 INFO kablam! 187 | pub(crate) fn activate(&self, inputs: &HashMap<&'a str, f32>) -> HashMap<&'a str, f32> { Oct 13 04:42:56.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.666 INFO kablam! Oct 13 04:42:56.666 INFO kablam! warning: method is never used: `crossover` Oct 13 04:42:56.666 INFO kablam! --> src/genome.rs:367:5 Oct 13 04:42:56.666 INFO kablam! | Oct 13 04:42:56.666 INFO kablam! 367 | pub(crate) fn crossover(&self, other: &Genome, genome_config: &mut GenomeConfig) -> Genome { Oct 13 04:42:56.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.666 INFO kablam! Oct 13 04:42:56.666 INFO kablam! warning: method is never used: `mutate_remove_connection` Oct 13 04:42:56.666 INFO kablam! --> src/genome.rs:536:5 Oct 13 04:42:56.666 INFO kablam! | Oct 13 04:42:56.666 INFO kablam! 536 | fn mutate_remove_connection(&mut self, rng: &mut R) { Oct 13 04:42:56.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.666 INFO kablam! Oct 13 04:42:56.695 INFO kablam! warning: method is never used: `mutate_remove_node` Oct 13 04:42:56.695 INFO kablam! --> src/genome.rs:604:5 Oct 13 04:42:56.695 INFO kablam! | Oct 13 04:42:56.695 INFO kablam! 604 | fn mutate_remove_node(&mut self, rng: &mut R) { Oct 13 04:42:56.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:56.695 INFO kablam! Oct 13 04:42:58.895 INFO kablam! warning: unused imports: `GenomeConfig`, `Genome` Oct 13 04:42:58.895 INFO kablam! --> src/speciation.rs:3:14 Oct 13 04:42:58.895 INFO kablam! | Oct 13 04:42:58.895 INFO kablam! 3 | use genome::{Genome, GenomeConfig, Population}; Oct 13 04:42:58.895 INFO kablam! | ^^^^^^ ^^^^^^^^^^^^ Oct 13 04:42:58.895 INFO kablam! | Oct 13 04:42:58.895 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:42:58.895 INFO kablam! Oct 13 04:42:59.103 INFO kablam! warning: unused variable: `new_species_size` Oct 13 04:42:59.103 INFO kablam! --> src/config.rs:102:21 Oct 13 04:42:59.103 INFO kablam! | Oct 13 04:42:59.103 INFO kablam! 102 | let new_species_size = population.len() as f32 * species_fitness_by_proto_id.get(&proto_id).unwrap() / Oct 13 04:42:59.103 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_new_species_size` instead Oct 13 04:42:59.103 INFO kablam! | Oct 13 04:42:59.103 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:42:59.103 INFO kablam! Oct 13 04:42:59.103 INFO kablam! warning: unused variable: `rng` Oct 13 04:42:59.103 INFO kablam! --> src/genome.rs:604:46 Oct 13 04:42:59.103 INFO kablam! | Oct 13 04:42:59.103 INFO kablam! 604 | fn mutate_remove_node(&mut self, rng: &mut R) { Oct 13 04:42:59.103 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 13 04:42:59.103 INFO kablam! Oct 13 04:42:59.197 INFO kablam! warning: method is never used: `crossover` Oct 13 04:42:59.197 INFO kablam! --> src/gene.rs:49:5 Oct 13 04:42:59.197 INFO kablam! | Oct 13 04:42:59.197 INFO kablam! 49 | pub(crate) fn crossover(&self, other: &NodeGene) -> NodeGene { Oct 13 04:42:59.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:59.197 INFO kablam! | Oct 13 04:42:59.197 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:42:59.197 INFO kablam! Oct 13 04:42:59.197 INFO kablam! warning: method is never used: `crossover` Oct 13 04:42:59.197 INFO kablam! --> src/gene.rs:95:5 Oct 13 04:42:59.197 INFO kablam! | Oct 13 04:42:59.197 INFO kablam! 95 | pub(crate) fn crossover(&self, other: &ConnectionGene) -> ConnectionGene { Oct 13 04:42:59.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:59.197 INFO kablam! Oct 13 04:42:59.197 INFO kablam! warning: method is never used: `crossover` Oct 13 04:42:59.197 INFO kablam! --> src/genome.rs:367:5 Oct 13 04:42:59.197 INFO kablam! | Oct 13 04:42:59.197 INFO kablam! 367 | pub(crate) fn crossover(&self, other: &Genome, genome_config: &mut GenomeConfig) -> Genome { Oct 13 04:42:59.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:59.197 INFO kablam! Oct 13 04:42:59.197 INFO kablam! warning: method is never used: `mutate_remove_connection` Oct 13 04:42:59.197 INFO kablam! --> src/genome.rs:536:5 Oct 13 04:42:59.197 INFO kablam! | Oct 13 04:42:59.197 INFO kablam! 536 | fn mutate_remove_connection(&mut self, rng: &mut R) { Oct 13 04:42:59.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:59.197 INFO kablam! Oct 13 04:42:59.197 INFO kablam! warning: method is never used: `mutate_remove_node` Oct 13 04:42:59.197 INFO kablam! --> src/genome.rs:604:5 Oct 13 04:42:59.197 INFO kablam! | Oct 13 04:42:59.197 INFO kablam! 604 | fn mutate_remove_node(&mut self, rng: &mut R) { Oct 13 04:42:59.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:42:59.197 INFO kablam! Oct 13 04:43:01.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.09s Oct 13 04:43:01.827 INFO kablam! su: No module specific data is present Oct 13 04:43:02.627 INFO running `"docker" "rm" "-f" "67b0e9011a6fa03a1e3d9dca1a88482c755f7146237b53b722436a0741055175"` Oct 13 04:43:02.899 INFO blam! 67b0e9011a6fa03a1e3d9dca1a88482c755f7146237b53b722436a0741055175 Oct 13 04:43:02.904 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 04:43:03.425 INFO blam! c0fe0ee35199c01c22d1c870055b5dfbc904e5228a09f212049e7bbf640e59bf Oct 13 04:43:03.426 INFO running `"docker" "start" "-a" "c0fe0ee35199c01c22d1c870055b5dfbc904e5228a09f212049e7bbf640e59bf"` Oct 13 04:43:05.055 INFO kablam! usermod: no changes Oct 13 04:43:05.135 INFO kablam! Compiling neat-rust v0.1.0 (/source) Oct 13 04:43:06.859 INFO kablam! warning: unused variable: `new_species_size` Oct 13 04:43:06.859 INFO kablam! --> src/config.rs:102:21 Oct 13 04:43:06.859 INFO kablam! | Oct 13 04:43:06.859 INFO kablam! 102 | let new_species_size = population.len() as f32 * species_fitness_by_proto_id.get(&proto_id).unwrap() / Oct 13 04:43:06.859 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_new_species_size` instead Oct 13 04:43:06.859 INFO kablam! | Oct 13 04:43:06.859 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:43:06.859 INFO kablam! Oct 13 04:43:06.859 INFO kablam! warning: unused variable: `rng` Oct 13 04:43:06.859 INFO kablam! --> src/genome.rs:604:46 Oct 13 04:43:06.859 INFO kablam! | Oct 13 04:43:06.859 INFO kablam! 604 | fn mutate_remove_node(&mut self, rng: &mut R) { Oct 13 04:43:06.859 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 13 04:43:06.859 INFO kablam! Oct 13 04:43:06.897 INFO kablam! warning: unused variable: `new_species_size` Oct 13 04:43:06.897 INFO kablam! --> src/config.rs:102:21 Oct 13 04:43:06.897 INFO kablam! | Oct 13 04:43:06.897 INFO kablam! 102 | let new_species_size = population.len() as f32 * species_fitness_by_proto_id.get(&proto_id).unwrap() / Oct 13 04:43:06.897 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_new_species_size` instead Oct 13 04:43:06.897 INFO kablam! | Oct 13 04:43:06.897 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:43:06.897 INFO kablam! Oct 13 04:43:06.898 INFO kablam! warning: unused variable: `rng` Oct 13 04:43:06.899 INFO kablam! --> src/genome.rs:604:46 Oct 13 04:43:06.899 INFO kablam! | Oct 13 04:43:06.899 INFO kablam! 604 | fn mutate_remove_node(&mut self, rng: &mut R) { Oct 13 04:43:06.903 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 13 04:43:06.903 INFO kablam! Oct 13 04:43:07.172 INFO kablam! warning: method is never used: `mutate_remove_node` Oct 13 04:43:07.173 INFO kablam! --> src/genome.rs:604:5 Oct 13 04:43:07.173 INFO kablam! | Oct 13 04:43:07.173 INFO kablam! 604 | fn mutate_remove_node(&mut self, rng: &mut R) { Oct 13 04:43:07.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:43:07.173 INFO kablam! | Oct 13 04:43:07.180 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:43:07.181 INFO kablam! Oct 13 04:43:07.467 INFO kablam! warning: method is never used: `mutate_remove_node` Oct 13 04:43:07.468 INFO kablam! --> src/genome.rs:604:5 Oct 13 04:43:07.468 INFO kablam! | Oct 13 04:43:07.469 INFO kablam! 604 | fn mutate_remove_node(&mut self, rng: &mut R) { Oct 13 04:43:07.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:43:07.470 INFO kablam! | Oct 13 04:43:07.471 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:43:07.471 INFO kablam! Oct 13 04:43:13.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.89s Oct 13 04:43:13.983 INFO kablam! su: No module specific data is present Oct 13 04:43:14.847 INFO running `"docker" "rm" "-f" "c0fe0ee35199c01c22d1c870055b5dfbc904e5228a09f212049e7bbf640e59bf"` Oct 13 04:43:15.136 INFO blam! c0fe0ee35199c01c22d1c870055b5dfbc904e5228a09f212049e7bbf640e59bf Oct 13 04:43:15.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 04:43:15.671 INFO blam! 1dcb1430fb4fd33396b06293b7e99e17fef8fd00e119626e3c6e6d0a9352b1f8 Oct 13 04:43:15.684 INFO running `"docker" "start" "-a" "1dcb1430fb4fd33396b06293b7e99e17fef8fd00e119626e3c6e6d0a9352b1f8"` Oct 13 04:43:16.787 INFO kablam! usermod: no changes Oct 13 04:43:16.882 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 13 04:43:16.887 INFO kablam! Running /target/debug/deps/neat_rust-a7a955b21c4c27f8 Oct 13 04:43:16.899 INFO blam! Oct 13 04:43:16.899 INFO blam! running 54 tests Oct 13 04:43:16.903 INFO blam! test activation::test::test_abs_activation ... ok Oct 13 04:43:16.903 INFO blam! test activation::test::test_hat_activation ... ok Oct 13 04:43:16.903 INFO blam! test activation::test::test_clamped_activation ... ok Oct 13 04:43:16.903 INFO blam! test activation::test::test_cube_activation ... ok Oct 13 04:43:16.907 INFO blam! test activation::test::test_ln_activation ... ok Oct 13 04:43:16.907 INFO blam! test activation::test::test_inv_activation ... ok Oct 13 04:43:16.907 INFO blam! test activation::test::test_identity_activation ... ok Oct 13 04:43:16.907 INFO blam! test activation::test::test_sin_activation ... ok Oct 13 04:43:16.907 INFO blam! test activation::test::test_relu_activation ... ok Oct 13 04:43:16.909 INFO blam! test activation::test::test_sinc_activation ... ok Oct 13 04:43:16.909 INFO blam! test activation::test::test_square_activation ... ok Oct 13 04:43:16.909 INFO blam! test aggregation::test::test_max_abs_aggregation ... ok Oct 13 04:43:16.909 INFO blam! test activation::test::test_tanh_activation ... ok Oct 13 04:43:16.909 INFO blam! test activation::test::test_exp_activation ... ok Oct 13 04:43:16.909 INFO blam! test activation::test::test_sigmoid_activation ... ok Oct 13 04:43:16.909 INFO blam! test activation::test::test_gauss_activation ... ok Oct 13 04:43:16.909 INFO blam! test activation::test::test_softplus_activation ... ok Oct 13 04:43:16.909 INFO blam! test aggregation::test::test_max_aggregation ... ok Oct 13 04:43:16.909 INFO blam! test aggregation::test::test_mean_aggregation ... ok Oct 13 04:43:16.909 INFO blam! test aggregation::test::test_median_aggrebation ... ok Oct 13 04:43:16.909 INFO blam! test gene::test::test_connection_distance ... ok Oct 13 04:43:16.909 INFO blam! test aggregation::test::test_min_aggregation ... ok Oct 13 04:43:16.909 INFO blam! test aggregation::test::test_prod_aggregation ... ok Oct 13 04:43:16.909 INFO blam! test aggregation::test::test_sum_aggregation ... ok Oct 13 04:43:16.909 INFO blam! test gene::test::test_connection_crossover ... ok Oct 13 04:43:16.909 INFO blam! test gene::test::test_node_distance ... ok Oct 13 04:43:16.909 INFO blam! test genome::test::test_activate_unconnected ... ok Oct 13 04:43:16.923 INFO blam! test genome::test::test_distance_connection ... ok Oct 13 04:43:16.923 INFO blam! test genome::test::test_crossover ... ok Oct 13 04:43:16.923 INFO blam! test genome::test::test_creates_cycle_self_cycle ... ok Oct 13 04:43:16.923 INFO blam! test genome::test::test_creates_cycle ... ok Oct 13 04:43:16.923 INFO blam! test genome::test::test_activate_xor ... ok Oct 13 04:43:16.923 INFO blam! test genome::test::test_distance_disjoint ... ok Oct 13 04:43:16.923 INFO blam! test genome::test::test_distance_node ... ok Oct 13 04:43:16.931 INFO blam! test genome::test::test_mutate_add_connection_no_free_connection ... ok Oct 13 04:43:16.931 INFO blam! test genome::test::test_mutate_add_connection_new ... ok Oct 13 04:43:16.935 INFO blam! test genome::test::test_mutate_add_connection_reenable_connection ... ok Oct 13 04:43:16.935 INFO blam! test genome::test::test_mutate_add_node ... ok Oct 13 04:43:16.935 INFO blam! test genome::test::test_mutate_remove_connection ... ok Oct 13 04:43:16.935 INFO blam! test genome::test::test_mutate_remove_connection_no_active_connections ... ok Oct 13 04:43:16.947 INFO blam! test gene::test::test_node_crossover ... ok Oct 13 04:43:16.947 INFO blam! test genome::test::test_mutate_add_node_no_free_connection ... ok Oct 13 04:43:16.947 INFO blam! test genome::test::test_mutate_remove_connection_no_connections ... ok Oct 13 04:43:16.947 INFO blam! test genome::test::test_mutate_weight ... ok Oct 13 04:43:16.947 INFO blam! test genome::test::test_new_genome_start_connected ... ok Oct 13 04:43:16.955 INFO blam! test innovation::test::test_record_spontaneous_output_node ... ok Oct 13 04:43:16.955 INFO blam! test innovation::test::test_record_hidden_node_innovation ... ok Oct 13 04:43:16.955 INFO blam! test speciation::test::test_speciate ... ok Oct 13 04:43:16.955 INFO blam! test innovation::test::test_record_spontaneous_input_node ... ok Oct 13 04:43:16.955 INFO blam! test genome::test::test_new_genome_unconnected ... ok Oct 13 04:43:16.990 INFO blam! test innovation::test::test_record_hidden_node_skipped_split ... ok Oct 13 04:43:16.990 INFO blam! test innovation::test::test_record_hidden_node_skipped_split_new_connection ... ok Oct 13 04:43:16.990 INFO blam! test genome::test::test_crossover_incompatible_inputs ... ok Oct 13 04:43:16.990 INFO blam! test genome::test::test_crossover_incompatible_outputs ... ok Oct 13 04:43:16.990 INFO blam! Oct 13 04:43:16.990 INFO blam! test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:43:16.991 INFO blam! Oct 13 04:43:16.999 INFO kablam! Running /target/debug/deps/neat_rust-8d58802bd5de07ad Oct 13 04:43:17.000 INFO blam! Oct 13 04:43:17.000 INFO blam! running 54 tests Oct 13 04:43:17.003 INFO blam! test activation::test::test_exp_activation ... ok Oct 13 04:43:17.003 INFO blam! test activation::test::test_identity_activation ... ok Oct 13 04:43:17.003 INFO blam! test activation::test::test_inv_activation ... ok Oct 13 04:43:17.003 INFO blam! test activation::test::test_hat_activation ... ok Oct 13 04:43:17.003 INFO blam! test activation::test::test_clamped_activation ... ok Oct 13 04:43:17.003 INFO blam! test activation::test::test_abs_activation ... ok Oct 13 04:43:17.003 INFO blam! test activation::test::test_sigmoid_activation ... ok Oct 13 04:43:17.003 INFO blam! test activation::test::test_sin_activation ... ok Oct 13 04:43:17.003 INFO blam! test activation::test::test_sinc_activation ... ok Oct 13 04:43:17.003 INFO blam! test activation::test::test_softplus_activation ... ok Oct 13 04:43:17.003 INFO blam! test activation::test::test_relu_activation ... ok Oct 13 04:43:17.004 INFO blam! test activation::test::test_square_activation ... ok Oct 13 04:43:17.004 INFO blam! test activation::test::test_tanh_activation ... ok Oct 13 04:43:17.004 INFO blam! test aggregation::test::test_max_abs_aggregation ... ok Oct 13 04:43:17.004 INFO blam! test aggregation::test::test_max_aggregation ... ok Oct 13 04:43:17.004 INFO blam! test activation::test::test_ln_activation ... ok Oct 13 04:43:17.004 INFO blam! test aggregation::test::test_mean_aggregation ... ok Oct 13 04:43:17.004 INFO blam! test aggregation::test::test_median_aggrebation ... ok Oct 13 04:43:17.004 INFO blam! test aggregation::test::test_min_aggregation ... ok Oct 13 04:43:17.004 INFO blam! test aggregation::test::test_prod_aggregation ... ok Oct 13 04:43:17.004 INFO blam! test aggregation::test::test_sum_aggregation ... ok Oct 13 04:43:17.004 INFO blam! test gene::test::test_connection_crossover ... ok Oct 13 04:43:17.004 INFO blam! test gene::test::test_connection_distance ... ok Oct 13 04:43:17.004 INFO blam! test gene::test::test_node_crossover ... ok Oct 13 04:43:17.004 INFO blam! test gene::test::test_node_distance ... ok Oct 13 04:43:17.004 INFO blam! test genome::test::test_activate_unconnected ... ok Oct 13 04:43:17.004 INFO blam! test activation::test::test_cube_activation ... ok Oct 13 04:43:17.004 INFO blam! test activation::test::test_gauss_activation ... ok Oct 13 04:43:17.004 INFO blam! test genome::test::test_distance_connection ... ok Oct 13 04:43:17.005 INFO blam! test genome::test::test_distance_disjoint ... ok Oct 13 04:43:17.005 INFO blam! test genome::test::test_distance_node ... ok Oct 13 04:43:17.005 INFO blam! test genome::test::test_activate_xor ... ok Oct 13 04:43:17.005 INFO blam! test genome::test::test_creates_cycle ... ok Oct 13 04:43:17.005 INFO blam! test genome::test::test_mutate_add_connection_new ... ok Oct 13 04:43:17.019 INFO blam! test genome::test::test_creates_cycle_self_cycle ... ok Oct 13 04:43:17.023 INFO blam! test genome::test::test_crossover ... ok Oct 13 04:43:17.028 INFO blam! test genome::test::test_mutate_add_node ... ok Oct 13 04:43:17.028 INFO blam! test genome::test::test_mutate_add_node_no_free_connection ... ok Oct 13 04:43:17.051 INFO blam! test genome::test::test_mutate_add_connection_reenable_connection ... ok Oct 13 04:43:17.051 INFO blam! test genome::test::test_mutate_remove_connection_no_active_connections ... ok Oct 13 04:43:17.051 INFO blam! test genome::test::test_mutate_remove_connection ... ok Oct 13 04:43:17.051 INFO blam! test genome::test::test_mutate_remove_connection_no_connections ... ok Oct 13 04:43:17.051 INFO blam! test genome::test::test_mutate_weight ... ok Oct 13 04:43:17.051 INFO blam! test genome::test::test_mutate_add_connection_no_free_connection ... ok Oct 13 04:43:17.051 INFO blam! test innovation::test::test_record_spontaneous_input_node ... ok Oct 13 04:43:17.051 INFO blam! test genome::test::test_new_genome_start_connected ... ok Oct 13 04:43:17.052 INFO blam! test innovation::test::test_record_hidden_node_innovation ... ok Oct 13 04:43:17.052 INFO blam! test genome::test::test_new_genome_unconnected ... ok Oct 13 04:43:17.052 INFO blam! test innovation::test::test_record_spontaneous_output_node ... ok Oct 13 04:43:17.052 INFO blam! test speciation::test::test_speciate ... ok Oct 13 04:43:17.117 INFO blam! test innovation::test::test_record_hidden_node_skipped_split_new_connection ... ok Oct 13 04:43:17.117 INFO kablam! Doc-tests neat-rust Oct 13 04:43:17.117 INFO blam! test innovation::test::test_record_hidden_node_skipped_split ... ok Oct 13 04:43:17.117 INFO blam! test genome::test::test_crossover_incompatible_outputs ... ok Oct 13 04:43:17.117 INFO blam! test genome::test::test_crossover_incompatible_inputs ... ok Oct 13 04:43:17.117 INFO blam! Oct 13 04:43:17.117 INFO blam! test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:43:17.117 INFO blam! Oct 13 04:43:17.779 INFO blam! Oct 13 04:43:17.779 INFO kablam! su: No module specific data is present Oct 13 04:43:17.779 INFO blam! running 0 tests Oct 13 04:43:17.779 INFO blam! Oct 13 04:43:17.779 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:43:17.779 INFO blam! Oct 13 04:43:18.546 INFO running `"docker" "rm" "-f" "1dcb1430fb4fd33396b06293b7e99e17fef8fd00e119626e3c6e6d0a9352b1f8"` Oct 13 04:43:18.803 INFO blam! 1dcb1430fb4fd33396b06293b7e99e17fef8fd00e119626e3c6e6d0a9352b1f8