Oct 11 13:39:35.708 INFO testing revonet-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 13:39:35.708 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 13:39:35.709 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 13:39:35.934 INFO blam! b9122ea98659e97303d817862a45911c81410c731d8d27af5473cbab980dae67 Oct 11 13:39:35.935 INFO running `"docker" "start" "-a" "b9122ea98659e97303d817862a45911c81410c731d8d27af5473cbab980dae67"` Oct 11 13:39:36.371 INFO kablam! usermod: no changes Oct 11 13:39:36.439 INFO kablam! Compiling revonet v0.2.1 (/source) Oct 11 13:39:38.498 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:38.498 INFO kablam! --> src/ea.rs:65:45 Oct 11 13:39:38.498 INFO kablam! | Oct 11 13:39:38.498 INFO kablam! 65 | fn init(&mut self, size: usize, mut rng: &mut R) { Oct 11 13:39:38.498 INFO kablam! | ----^^^ Oct 11 13:39:38.498 INFO kablam! | | Oct 11 13:39:38.498 INFO kablam! | help: remove this `mut` Oct 11 13:39:38.498 INFO kablam! | Oct 11 13:39:38.498 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 13:39:38.498 INFO kablam! Oct 11 13:39:38.519 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:38.519 INFO kablam! --> src/ea.rs:228:97 Oct 11 13:39:38.519 INFO kablam! | Oct 11 13:39:38.519 INFO kablam! 228 | pub fn create_population(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Vec { Oct 11 13:39:38.519 INFO kablam! | ----^^^ Oct 11 13:39:38.519 INFO kablam! | | Oct 11 13:39:38.519 INFO kablam! | help: remove this `mut` Oct 11 13:39:38.519 INFO kablam! Oct 11 13:39:38.529 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:38.529 INFO kablam! --> src/ga.rs:82:182 Oct 11 13:39:38.529 INFO kablam! | Oct 11 13:39:38.529 INFO kablam! 82 | pub fn cross(popul: &Vec, sel_inds: &Vec, children: &mut Vec, use_elite: bool, x_type: CrossoverOperator, x_prob: f32, x_alpha: f32, mut rng: &mut R) { Oct 11 13:39:38.529 INFO kablam! | ----^^^ Oct 11 13:39:38.529 INFO kablam! | | Oct 11 13:39:38.529 INFO kablam! | help: remove this `mut` Oct 11 13:39:38.529 INFO kablam! Oct 11 13:39:38.532 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:38.532 INFO kablam! --> src/ga.rs:121:102 Oct 11 13:39:38.532 INFO kablam! | Oct 11 13:39:38.535 INFO kablam! 121 | fn cross_arithmetic(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) { Oct 11 13:39:38.535 INFO kablam! | ----^^^ Oct 11 13:39:38.535 INFO kablam! | | Oct 11 13:39:38.535 INFO kablam! | help: remove this `mut` Oct 11 13:39:38.535 INFO kablam! Oct 11 13:39:38.560 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:38.560 INFO kablam! --> src/ne.rs:67:45 Oct 11 13:39:38.560 INFO kablam! | Oct 11 13:39:38.560 INFO kablam! 67 | fn init(&mut self, size: usize, mut rng: &mut R) { Oct 11 13:39:38.561 INFO kablam! | ----^^^ Oct 11 13:39:38.561 INFO kablam! | | Oct 11 13:39:38.561 INFO kablam! | help: remove this `mut` Oct 11 13:39:38.561 INFO kablam! Oct 11 13:39:38.625 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:38.625 INFO kablam! --> src/problem.rs:53:73 Oct 11 13:39:38.625 INFO kablam! | Oct 11 13:39:38.625 INFO kablam! 53 | fn get_random_individual(&self, size: usize, mut rng: &mut R) -> T { Oct 11 13:39:38.625 INFO kablam! | ----^^^ Oct 11 13:39:38.625 INFO kablam! | | Oct 11 13:39:38.625 INFO kablam! | help: remove this `mut` Oct 11 13:39:38.625 INFO kablam! Oct 11 13:39:39.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.06s Oct 11 13:39:39.453 INFO kablam! su: No module specific data is present Oct 11 13:39:39.781 INFO running `"docker" "rm" "-f" "b9122ea98659e97303d817862a45911c81410c731d8d27af5473cbab980dae67"` Oct 11 13:39:39.846 INFO blam! b9122ea98659e97303d817862a45911c81410c731d8d27af5473cbab980dae67 Oct 11 13:39:39.847 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 13:39:39.847 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 13:39:39.988 INFO blam! b49334537b942bdfea9e9267aecd3fdd0ef5b1835c92b41d0ac37bb2570ccfe6 Oct 11 13:39:39.990 INFO running `"docker" "start" "-a" "b49334537b942bdfea9e9267aecd3fdd0ef5b1835c92b41d0ac37bb2570ccfe6"` Oct 11 13:39:40.814 INFO kablam! usermod: no changes Oct 11 13:39:40.881 INFO kablam! Compiling revonet v0.2.1 (/source) Oct 11 13:39:43.250 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:43.250 INFO kablam! --> src/ea.rs:65:45 Oct 11 13:39:43.250 INFO kablam! | Oct 11 13:39:43.250 INFO kablam! 65 | fn init(&mut self, size: usize, mut rng: &mut R) { Oct 11 13:39:43.250 INFO kablam! | ----^^^ Oct 11 13:39:43.250 INFO kablam! | | Oct 11 13:39:43.250 INFO kablam! | help: remove this `mut` Oct 11 13:39:43.250 INFO kablam! | Oct 11 13:39:43.250 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 13:39:43.250 INFO kablam! Oct 11 13:39:43.275 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:43.275 INFO kablam! --> src/ea.rs:228:97 Oct 11 13:39:43.275 INFO kablam! | Oct 11 13:39:43.275 INFO kablam! 228 | pub fn create_population(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Vec { Oct 11 13:39:43.275 INFO kablam! | ----^^^ Oct 11 13:39:43.275 INFO kablam! | | Oct 11 13:39:43.275 INFO kablam! | help: remove this `mut` Oct 11 13:39:43.275 INFO kablam! Oct 11 13:39:43.286 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:43.286 INFO kablam! --> src/ga.rs:82:182 Oct 11 13:39:43.286 INFO kablam! | Oct 11 13:39:43.286 INFO kablam! 82 | pub fn cross(popul: &Vec, sel_inds: &Vec, children: &mut Vec, use_elite: bool, x_type: CrossoverOperator, x_prob: f32, x_alpha: f32, mut rng: &mut R) { Oct 11 13:39:43.286 INFO kablam! | ----^^^ Oct 11 13:39:43.286 INFO kablam! | | Oct 11 13:39:43.286 INFO kablam! | help: remove this `mut` Oct 11 13:39:43.286 INFO kablam! Oct 11 13:39:43.288 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:43.288 INFO kablam! --> src/ga.rs:121:102 Oct 11 13:39:43.288 INFO kablam! | Oct 11 13:39:43.288 INFO kablam! 121 | fn cross_arithmetic(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) { Oct 11 13:39:43.288 INFO kablam! | ----^^^ Oct 11 13:39:43.288 INFO kablam! | | Oct 11 13:39:43.288 INFO kablam! | help: remove this `mut` Oct 11 13:39:43.288 INFO kablam! Oct 11 13:39:43.330 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:43.330 INFO kablam! --> src/ne.rs:67:45 Oct 11 13:39:43.330 INFO kablam! | Oct 11 13:39:43.330 INFO kablam! 67 | fn init(&mut self, size: usize, mut rng: &mut R) { Oct 11 13:39:43.330 INFO kablam! | ----^^^ Oct 11 13:39:43.330 INFO kablam! | | Oct 11 13:39:43.330 INFO kablam! | help: remove this `mut` Oct 11 13:39:43.330 INFO kablam! Oct 11 13:39:43.420 INFO kablam! warning: variable does not need to be mutable Oct 11 13:39:43.420 INFO kablam! --> src/problem.rs:53:73 Oct 11 13:39:43.421 INFO kablam! | Oct 11 13:39:43.421 INFO kablam! 53 | fn get_random_individual(&self, size: usize, mut rng: &mut R) -> T { Oct 11 13:39:43.421 INFO kablam! | ----^^^ Oct 11 13:39:43.421 INFO kablam! | | Oct 11 13:39:43.421 INFO kablam! | help: remove this `mut` Oct 11 13:39:43.421 INFO kablam! Oct 11 13:39:45.985 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.15s Oct 11 13:39:45.991 INFO kablam! su: No module specific data is present Oct 11 13:39:46.272 INFO running `"docker" "rm" "-f" "b49334537b942bdfea9e9267aecd3fdd0ef5b1835c92b41d0ac37bb2570ccfe6"` Oct 11 13:39:46.346 INFO blam! b49334537b942bdfea9e9267aecd3fdd0ef5b1835c92b41d0ac37bb2570ccfe6 Oct 11 13:39:46.346 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 13:39:46.346 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 13:39:46.554 INFO blam! 3bd01360ecca1b2142cfe5e635e38b04ca0dd9677544e5df387f8d59bdbaa259 Oct 11 13:39:46.555 INFO running `"docker" "start" "-a" "3bd01360ecca1b2142cfe5e635e38b04ca0dd9677544e5df387f8d59bdbaa259"` Oct 11 13:39:46.924 INFO kablam! usermod: no changes Oct 11 13:39:46.981 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 13:39:46.994 INFO kablam! Running /target/debug/deps/revonet-a96190ff19dd99c9 Oct 11 13:39:46.998 INFO blam! Oct 11 13:39:46.998 INFO blam! running 27 tests Oct 11 13:39:47.008 INFO blam! test ga::test::test_blx_xover ... ok Oct 11 13:39:47.008 INFO blam! test ga::test::test_uniform_mutation ... ok Oct 11 13:39:47.008 INFO blam! test ga::test::test_arithmetic_xover ... ok Oct 11 13:39:47.024 INFO blam! test ga::test::test_optimization_sphere ... ok Oct 11 13:39:47.037 INFO blam! test math::tests::test_dot_mv_zeros ... ok Oct 11 13:39:47.044 INFO blam! test math::tests::test_dot_zeros ... ok Oct 11 13:39:47.044 INFO blam! test math::tests::test_dot_units ... ok Oct 11 13:39:47.049 INFO blam! test math::tests::test_dot_unequal_lengths ... ok Oct 11 13:39:47.064 INFO blam! test ga::test::test_multi_optimization_sphere ... ok Oct 11 13:39:47.067 INFO blam! test neproblem::test::test_symb_regression_problem ... ok Oct 11 13:39:47.073 INFO blam! test ne::test::test_net_get_set ... ok Oct 11 13:39:47.100 INFO blam! test ga::test::test_gauss_mutation ... ok Oct 11 13:39:47.112 INFO blam! test neuro::test::test_linear_activation ... ok Oct 11 13:39:47.112 INFO blam! test neuro::test::test_linear_net ... ok Oct 11 13:39:47.148 INFO blam! test neuro::test::test_bypass_net ... ok Oct 11 13:39:47.148 INFO blam! test math::tests::test_var ... ok Oct 11 13:39:47.161 INFO blam! test neuro::test::test_sigmoid_activation ... ok Oct 11 13:39:47.192 INFO blam! test result::test::test_earesult_mult ... FAILED Oct 11 13:39:47.192 INFO blam! test result::test::test_json_earesult ... FAILED Oct 11 13:39:47.196 INFO blam! test settings::test::test_json ... FAILED Oct 11 13:39:47.208 INFO blam! test neproblem::test::test_xor_problem ... ok Oct 11 13:39:47.208 INFO blam! test result::test::test_json_earesult_mult ... FAILED Oct 11 13:39:47.228 INFO blam! test math::tests::test_dot_rand ... ok Oct 11 13:39:47.228 INFO blam! test ne::test::test_symbolic_regression ... ok Oct 11 13:39:47.253 INFO blam! test math::tests::test_dot_mv_rand ... ok Oct 11 13:39:47.293 INFO blam! test neuro::test::test_multilayer_net ... ok Oct 11 13:39:47.521 INFO kablam! error: test failed, to rerun pass '--lib' Oct 11 13:39:47.528 INFO kablam! su: No module specific data is present Oct 11 13:39:47.528 INFO blam! test ea::test::test_tournament_selection ... ok Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! failures: Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! ---- result::test::test_earesult_mult stdout ---- Oct 11 13:39:47.528 INFO blam! Creating population of 10 individuals having size 5 Oct 11 13:39:47.528 INFO blam! > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987] Oct 11 13:39:47.528 INFO blam! Best fitness at generation 0 : 0.74770314 Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! > 1 : [0.74770314, 0.9719751, 2.0394988, 2.2630827, 2.2686577, 1.591692, 0.86333954, 1.4709712, 1.5599029, 2.2746787] Oct 11 13:39:47.528 INFO blam! Best fitness at generation 1 : 0.74770314 Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! > 2 : [0.74770314, 1.5084774, 1.7294037, 1.4988337, 0.9719751, 0.90630466, 0.9463804, 1.3083408, 0.97449434, 1.1583698] Oct 11 13:39:47.528 INFO blam! Best fitness at generation 2 : 0.74770314 Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! > 3 : [0.74770314, 0.70879287, 0.5666481, 1.0435171, 0.90630466, 0.824634, 0.7692929, 0.7721616, 0.87199134, 0.8682434] Oct 11 13:39:47.528 INFO blam! Best fitness at generation 3 : 0.5666481 Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! > 4 : [0.5666481, 0.53589284, 0.6325871, 0.5548751, 0.5666481, 0.65849847, 0.6237715, 0.5175371, 0.51124465, 0.5649785] Oct 11 13:39:47.528 INFO blam! Best fitness at generation 4 : 0.51124465 Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! > 5 : [0.51124465, 0.5067609, 0.51124465, 0.6855189, 0.5117127, 0.5072579, 0.5429754, 0.43300563, 0.49184805, 0.5175371] Oct 11 13:39:47.528 INFO blam! Best fitness at generation 5 : 0.43300563 Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! > 6 : [0.43300563, 0.45237833, 0.4726458, 0.43300563, 0.43094513, 0.58349663, 0.5038396, 0.6630883, 0.48316056, 0.5175371] Oct 11 13:39:47.528 INFO blam! Best fitness at generation 6 : 0.43094513 Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! > 7 : [0.43094513, 0.41828167, 0.43300563, 0.43300563, 0.4335905, 0.46525198, 0.5240356, 0.5143662, 0.44901305, 0.4520748] Oct 11 13:39:47.528 INFO blam! Best fitness at generation 7 : 0.41828167 Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! > 8 : [0.41828167, 0.41828167, 0.4200124, 0.40310472, 0.41863927, 0.43300563, 0.34514326, 0.44123858, 0.43218645, 0.55657065] Oct 11 13:39:47.528 INFO blam! Best fitness at generation 8 : 0.34514326 Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! > 9 : [0.34514326, 0.45236567, 0.4132341, 0.42735934, 0.41944903, 0.42407602, 0.2909883, 0.4375512, 0.41702586, 0.42045975] Oct 11 13:39:47.528 INFO blam! Best fitness at generation 9 : 0.2909883 Oct 11 13:39:47.528 INFO blam! Oct 11 13:39:47.528 INFO blam! Creating population of 10 individuals having size 5 Oct 11 13:39:47.528 INFO blam! > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 0 : 0.74770314 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 1 : [0.74770314, 1.0454276, 2.0353513, 2.2630827, 2.2630827, 1.579709, 0.845455, 3.6552827, 1.0390055, 1.8547207] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 1 : 0.74770314 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 2 : [0.74770314, 0.88957787, 0.9731076, 0.7332724, 0.7211599, 0.8075385, 0.836752, 0.9448477, 0.74770314, 1.0454276] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 2 : 0.7211599 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 3 : [0.7211599, 0.69856113, 0.56085724, 0.67916006, 0.7332724, 0.7520237, 0.74628824, 0.6686038, 0.5623027, 0.6809138] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 3 : 0.56085724 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 4 : [0.56085724, 0.68030363, 0.5897153, 0.5818968, 0.6686038, 0.6759031, 0.60256135, 0.56945986, 0.59512526, 0.5937661] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 4 : 0.56085724 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 5 : [0.56085724, 0.5366012, 0.5615158, 0.5820634, 0.48234016, 0.5250369, 0.5802986, 0.56945986, 0.56945986, 0.5636646] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 5 : 0.48234016 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 6 : [0.48234016, 0.5509845, 0.52954155, 0.54131883, 0.4756004, 0.53906786, 0.53702146, 0.5571525, 0.5363129, 0.5379911] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 6 : 0.4756004 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 7 : [0.4756004, 0.60911626, 0.5172245, 0.52954155, 0.5379911, 0.5447537, 0.47365052, 0.4531197, 0.52954155, 0.583091] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 7 : 0.4531197 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 8 : [0.4531197, 0.48713887, 0.4364255, 0.4923839, 0.4560011, 0.44577295, 0.5172245, 0.5356501, 0.52098, 0.47365052] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 8 : 0.4364255 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 9 : [0.4364255, 0.3808429, 0.4211409, 0.45278287, 0.49782744, 0.34339315, 0.43456435, 0.4531197, 0.47231922, 0.42668706] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 9 : 0.34339315 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! Creating population of 10 individuals having size 5 Oct 11 13:39:47.529 INFO blam! > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 0 : 0.74770314 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 1 : [0.74770314, 2.2630827, 3.5023506, 2.2630827, 1.5599029, 0.36087617, 0.97084653, 3.6853342, 1.1326448, 1.8319021] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 1 : 0.36087617 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 2 : [0.36087617, 0.5867998, 0.7654311, 0.28287792, 0.6504933, 0.74770314, 0.91009754, 0.7587299, 0.79688513, 0.36167] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 2 : 0.28287792 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 3 : [0.28287792, 0.66586167, 0.27385923, 0.50516695, 0.31302518, 0.37489685, 0.59501666, 0.34935188, 0.28287792, 0.5784255] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 3 : 0.27385923 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 4 : [0.27385923, 0.27868995, 0.30479905, 0.3044922, 0.3478932, 0.3463534, 0.31948587, 0.38155043, 0.40101585, 0.4540625] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 4 : 0.27385923 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 5 : [0.27385923, 0.33901957, 0.30533057, 0.34428054, 0.3224583, 0.20398204, 0.276382, 0.33878535, 0.32350236, 0.27868995] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 5 : 0.20398204 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 6 : [0.20398204, 0.25393945, 0.26976576, 0.27104566, 0.27048022, 0.276382, 0.517191, 0.26690328, 0.27385923, 0.3376571] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 6 : 0.20398204 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 7 : [0.20398204, 0.21510595, 0.3025848, 0.25230065, 0.19042528, 0.2937023, 0.26976576, 0.25242, 0.2286306, 0.25864986] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 7 : 0.19042528 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 8 : [0.19042528, 0.20398204, 0.23204559, 0.23359251, 0.21700427, 0.29466957, 0.20035163, 0.20550236, 0.23222238, 0.21143094] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 8 : 0.19042528 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! > 9 : [0.19042528, 0.20398204, 0.18979214, 0.19542283, 0.18943256, 0.19483171, 0.19437532, 0.22236615, 0.442418, 0.19921973] Oct 11 13:39:47.529 INFO blam! Best fitness at generation 9 : 0.18943256 Oct 11 13:39:47.529 INFO blam! Oct 11 13:39:47.529 INFO blam! thread 'result::test::test_earesult_mult' panicked at 'Can not open file: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 13:39:47.529 INFO blam! stack backtrace: Oct 11 13:39:47.529 INFO blam! 0: 0x55b3374fc81e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:39:47.529 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:39:47.529 INFO blam! 1: 0x55b3375056c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:39:47.529 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:39:47.529 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:39:47.529 INFO blam! 2: 0x55b33750041d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:39:47.529 INFO blam! at libstd/panicking.rs:211 Oct 11 13:39:47.529 INFO blam! 3: 0x55b33750012b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:39:47.529 INFO blam! at libstd/panicking.rs:221 Oct 11 13:39:47.529 INFO blam! 4: 0x55b337500acc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:39:47.529 INFO blam! at libstd/panicking.rs:476 Oct 11 13:39:47.529 INFO blam! 5: 0x55b337500689 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 13:39:47.529 INFO blam! at libstd/panicking.rs:390 Oct 11 13:39:47.529 INFO blam! 6: 0x55b337500585 - rust_begin_unwind Oct 11 13:39:47.529 INFO blam! at libstd/panicking.rs:325 Oct 11 13:39:47.529 INFO blam! 7: 0x55b337543bab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 13:39:47.529 INFO blam! at libcore/panicking.rs:77 Oct 11 13:39:47.529 INFO blam! 8: 0x55b3374f0f53 - core::result::unwrap_failed::h3c6a04532724df8d Oct 11 13:39:47.529 INFO blam! at libcore/macros.rs:26 Oct 11 13:39:47.529 INFO blam! 9: 0x55b33742f6e3 - >::expect::h75b801f134a4b6de Oct 11 13:39:47.529 INFO blam! at libcore/result.rs:835 Oct 11 13:39:47.529 INFO blam! 10: 0x55b337452d70 - revonet::Jsonable::to_json::hb4fc9e09a20a4975 Oct 11 13:39:47.529 INFO blam! at src/lib.rs:39 Oct 11 13:39:47.530 INFO blam! 11: 0x55b33742724f - revonet::result::test::test_earesult_mult::h9d910c19cbc4fd4e Oct 11 13:39:47.530 INFO blam! at src/result.rs:228 Oct 11 13:39:47.530 INFO blam! 12: 0x55b3374270c9 - revonet::result::test::test_earesult_mult::{{closure}}::h6abc2d407caa2e73 Oct 11 13:39:47.530 INFO blam! at src/result.rs:212 Oct 11 13:39:47.530 INFO blam! 13: 0x55b3374742fd - core::ops::function::FnOnce::call_once::he6d94971f048fcdb Oct 11 13:39:47.530 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:39:47.530 INFO blam! 14: 0x55b337488c8e - >::call_box::h95b7cb918af67b5d Oct 11 13:39:47.530 INFO blam! at libtest/lib.rs:1468 Oct 11 13:39:47.530 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:39:47.530 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:39:47.530 INFO blam! 15: 0x55b337510899 - __rust_maybe_catch_panic Oct 11 13:39:47.530 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:39:47.530 INFO blam! 16: 0x55b3374a97dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:39:47.530 INFO blam! at libstd/panicking.rs:289 Oct 11 13:39:47.530 INFO blam! at libstd/panic.rs:392 Oct 11 13:39:47.530 INFO blam! at libtest/lib.rs:1423 Oct 11 13:39:47.530 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:39:47.530 INFO blam! 17: 0x55b3374aa3e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:39:47.530 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:39:47.530 INFO blam! at libstd/panic.rs:313 Oct 11 13:39:47.530 INFO blam! at libstd/panicking.rs:310 Oct 11 13:39:47.530 INFO blam! 18: 0x55b337510899 - __rust_maybe_catch_panic Oct 11 13:39:47.530 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:39:47.530 INFO blam! 19: 0x55b3374979a6 - >::call_box::h96125cb29a9ba44b Oct 11 13:39:47.530 INFO blam! at libstd/panicking.rs:289 Oct 11 13:39:47.530 INFO blam! at libstd/panic.rs:392 Oct 11 13:39:47.530 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:39:47.530 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:39:47.530 INFO blam! 20: 0x55b3374fe85a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:39:47.530 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:39:47.530 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:39:47.530 INFO blam! 21: 0x55b3374f3e95 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:39:47.530 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:39:47.530 INFO blam! 22: 0x7fbfbe8f26b9 - start_thread Oct 11 13:39:47.530 INFO blam! 23: 0x7fbfbe41241c - clone Oct 11 13:39:47.530 INFO blam! 24: 0x0 - Oct 11 13:39:47.530 INFO blam! Oct 11 13:39:47.530 INFO blam! ---- result::test::test_json_earesult stdout ---- Oct 11 13:39:47.530 INFO blam! Creating population of 10 individuals having size 5 Oct 11 13:39:47.530 INFO blam! > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987] Oct 11 13:39:47.530 INFO blam! Best fitness at generation 0 : 0.74770314 Oct 11 13:39:47.530 INFO blam! Oct 11 13:39:47.530 INFO blam! > 1 : [0.74770314, 2.1344032, 3.4808362, 1.1380353, 1.7893548, 1.5029168, 0.7759254, 1.5990036, 1.5599029, 2.1793396] Oct 11 13:39:47.530 INFO blam! Best fitness at generation 1 : 0.74770314 Oct 11 13:39:47.530 INFO blam! Oct 11 13:39:47.530 INFO blam! > 2 : [0.74770314, 1.6863426, 1.5574136, 0.69148386, 1.1390698, 1.299418, 1.1251637, 0.84748894, 0.7759254, 1.1068503] Oct 11 13:39:47.530 INFO blam! Best fitness at generation 2 : 0.69148386 Oct 11 13:39:47.530 INFO blam! Oct 11 13:39:47.530 INFO blam! > 3 : [0.69148386, 0.6018466, 0.91376185, 0.7759254, 0.69148386, 0.8473883, 1.3188349, 1.6863426, 0.77142394, 0.8708925] Oct 11 13:39:47.530 INFO blam! Best fitness at generation 3 : 0.6018466 Oct 11 13:39:47.530 INFO blam! Oct 11 13:39:47.530 INFO blam! > 4 : [0.6018466, 1.0293492, 0.8337136, 0.6018466, 0.6018466, 0.87698907, 0.5999427, 1.4050547, 1.1867983, 0.57907975] Oct 11 13:39:47.530 INFO blam! Best fitness at generation 4 : 0.57907975 Oct 11 13:39:47.530 INFO blam! Oct 11 13:39:47.530 INFO blam! > 5 : [0.57907975, 1.0614923, 0.5999427, 0.5256231, 0.481447, 0.9481396, 0.736428, 0.5528055, 0.57907975, 0.6977852] Oct 11 13:39:47.530 INFO blam! Best fitness at generation 5 : 0.481447 Oct 11 13:39:47.530 INFO blam! Oct 11 13:39:47.530 INFO blam! > 6 : [0.481447, 0.57105654, 0.64835757, 0.68710476, 0.5867837, 0.46583688, 0.5256231, 0.6248615, 0.5006003, 0.5256231] Oct 11 13:39:47.530 INFO blam! Best fitness at generation 6 : 0.46583688 Oct 11 13:39:47.530 INFO blam! Oct 11 13:39:47.530 INFO blam! > 7 : [0.46583688, 0.5351199, 0.5543295, 0.5581984, 0.5256231, 0.61911815, 0.47465512, 0.43540558, 0.481447, 0.5221017] Oct 11 13:39:47.530 INFO blam! Best fitness at generation 7 : 0.43540558 Oct 11 13:39:47.530 INFO blam! Oct 11 13:39:47.530 INFO blam! > 8 : [0.43540558, 0.5136825, 0.45962068, 0.4655803, 0.5241316, 0.5427878, 0.5346679, 0.50674254, 0.49074647, 0.47855583] Oct 11 13:39:47.530 INFO blam! Best fitness at generation 8 : 0.43540558 Oct 11 13:39:47.530 INFO blam! Oct 11 13:39:47.530 INFO blam! > 9 : [0.43540558, 0.46490893, 0.46106932, 0.5136825, 0.5766598, 0.46356127, 0.4096984, 0.45962068, 0.5955614, 0.34942514] Oct 11 13:39:47.530 INFO blam! Best fitness at generation 9 : 0.34942514 Oct 11 13:39:47.530 INFO blam! Oct 11 13:39:47.530 INFO blam! thread 'result::test::test_json_earesult' panicked at 'Can not open file: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 13:39:47.530 INFO blam! stack backtrace: Oct 11 13:39:47.530 INFO blam! 0: 0x55b3374fc81e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:39:47.530 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:39:47.530 INFO blam! 1: 0x55b3375056c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:39:47.530 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:39:47.530 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:39:47.530 INFO blam! 2: 0x55b33750041d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:39:47.530 INFO blam! at libstd/panicking.rs:211 Oct 11 13:39:47.531 INFO blam! 3: 0x55b33750012b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:221 Oct 11 13:39:47.531 INFO blam! 4: 0x55b337500acc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:476 Oct 11 13:39:47.531 INFO blam! 5: 0x55b337500689 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:390 Oct 11 13:39:47.531 INFO blam! 6: 0x55b337500585 - rust_begin_unwind Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:325 Oct 11 13:39:47.531 INFO blam! 7: 0x55b337543bab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 13:39:47.531 INFO blam! at libcore/panicking.rs:77 Oct 11 13:39:47.531 INFO blam! 8: 0x55b3374f0f53 - core::result::unwrap_failed::h3c6a04532724df8d Oct 11 13:39:47.531 INFO blam! at libcore/macros.rs:26 Oct 11 13:39:47.531 INFO blam! 9: 0x55b33742f6e3 - >::expect::h75b801f134a4b6de Oct 11 13:39:47.531 INFO blam! at libcore/result.rs:835 Oct 11 13:39:47.531 INFO blam! 10: 0x55b337452eb0 - revonet::Jsonable::to_json::he61e879c973514fe Oct 11 13:39:47.531 INFO blam! at src/lib.rs:39 Oct 11 13:39:47.531 INFO blam! 11: 0x55b337426939 - revonet::result::test::test_json_earesult::h979609a0598e2731 Oct 11 13:39:47.531 INFO blam! at src/result.rs:168 Oct 11 13:39:47.531 INFO blam! 12: 0x55b337426819 - revonet::result::test::test_json_earesult::{{closure}}::ha380e4faa3738a07 Oct 11 13:39:47.531 INFO blam! at src/result.rs:157 Oct 11 13:39:47.531 INFO blam! 13: 0x55b3374742bd - core::ops::function::FnOnce::call_once::hd2ccae89e47f82ce Oct 11 13:39:47.531 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:39:47.531 INFO blam! 14: 0x55b337488c8e - >::call_box::h95b7cb918af67b5d Oct 11 13:39:47.531 INFO blam! at libtest/lib.rs:1468 Oct 11 13:39:47.531 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:39:47.531 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:39:47.531 INFO blam! 15: 0x55b337510899 - __rust_maybe_catch_panic Oct 11 13:39:47.531 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:39:47.531 INFO blam! 16: 0x55b3374a97dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:289 Oct 11 13:39:47.531 INFO blam! at libstd/panic.rs:392 Oct 11 13:39:47.531 INFO blam! at libtest/lib.rs:1423 Oct 11 13:39:47.531 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:39:47.531 INFO blam! 17: 0x55b3374aa3e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:39:47.531 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:39:47.531 INFO blam! at libstd/panic.rs:313 Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:310 Oct 11 13:39:47.531 INFO blam! 18: 0x55b337510899 - __rust_maybe_catch_panic Oct 11 13:39:47.531 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:39:47.531 INFO blam! 19: 0x55b3374979a6 - >::call_box::h96125cb29a9ba44b Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:289 Oct 11 13:39:47.531 INFO blam! at libstd/panic.rs:392 Oct 11 13:39:47.531 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:39:47.531 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:39:47.531 INFO blam! 20: 0x55b3374fe85a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:39:47.531 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:39:47.531 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:39:47.531 INFO blam! 21: 0x55b3374f3e95 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:39:47.531 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:39:47.531 INFO blam! 22: 0x7fbfbe8f26b9 - start_thread Oct 11 13:39:47.531 INFO blam! 23: 0x7fbfbe41241c - clone Oct 11 13:39:47.531 INFO blam! 24: 0x0 - Oct 11 13:39:47.531 INFO blam! Oct 11 13:39:47.531 INFO blam! ---- settings::test::test_json stdout ---- Oct 11 13:39:47.531 INFO blam! thread 'settings::test::test_json' panicked at 'Can not open file: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 13:39:47.531 INFO blam! stack backtrace: Oct 11 13:39:47.531 INFO blam! 0: 0x55b3374fc81e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:39:47.531 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:39:47.531 INFO blam! 1: 0x55b3375056c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:39:47.531 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:39:47.531 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:39:47.531 INFO blam! 2: 0x55b33750041d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:211 Oct 11 13:39:47.531 INFO blam! 3: 0x55b33750012b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:221 Oct 11 13:39:47.531 INFO blam! 4: 0x55b337500acc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:476 Oct 11 13:39:47.531 INFO blam! 5: 0x55b337500689 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:390 Oct 11 13:39:47.531 INFO blam! 6: 0x55b337500585 - rust_begin_unwind Oct 11 13:39:47.531 INFO blam! at libstd/panicking.rs:325 Oct 11 13:39:47.531 INFO blam! 7: 0x55b337543bab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 13:39:47.531 INFO blam! at libcore/panicking.rs:77 Oct 11 13:39:47.531 INFO blam! 8: 0x55b3374f0f53 - core::result::unwrap_failed::h3c6a04532724df8d Oct 11 13:39:47.531 INFO blam! at libcore/macros.rs:26 Oct 11 13:39:47.531 INFO blam! 9: 0x55b33742f6e3 - >::expect::h75b801f134a4b6de Oct 11 13:39:47.531 INFO blam! at libcore/result.rs:835 Oct 11 13:39:47.531 INFO blam! 10: 0x55b33747be30 - revonet::settings::EASettings::to_json::h1b7c579c97653705 Oct 11 13:39:47.531 INFO blam! at src/settings.rs:83 Oct 11 13:39:47.531 INFO blam! 11: 0x55b33747b7a1 - revonet::settings::test::test_json::h1a7462fad35d0a97 Oct 11 13:39:47.531 INFO blam! at src/settings.rs:125 Oct 11 13:39:47.531 INFO blam! 12: 0x55b33747b749 - revonet::settings::test::test_json::{{closure}}::h1c5f5b45c3d14ea5 Oct 11 13:39:47.531 INFO blam! at src/settings.rs:122 Oct 11 13:39:47.531 INFO blam! 13: 0x55b33747437d - core::ops::function::FnOnce::call_once::hfea483770a7c519c Oct 11 13:39:47.531 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:39:47.531 INFO blam! 14: 0x55b337488c8e - >::call_box::h95b7cb918af67b5d Oct 11 13:39:47.532 INFO blam! at libtest/lib.rs:1468 Oct 11 13:39:47.532 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:39:47.532 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:39:47.532 INFO blam! 15: 0x55b337510899 - __rust_maybe_catch_panic Oct 11 13:39:47.532 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:39:47.532 INFO blam! 16: 0x55b3374a97dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:39:47.532 INFO blam! at libstd/panicking.rs:289 Oct 11 13:39:47.532 INFO blam! at libstd/panic.rs:392 Oct 11 13:39:47.532 INFO blam! at libtest/lib.rs:1423 Oct 11 13:39:47.532 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:39:47.532 INFO blam! 17: 0x55b3374aa3e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:39:47.532 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:39:47.532 INFO blam! at libstd/panic.rs:313 Oct 11 13:39:47.532 INFO blam! at libstd/panicking.rs:310 Oct 11 13:39:47.532 INFO blam! 18: 0x55b337510899 - __rust_maybe_catch_panic Oct 11 13:39:47.532 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:39:47.532 INFO blam! 19: 0x55b3374979a6 - >::call_box::h96125cb29a9ba44b Oct 11 13:39:47.532 INFO blam! at libstd/panicking.rs:289 Oct 11 13:39:47.532 INFO blam! at libstd/panic.rs:392 Oct 11 13:39:47.532 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:39:47.532 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:39:47.532 INFO blam! 20: 0x55b3374fe85a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:39:47.532 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:39:47.532 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:39:47.532 INFO blam! 21: 0x55b3374f3e95 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:39:47.532 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:39:47.532 INFO blam! 22: 0x7fbfbe8f26b9 - start_thread Oct 11 13:39:47.532 INFO blam! 23: 0x7fbfbe41241c - clone Oct 11 13:39:47.532 INFO blam! 24: 0x0 - Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! ---- result::test::test_json_earesult_mult stdout ---- Oct 11 13:39:47.532 INFO blam! Creating population of 10 individuals having size 5 Oct 11 13:39:47.532 INFO blam! > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 0 : 0.74770314 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 1 : [0.74770314, 0.98699707, 2.0387704, 2.0719268, 2.2630827, 1.6818231, 0.86333805, 1.2724298, 1.5599029, 2.2662692] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 1 : 0.74770314 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 2 : [0.74770314, 0.6264809, 1.4433788, 1.6641091, 0.74770314, 1.171233, 1.3161438, 0.74770314, 1.1829033, 1.0070219] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 2 : 0.6264809 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 3 : [0.6264809, 1.0976902, 1.1277874, 0.7872716, 1.122807, 0.74770314, 0.85675603, 0.6264809, 0.61965996, 0.769095] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 3 : 0.61965996 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 4 : [0.61965996, 0.78118163, 0.6264809, 0.61965996, 0.6264809, 0.773483, 1.1326007, 0.6785805, 0.64954734, 0.7076783] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 4 : 0.61965996 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 5 : [0.61965996, 0.6135284, 0.6658028, 0.6407874, 0.6450158, 0.8483652, 0.6785805, 0.7367713, 0.6546271, 0.6580923] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 5 : 0.6135284 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 6 : [0.6135284, 0.77641594, 0.5138233, 0.6288494, 0.6334475, 0.6783021, 0.68792653, 0.64336485, 0.5371838, 0.61965996] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 6 : 0.5138233 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 7 : [0.5138233, 0.7869304, 0.74241805, 0.7593103, 0.50405, 0.54090095, 0.52474594, 0.5319355, 0.7084238, 0.504362] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 7 : 0.50405 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 8 : [0.50405, 0.5264852, 0.5717829, 0.5234435, 0.37739658, 0.5110535, 0.5178902, 0.48358318, 0.5029751, 0.5259569] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 8 : 0.37739658 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 9 : [0.37739658, 0.41490415, 0.63285494, 0.40774205, 0.4542608, 0.41167787, 0.48424283, 0.5177605, 0.38197032, 0.43557957] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 9 : 0.37739658 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! Creating population of 10 individuals having size 5 Oct 11 13:39:47.532 INFO blam! > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 0 : 0.74770314 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 1 : [0.74770314, 1.0149139, 2.0338051, 2.223946, 2.3545642, 1.591692, 0.7336558, 1.6137716, 1.5545053, 2.2201803] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 1 : 0.7336558 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 2 : [0.7336558, 0.89584845, 0.9675079, 0.8069258, 1.0409747, 1.0998898, 1.1705594, 1.2737504, 1.2192795, 0.67433035] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 2 : 0.67433035 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 3 : [0.67433035, 0.6045916, 0.76043296, 0.7898435, 0.7905388, 0.9334245, 0.84987175, 0.80885154, 0.82395, 0.70186675] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 3 : 0.6045916 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 4 : [0.6045916, 0.6160579, 0.63059294, 0.654361, 0.68667525, 0.7165791, 0.7814835, 0.8457275, 0.59401727, 0.66588265] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 4 : 0.59401727 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 5 : [0.59401727, 0.59397894, 0.6015161, 0.63878083, 0.6222354, 0.5882627, 0.61815345, 0.654361, 0.6128228, 0.63059294] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 5 : 0.5882627 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 6 : [0.5882627, 0.6025559, 0.6018047, 0.59915286, 0.55536914, 0.62136114, 0.5900824, 0.59649813, 0.61815345, 0.6531199] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 6 : 0.55536914 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 7 : [0.55536914, 0.6323913, 0.53185284, 0.59194046, 0.5732613, 0.55536914, 0.7384391, 0.59886557, 0.6013054, 0.5567801] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 7 : 0.53185284 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 8 : [0.53185284, 0.6118283, 0.80614233, 0.5168919, 0.53688776, 0.57126933, 0.58451396, 0.5435734, 0.5872296, 0.5059697] Oct 11 13:39:47.532 INFO blam! Best fitness at generation 8 : 0.5059697 Oct 11 13:39:47.532 INFO blam! Oct 11 13:39:47.532 INFO blam! > 9 : [0.5059697, 0.5274603, 0.49107933, 0.72680855, 0.58244467, 0.38218167, 0.48676232, 0.5438097, 0.5318998, 0.5698297] Oct 11 13:39:47.533 INFO blam! Best fitness at generation 9 : 0.38218167 Oct 11 13:39:47.533 INFO blam! Oct 11 13:39:47.533 INFO blam! Creating population of 10 individuals having size 5 Oct 11 13:39:47.533 INFO blam! > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987] Oct 11 13:39:47.533 INFO blam! Best fitness at generation 0 : 0.74770314 Oct 11 13:39:47.533 INFO blam! Oct 11 13:39:47.533 INFO blam! > 1 : [0.74770314, 1.0256872, 2.098039, 2.2630827, 2.3816404, 1.4834502, 0.73485386, 1.4632391, 1.5599029, 2.2165754] Oct 11 13:39:47.533 INFO blam! Best fitness at generation 1 : 0.73485386 Oct 11 13:39:47.533 INFO blam! Oct 11 13:39:47.533 INFO blam! > 2 : [0.73485386, 0.7320348, 0.8615787, 1.5080667, 0.7535313, 0.68746006, 0.7378534, 0.9350037, 0.69792724, 0.58960825] Oct 11 13:39:47.533 INFO blam! Best fitness at generation 2 : 0.58960825 Oct 11 13:39:47.533 INFO blam! Oct 11 13:39:47.533 INFO blam! > 3 : [0.58960825, 0.68746006, 0.6859841, 0.72674286, 0.5559026, 0.7613602, 0.83503276, 0.52287537, 0.6383645, 0.8472381] Oct 11 13:39:47.533 INFO blam! Best fitness at generation 3 : 0.52287537 Oct 11 13:39:47.533 INFO blam! Oct 11 13:39:47.533 INFO blam! > 4 : [0.52287537, 0.50774527, 0.5241518, 0.5213746, 0.5203291, 0.64524776, 0.6300123, 0.6631465, 0.61407703, 0.6383645] Oct 11 13:39:47.533 INFO blam! Best fitness at generation 4 : 0.50774527 Oct 11 13:39:47.533 INFO blam! Oct 11 13:39:47.533 INFO blam! > 5 : [0.50774527, 0.53208816, 0.50774527, 0.4774522, 0.60199785, 0.50774527, 0.48120978, 0.45210832, 0.47630057, 0.50774527] Oct 11 13:39:47.533 INFO blam! Best fitness at generation 5 : 0.45210832 Oct 11 13:39:47.533 INFO blam! Oct 11 13:39:47.533 INFO blam! > 6 : [0.45210832, 0.5142107, 0.49481586, 0.48599163, 0.54818404, 0.47630057, 0.48019674, 0.50862014, 0.50774527, 0.50774527] Oct 11 13:39:47.533 INFO blam! Best fitness at generation 6 : 0.45210832 Oct 11 13:39:47.533 INFO blam! Oct 11 13:39:47.533 INFO blam! > 7 : [0.45210832, 0.45210832, 0.45210832, 0.45210832, 0.45210832, 0.451557, 0.4553999, 0.6389537, 0.4730864, 0.6228436] Oct 11 13:39:47.533 INFO blam! Best fitness at generation 7 : 0.451557 Oct 11 13:39:47.533 INFO blam! Oct 11 13:39:47.533 INFO blam! > 8 : [0.451557, 0.451557, 0.45210832, 0.451557, 0.44950247, 0.48881885, 0.62700784, 0.37727588, 0.45159867, 0.45210832] Oct 11 13:39:47.533 INFO blam! Best fitness at generation 8 : 0.37727588 Oct 11 13:39:47.533 INFO blam! Oct 11 13:39:47.533 INFO blam! > 9 : [0.37727588, 0.451557, 0.382572, 0.37890625, 0.4398577, 0.45002285, 0.5015465, 0.46055254, 0.458421, 0.48026872] Oct 11 13:39:47.533 INFO blam! Best fitness at generation 9 : 0.37727588 Oct 11 13:39:47.533 INFO blam! Oct 11 13:39:47.533 INFO blam! thread 'result::test::test_json_earesult_mult' panicked at 'Can not open file: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 13:39:47.533 INFO blam! stack backtrace: Oct 11 13:39:47.533 INFO blam! 0: 0x55b3374fc81e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:39:47.533 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:39:47.533 INFO blam! 1: 0x55b3375056c6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:39:47.533 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:39:47.533 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:39:47.533 INFO blam! 2: 0x55b33750041d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:39:47.533 INFO blam! at libstd/panicking.rs:211 Oct 11 13:39:47.533 INFO blam! 3: 0x55b33750012b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:39:47.533 INFO blam! at libstd/panicking.rs:221 Oct 11 13:39:47.533 INFO blam! 4: 0x55b337500acc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:39:47.533 INFO blam! at libstd/panicking.rs:476 Oct 11 13:39:47.533 INFO blam! 5: 0x55b337500689 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 13:39:47.533 INFO blam! at libstd/panicking.rs:390 Oct 11 13:39:47.533 INFO blam! 6: 0x55b337500585 - rust_begin_unwind Oct 11 13:39:47.533 INFO blam! at libstd/panicking.rs:325 Oct 11 13:39:47.533 INFO blam! 7: 0x55b337543bab - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 13:39:47.533 INFO blam! at libcore/panicking.rs:77 Oct 11 13:39:47.533 INFO blam! 8: 0x55b3374f0f53 - core::result::unwrap_failed::h3c6a04532724df8d Oct 11 13:39:47.533 INFO blam! at libcore/macros.rs:26 Oct 11 13:39:47.533 INFO blam! 9: 0x55b33742f6e3 - >::expect::h75b801f134a4b6de Oct 11 13:39:47.533 INFO blam! at libcore/result.rs:835 Oct 11 13:39:47.533 INFO blam! 10: 0x55b337452d70 - revonet::Jsonable::to_json::hb4fc9e09a20a4975 Oct 11 13:39:47.533 INFO blam! at src/lib.rs:39 Oct 11 13:39:47.533 INFO blam! 11: 0x55b337426bf1 - revonet::result::test::test_json_earesult_mult::h31e3ff2a5d8a301d Oct 11 13:39:47.533 INFO blam! at src/result.rs:194 Oct 11 13:39:47.533 INFO blam! 12: 0x55b337426ab9 - revonet::result::test::test_json_earesult_mult::{{closure}}::h03d09d5e8b03d9b9 Oct 11 13:39:47.533 INFO blam! at src/result.rs:178 Oct 11 13:39:47.533 INFO blam! 13: 0x55b33747433d - core::ops::function::FnOnce::call_once::he77e55ba5d3f902b Oct 11 13:39:47.533 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:39:47.533 INFO blam! 14: 0x55b337488c8e - >::call_box::h95b7cb918af67b5d Oct 11 13:39:47.533 INFO blam! at libtest/lib.rs:1468 Oct 11 13:39:47.533 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:39:47.533 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:39:47.533 INFO blam! 15: 0x55b337510899 - __rust_maybe_catch_panic Oct 11 13:39:47.533 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:39:47.533 INFO blam! 16: 0x55b3374a97dd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:39:47.533 INFO blam! at libstd/panicking.rs:289 Oct 11 13:39:47.533 INFO blam! at libstd/panic.rs:392 Oct 11 13:39:47.533 INFO blam! at libtest/lib.rs:1423 Oct 11 13:39:47.533 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:39:47.533 INFO blam! 17: 0x55b3374aa3e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:39:47.533 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:39:47.533 INFO blam! at libstd/panic.rs:313 Oct 11 13:39:47.533 INFO blam! at libstd/panicking.rs:310 Oct 11 13:39:47.533 INFO blam! 18: 0x55b337510899 - __rust_maybe_catch_panic Oct 11 13:39:47.533 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:39:47.533 INFO blam! 19: 0x55b3374979a6 - >::call_box::h96125cb29a9ba44b Oct 11 13:39:47.533 INFO blam! at libstd/panicking.rs:289 Oct 11 13:39:47.533 INFO blam! at libstd/panic.rs:392 Oct 11 13:39:47.533 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:39:47.533 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:39:47.533 INFO blam! 20: 0x55b3374fe85a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:39:47.533 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:39:47.533 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:39:47.534 INFO blam! 21: 0x55b3374f3e95 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:39:47.534 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:39:47.534 INFO blam! 22: 0x7fbfbe8f26b9 - start_thread Oct 11 13:39:47.534 INFO blam! 23: 0x7fbfbe41241c - clone Oct 11 13:39:47.534 INFO blam! 24: 0x0 - Oct 11 13:39:47.534 INFO blam! Oct 11 13:39:47.534 INFO blam! Oct 11 13:39:47.534 INFO blam! failures: Oct 11 13:39:47.534 INFO blam! result::test::test_earesult_mult Oct 11 13:39:47.534 INFO blam! result::test::test_json_earesult Oct 11 13:39:47.534 INFO blam! result::test::test_json_earesult_mult Oct 11 13:39:47.534 INFO blam! settings::test::test_json Oct 11 13:39:47.534 INFO blam! Oct 11 13:39:47.534 INFO blam! test result: FAILED. 23 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:39:47.534 INFO blam! Oct 11 13:39:47.821 INFO running `"docker" "rm" "-f" "3bd01360ecca1b2142cfe5e635e38b04ca0dd9677544e5df387f8d59bdbaa259"` Oct 11 13:39:47.914 INFO blam! 3bd01360ecca1b2142cfe5e635e38b04ca0dd9677544e5df387f8d59bdbaa259