[INFO] fetching crate revonet 0.2.1...
[INFO] testing revonet-0.2.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate revonet 0.2.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate revonet 0.2.1
[INFO] finished tweaking crates.io crate revonet 0.2.1
[INFO] tweaked toml for crates.io crate revonet 0.2.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate revonet 0.2.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 21 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.3.23 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] da8db27157914bcf6749e286341a0e2e989a4f05fa91a9a4c860ecd75a379983
[INFO] running `Command { std: "docker" "start" "-a" "da8db27157914bcf6749e286341a0e2e989a4f05fa91a9a4c860ecd75a379983", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da8db27157914bcf6749e286341a0e2e989a4f05fa91a9a4c860ecd75a379983", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da8db27157914bcf6749e286341a0e2e989a4f05fa91a9a4c860ecd75a379983", kill_on_drop: false }`
[INFO] [stdout] da8db27157914bcf6749e286341a0e2e989a4f05fa91a9a4c860ecd75a379983
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94b0da54e11ad40a877e38af46317b3768b0987faf9527618116ec90b9fd9b8c
[INFO] running `Command { std: "docker" "start" "-a" "94b0da54e11ad40a877e38af46317b3768b0987faf9527618116ec90b9fd9b8c", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling revonet v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/ea.rs:28:45
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn init<R: Rng>(&mut self, size: usize, &mut R);
[INFO] [stdout]    |                                             ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut R`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/ea.rs:245:69
[INFO] [stdout]     |
[INFO] [stdout] 245 | fn select_tournament(fits: &Vec<f32>, tour_size: u32, mut rng: &mut Rng) -> Vec<usize> {
[INFO] [stdout]     |                                                                     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 245 | fn select_tournament(fits: &Vec<f32>, tour_size: u32, mut rng: &mut dyn Rng) -> Vec<usize> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/ea.rs:65:45
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn init<R: Rng>(&mut self, size: usize, mut rng: &mut R) {
[INFO] [stdout]    |                                             ----^^^
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ea.rs:228:97
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub fn create_population<T: Individual, P: Problem, R: Rng+Sized>(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Ve...
[INFO] [stdout]     |                                                                                                 ----^^^
[INFO] [stdout]     |                                                                                                 |
[INFO] [stdout]     |                                                                                                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/ga.rs:82:182
[INFO] [stdout]    |
[INFO] [stdout] 82 | ...pe: CrossoverOperator, x_prob: f32, x_alpha: f32, mut rng: &mut R) {
[INFO] [stdout]    |                                                      ----^^^
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ga.rs:121:102
[INFO] [stdout]     |
[INFO] [stdout] 121 | fn cross_arithmetic<T: Individual, R: Rng+Sized>(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) {
[INFO] [stdout]     |                                                                                                      ----^^^
[INFO] [stdout]     |                                                                                                      |
[INFO] [stdout]     |                                                                                                      help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/ne.rs:67:45
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn init<R: Rng>(&mut self, size: usize, mut rng: &mut R) {
[INFO] [stdout]    |                                             ----^^^
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/problem.rs:53:73
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn get_random_individual<T: Individual, R: Rng>(&self, size: usize, mut rng: &mut R) -> T {
[INFO] [stdout]    |                                                                         ----^^^
[INFO] [stdout]    |                                                                         |
[INFO] [stdout]    |                                                                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Jsonable` is never used
[INFO] [stdout]   --> src/lib.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | trait Jsonable: Clone+Serialize {
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/ga.rs:45:35
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn new(problem: &'a P) -> GA<P> {
[INFO] [stdout]    |                          --       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn new(problem: &'a P) -> GA<'a, P> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/neproblem.rs:172:24
[INFO] [stdout]     |
[INFO] [stdout] 172 |                   panic!(format!("Unknown problem type for symbolic regression problem: {}",
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 173 | |                                problem_type))
[INFO] [stdout]     | |____________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 172 ~                 panic!("Unknown problem type for symbolic regression problem: {}",
[INFO] [stdout] 173 ~                                problem_type)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/neuro.rs:215:24
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn iter_layers(&self) -> Iter<Box<NeuralLayer>> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn iter_layers(&self) -> Iter<'_, Box<NeuralLayer>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
[INFO] running `Command { std: "docker" "inspect" "94b0da54e11ad40a877e38af46317b3768b0987faf9527618116ec90b9fd9b8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94b0da54e11ad40a877e38af46317b3768b0987faf9527618116ec90b9fd9b8c", kill_on_drop: false }`
[INFO] [stdout] 94b0da54e11ad40a877e38af46317b3768b0987faf9527618116ec90b9fd9b8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e6914eda3bd8ffbdd4c864e984861a16b4753dfc386c25bc978f7d028a690820
[INFO] running `Command { std: "docker" "start" "-a" "e6914eda3bd8ffbdd4c864e984861a16b4753dfc386c25bc978f7d028a690820", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/ea.rs:28:45
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn init<R: Rng>(&mut self, size: usize, &mut R);
[INFO] [stdout]    |                                             ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut R`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/ea.rs:245:69
[INFO] [stdout]     |
[INFO] [stdout] 245 | fn select_tournament(fits: &Vec<f32>, tour_size: u32, mut rng: &mut Rng) -> Vec<usize> {
[INFO] [stdout]     |                                                                     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 245 | fn select_tournament(fits: &Vec<f32>, tour_size: u32, mut rng: &mut dyn Rng) -> Vec<usize> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/ea.rs:65:45
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn init<R: Rng>(&mut self, size: usize, mut rng: &mut R) {
[INFO] [stdout]    |                                             ----^^^
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ea.rs:228:97
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub fn create_population<T: Individual, P: Problem, R: Rng+Sized>(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Ve...
[INFO] [stdout]     |                                                                                                 ----^^^
[INFO] [stdout]     |                                                                                                 |
[INFO] [stdout]     |                                                                                                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/ga.rs:82:182
[INFO] [stdout]    |
[INFO] [stdout] 82 | ...pe: CrossoverOperator, x_prob: f32, x_alpha: f32, mut rng: &mut R) {
[INFO] [stdout]    |                                                      ----^^^
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ga.rs:121:102
[INFO] [stdout]     |
[INFO] [stdout] 121 | fn cross_arithmetic<T: Individual, R: Rng+Sized>(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) {
[INFO] [stdout]     |                                                                                                      ----^^^
[INFO] [stdout]     |                                                                                                      |
[INFO] [stdout]     |                                                                                                      help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/ne.rs:67:45
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn init<R: Rng>(&mut self, size: usize, mut rng: &mut R) {
[INFO] [stdout]    |                                             ----^^^
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/problem.rs:53:73
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn get_random_individual<T: Individual, R: Rng>(&self, size: usize, mut rng: &mut R) -> T {
[INFO] [stdout]    |                                                                         ----^^^
[INFO] [stdout]    |                                                                         |
[INFO] [stdout]    |                                                                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Jsonable` is never used
[INFO] [stdout]   --> src/lib.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | trait Jsonable: Clone+Serialize {
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/ga.rs:45:35
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn new(problem: &'a P) -> GA<P> {
[INFO] [stdout]    |                          --       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn new(problem: &'a P) -> GA<'a, P> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/neproblem.rs:172:24
[INFO] [stdout]     |
[INFO] [stdout] 172 |                   panic!(format!("Unknown problem type for symbolic regression problem: {}",
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 173 | |                                problem_type))
[INFO] [stdout]     | |____________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 172 ~                 panic!("Unknown problem type for symbolic regression problem: {}",
[INFO] [stdout] 173 ~                                problem_type)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling revonet v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/neuro.rs:215:24
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn iter_layers(&self) -> Iter<Box<NeuralLayer>> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn iter_layers(&self) -> Iter<'_, Box<NeuralLayer>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/ea.rs:28:45
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn init<R: Rng>(&mut self, size: usize, &mut R);
[INFO] [stdout]    |                                             ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut R`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/ea.rs:245:69
[INFO] [stdout]     |
[INFO] [stdout] 245 | fn select_tournament(fits: &Vec<f32>, tour_size: u32, mut rng: &mut Rng) -> Vec<usize> {
[INFO] [stdout]     |                                                                     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 245 | fn select_tournament(fits: &Vec<f32>, tour_size: u32, mut rng: &mut dyn Rng) -> Vec<usize> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/ea.rs:65:45
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn init<R: Rng>(&mut self, size: usize, mut rng: &mut R) {
[INFO] [stdout]    |                                             ----^^^
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ea.rs:228:97
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub fn create_population<T: Individual, P: Problem, R: Rng+Sized>(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Ve...
[INFO] [stdout]     |                                                                                                 ----^^^
[INFO] [stdout]     |                                                                                                 |
[INFO] [stdout]     |                                                                                                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/ga.rs:82:182
[INFO] [stdout]    |
[INFO] [stdout] 82 | ...pe: CrossoverOperator, x_prob: f32, x_alpha: f32, mut rng: &mut R) {
[INFO] [stdout]    |                                                      ----^^^
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ga.rs:121:102
[INFO] [stdout]     |
[INFO] [stdout] 121 | fn cross_arithmetic<T: Individual, R: Rng+Sized>(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) {
[INFO] [stdout]     |                                                                                                      ----^^^
[INFO] [stdout]     |                                                                                                      |
[INFO] [stdout]     |                                                                                                      help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/ne.rs:67:45
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn init<R: Rng>(&mut self, size: usize, mut rng: &mut R) {
[INFO] [stdout]    |                                             ----^^^
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/problem.rs:53:73
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn get_random_individual<T: Individual, R: Rng>(&self, size: usize, mut rng: &mut R) -> T {
[INFO] [stdout]    |                                                                         ----^^^
[INFO] [stdout]    |                                                                         |
[INFO] [stdout]    |                                                                         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/ga.rs:45:35
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn new(problem: &'a P) -> GA<P> {
[INFO] [stdout]    |                          --       ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn new(problem: &'a P) -> GA<'a, P> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/neproblem.rs:172:24
[INFO] [stdout]     |
[INFO] [stdout] 172 |                   panic!(format!("Unknown problem type for symbolic regression problem: {}",
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 173 | |                                problem_type))
[INFO] [stdout]     | |____________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 172 ~                 panic!("Unknown problem type for symbolic regression problem: {}",
[INFO] [stdout] 173 ~                                problem_type)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/neuro.rs:215:24
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn iter_layers(&self) -> Iter<Box<NeuralLayer>> {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn iter_layers(&self) -> Iter<'_, Box<NeuralLayer>> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.16s
[INFO] running `Command { std: "docker" "inspect" "e6914eda3bd8ffbdd4c864e984861a16b4753dfc386c25bc978f7d028a690820", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6914eda3bd8ffbdd4c864e984861a16b4753dfc386c25bc978f7d028a690820", kill_on_drop: false }`
[INFO] [stdout] e6914eda3bd8ffbdd4c864e984861a16b4753dfc386c25bc978f7d028a690820
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5d55357da0a1ec52a4e2583d3f35df060709239b2a95bbf5a7850747c41fed2b
[INFO] running `Command { std: "docker" "start" "-a" "5d55357da0a1ec52a4e2583d3f35df060709239b2a95bbf5a7850747c41fed2b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/ea.rs:28:45
[INFO] [stderr]    |
[INFO] [stderr] 28 |     fn init<R: Rng>(&mut self, size: usize, &mut R);
[INFO] [stderr]    |                                             ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut R`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
[INFO] [stderr]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/ea.rs:245:69
[INFO] [stderr]     |
[INFO] [stderr] 245 | fn select_tournament(fits: &Vec<f32>, tour_size: u32, mut rng: &mut Rng) -> Vec<usize> {
[INFO] [stderr]     |                                                                     ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 245 | fn select_tournament(fits: &Vec<f32>, tour_size: u32, mut rng: &mut dyn Rng) -> Vec<usize> {
[INFO] [stderr]     |                                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/ea.rs:65:45
[INFO] [stderr]    |
[INFO] [stderr] 65 |     fn init<R: Rng>(&mut self, size: usize, mut rng: &mut R) {
[INFO] [stderr]    |                                             ----^^^
[INFO] [stderr]    |                                             |
[INFO] [stderr]    |                                             help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/ea.rs:228:97
[INFO] [stderr]     |
[INFO] [stderr] 228 | pub fn create_population<T: Individual, P: Problem, R: Rng+Sized>(pop_size: u32, ind_size: u32, mut rng: &mut R, problem: &P) -> Ve...
[INFO] [stderr]     |                                                                                                 ----^^^
[INFO] [stderr]     |                                                                                                 |
[INFO] [stderr]     |                                                                                                 help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/ga.rs:82:182
[INFO] [stderr]    |
[INFO] [stderr] 82 | ...pe: CrossoverOperator, x_prob: f32, x_alpha: f32, mut rng: &mut R) {
[INFO] [stderr]    |                                                      ----^^^
[INFO] [stderr]    |                                                      |
[INFO] [stderr]    |                                                      help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/ga.rs:121:102
[INFO] [stderr]     |
[INFO] [stderr] 121 | fn cross_arithmetic<T: Individual, R: Rng+Sized>(p1: &T, p2: &T, c1: &mut T, c2: &mut T, alpha: f32, mut rng: &mut R) {
[INFO] [stderr]     |                                                                                                      ----^^^
[INFO] [stderr]     |                                                                                                      |
[INFO] [stderr]     |                                                                                                      help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/ne.rs:67:45
[INFO] [stderr]    |
[INFO] [stderr] 67 |     fn init<R: Rng>(&mut self, size: usize, mut rng: &mut R) {
[INFO] [stderr]    |                                             ----^^^
[INFO] [stderr]    |                                             |
[INFO] [stderr]    |                                             help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/problem.rs:53:73
[INFO] [stderr]    |
[INFO] [stderr] 53 |     fn get_random_individual<T: Individual, R: Rng>(&self, size: usize, mut rng: &mut R) -> T {
[INFO] [stderr]    |                                                                         ----^^^
[INFO] [stderr]    |                                                                         |
[INFO] [stderr]    |                                                                         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Jsonable` is never used
[INFO] [stderr]   --> src/lib.rs:25:7
[INFO] [stderr]    |
[INFO] [stderr] 25 | trait Jsonable: Clone+Serialize {
[INFO] [stderr]    |       ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/ga.rs:45:35
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub fn new(problem: &'a P) -> GA<P> {
[INFO] [stderr]    |                          --       ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |
[INFO] [stderr]    |                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub fn new(problem: &'a P) -> GA<'a, P> {
[INFO] [stderr]    |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/neproblem.rs:172:24
[INFO] [stderr]     |
[INFO] [stderr] 172 |                   panic!(format!("Unknown problem type for symbolic regression problem: {}",
[INFO] [stderr]     |  ________________________^
[INFO] [stderr] 173 | |                                problem_type))
[INFO] [stderr]     | |____________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 172 ~                 panic!("Unknown problem type for symbolic regression problem: {}",
[INFO] [stderr] 173 ~                                problem_type)
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/neuro.rs:215:24
[INFO] [stderr]     |
[INFO] [stderr] 215 |     pub fn iter_layers(&self) -> Iter<Box<NeuralLayer>> {
[INFO] [stderr]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 215 |     pub fn iter_layers(&self) -> Iter<'_, Box<NeuralLayer>> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `revonet` (lib) generated 12 warnings (run `cargo fix --lib -p revonet` to apply 11 suggestions)
[INFO] [stderr] warning: `revonet` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/revonet-c47e6adfae17860c)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test ga::test::test_arithmetic_xover ... ok
[INFO] [stdout] test ga::test::test_blx_xover ... ok
[INFO] [stdout] test ga::test::test_optimization_sphere ... ok
[INFO] [stdout] test ga::test::test_uniform_mutation ... ok
[INFO] [stdout] test math::tests::test_dot_zeros ... ok
[INFO] [stdout] test ne::test::test_net_get_set ... ok
[INFO] [stdout] test neuro::test::test_linear_activation ... ok
[INFO] [stdout] test math::tests::test_dot_units ... ok
[INFO] [stdout] test neuro::test::test_linear_net ... ok
[INFO] [stdout] test neuro::test::test_sigmoid_activation ... ok
[INFO] [stdout] test neproblem::test::test_symb_regression_problem ... ok
[INFO] [stdout] test ga::test::test_multi_optimization_sphere ... ok
[INFO] [stdout] test math::tests::test_dot_mv_zeros ... ok
[INFO] [stdout] test neuro::test::test_bypass_net ... ok
[INFO] [stdout] test neproblem::test::test_xor_problem ... ok
[INFO] [stdout] test ga::test::test_gauss_mutation ... ok
[INFO] [stdout] test math::tests::test_var ... ok
[INFO] [stdout] test neuro::test::test_multilayer_net ... ok
[INFO] [stdout] test math::tests::test_dot_unequal_lengths - should panic ... ok
[INFO] [stdout] test result::test::test_json_earesult ... FAILED
[INFO] [stdout] test result::test::test_earesult_mult ... FAILED
[INFO] [stdout] test ne::test::test_symbolic_regression ... ok
[INFO] [stdout] test result::test::test_json_earesult_mult ... FAILED
[INFO] [stdout] test settings::test::test_json ... FAILED
[INFO] [stdout] test math::tests::test_dot_rand ... ok
[INFO] [stdout] test math::tests::test_dot_mv_rand ... ok
[INFO] [stdout] test ea::test::test_tournament_selection ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- result::test::test_json_earesult stdout ----
[INFO] [stdout] Creating population of 10 individuals having size 5
[INFO] [stdout] > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987]
[INFO] [stdout]  Best fitness at generation 0 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 1 : [0.74770314, 1.0149139, 2.1070893, 2.223975, 1.6484824, 1.5378201, 0.6011934, 3.5761397, 0.9521216, 2.2928736]
[INFO] [stdout]  Best fitness at generation 1 : 0.6011934
[INFO] [stdout] 
[INFO] [stdout] > 2 : [0.6011934, 0.4941871, 1.40336, 0.56772393, 0.57128704, 1.5091507, 0.74770314, 1.7149317, 0.8855071, 0.74770314]
[INFO] [stdout]  Best fitness at generation 2 : 0.4941871
[INFO] [stdout] 
[INFO] [stdout] > 3 : [0.4941871, 0.5810038, 0.54462415, 0.32383043, 0.4941871, 0.58726597, 0.52270365, 0.4806475, 0.56772393, 0.49082053]
[INFO] [stdout]  Best fitness at generation 3 : 0.32383043
[INFO] [stdout] 
[INFO] [stdout] > 4 : [0.32383043, 0.50531846, 0.48215872, 0.823188, 0.4806475, 0.4324913, 0.38867235, 0.4475368, 0.45806742, 0.34553877]
[INFO] [stdout]  Best fitness at generation 4 : 0.32383043
[INFO] [stdout] 
[INFO] [stdout] > 5 : [0.32383043, 0.36746377, 0.40635645, 0.3420333, 0.29827178, 0.42035246, 0.43264428, 0.38867235, 0.38867235, 0.34553877]
[INFO] [stdout]  Best fitness at generation 5 : 0.29827178
[INFO] [stdout] 
[INFO] [stdout] > 6 : [0.29827178, 0.29659572, 0.27104113, 0.3460984, 0.30164707, 0.27214736, 0.3427149, 0.29895762, 0.34270364, 0.28820917]
[INFO] [stdout]  Best fitness at generation 6 : 0.27104113
[INFO] [stdout] 
[INFO] [stdout] > 7 : [0.27104113, 0.27104113, 0.31567404, 0.4550992, 0.24094449, 0.21232124, 0.23545018, 0.27104113, 0.307683, 0.2484593]
[INFO] [stdout]  Best fitness at generation 7 : 0.21232124
[INFO] [stdout] 
[INFO] [stdout] > 8 : [0.21232124, 0.20835717, 0.21232124, 0.40922043, 0.21232124, 0.24890324, 0.27104113, 0.21012048, 0.307683, 0.24834625]
[INFO] [stdout]  Best fitness at generation 8 : 0.20835717
[INFO] [stdout] 
[INFO] [stdout] > 9 : [0.20835717, 0.21428941, 0.21012048, 0.37141037, 0.24161397, 0.19386697, 0.18534502, 0.2193543, 0.34712595, 0.30513072]
[INFO] [stdout]  Best fitness at generation 9 : 0.18534502
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'result::test::test_json_earesult' (49) panicked at src/lib.rs:39:48:
[INFO] [stdout] Can not open file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ce6df285952 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ce6df285952 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ce6df285952 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ce6df285952 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ce6df296c0f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ce6df296c0f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ce6df2531c3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ce6df2531c3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ce6df25f092 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ce6df263bcf - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ce6df263a61 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ce6df1ef51e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ce6df1ef51e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ce6df2641df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ce6df2641df - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ce6df26403a - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5ce6df25f1c9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ce6df247abd - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ce6df29ea00 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ce6df29df86 - core::result::unwrap_failed::h72ee8fcbf1bf8ff9
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x5ce6df1b525e - core::result::Result<T,E>::expect::hc63b332158138224
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5ce6df1ce687 - revonet::Jsonable::to_json::hab62badd2f7c8bb7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:39:48
[INFO] [stdout]   22:     0x5ce6df1a2ec2 - revonet::result::test::test_json_earesult::h82c394562016e72c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/result.rs:168:13
[INFO] [stdout]   23:     0x5ce6df1a3027 - revonet::result::test::test_json_earesult::{{closure}}::h24af7e02219a819a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/result.rs:157:28
[INFO] [stdout]   24:     0x5ce6df1b3846 - core::ops::function::FnOnce::call_once::he6ce3e43c7c98ede
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ce6df1ef36b - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5ce6df1ef36b - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x5ce6df20337d - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x5ce6df20337d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x5ce6df20337d - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x5ce6df20337d - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x5ce6df20337d - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ce6df20337d - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x5ce6df20337d - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x5ce6df1dc8c4 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x5ce6df1dc8c4 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ce6df1e01fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x5ce6df1e01fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x5ce6df1e01fa - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x5ce6df1e01fa - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x5ce6df1e01fa - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ce6df1e01fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x5ce6df1e01fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5ce6df25a5cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   44:     0x5ce6df25a5cf - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   45:     0x7fc2da673aa4 - <unknown>
[INFO] [stdout]   46:     0x7fc2da700a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- result::test::test_earesult_mult stdout ----
[INFO] [stdout] Creating population of 10 individuals having size 5
[INFO] [stdout] > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987]
[INFO] [stdout]  Best fitness at generation 0 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 1 : [0.74770314, 1.0173125, 2.278893, 2.8721724, 2.3843746, 1.523047, 0.7864794, 2.2630827, 3.37244, 2.2646995]
[INFO] [stdout]  Best fitness at generation 1 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 2 : [0.74770314, 1.6660788, 1.523047, 1.5792029, 1.523047, 0.7690633, 0.783014, 0.92357177, 0.80276424, 0.7331631]
[INFO] [stdout]  Best fitness at generation 2 : 0.7331631
[INFO] [stdout] 
[INFO] [stdout] > 3 : [0.7331631, 0.7224446, 0.7169769, 0.7913328, 0.6507072, 1.2121857, 1.2109874, 0.64580715, 0.7808258, 0.73167205]
[INFO] [stdout]  Best fitness at generation 3 : 0.64580715
[INFO] [stdout] 
[INFO] [stdout] > 4 : [0.64580715, 0.5371553, 0.7424253, 0.80482537, 0.66801083, 0.68082654, 0.64580715, 0.68403417, 0.58795446, 0.6168379]
[INFO] [stdout]  Best fitness at generation 4 : 0.5371553
[INFO] [stdout] 
[INFO] [stdout] > 5 : [0.5371553, 0.7179957, 0.68121785, 0.655939, 0.62677556, 0.69038814, 0.6279807, 0.6166948, 0.54646015, 0.5987736]
[INFO] [stdout]  Best fitness at generation 5 : 0.5371553
[INFO] [stdout] 
[INFO] [stdout] > 6 : [0.5371553, 0.54150045, 0.4686645, 0.42396742, 0.55525845, 0.532606, 0.63151765, 0.6790676, 0.5918099, 0.47872335]
[INFO] [stdout]  Best fitness at generation 6 : 0.42396742
[INFO] [stdout] 
[INFO] [stdout] > 7 : [0.42396742, 0.39181167, 0.4920859, 0.41389948, 0.55525845, 0.5751024, 0.5332037, 0.54004043, 0.51171327, 0.4035603]
[INFO] [stdout]  Best fitness at generation 7 : 0.39181167
[INFO] [stdout] 
[INFO] [stdout] > 8 : [0.39181167, 0.41283602, 0.42432377, 0.39270997, 0.4157154, 0.40770587, 0.41810638, 0.45740741, 0.463225, 0.74405843]
[INFO] [stdout]  Best fitness at generation 8 : 0.39181167
[INFO] [stdout] 
[INFO] [stdout] > 9 : [0.39181167, 0.3714286, 0.44683778, 0.40770587, 0.85525566, 0.41891947, 0.42251974, 0.40576535, 0.37123942, 0.43040243]
[INFO] [stdout]  Best fitness at generation 9 : 0.37123942
[INFO] [stdout] 
[INFO] [stdout] Creating population of 10 individuals having size 5
[INFO] [stdout] > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987]
[INFO] [stdout]  Best fitness at generation 0 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 1 : [0.74770314, 2.1344845, 3.4819045, 1.1246164, 1.8541583, 1.591692, 0.8513325, 1.5599029, 1.4032817, 2.219475]
[INFO] [stdout]  Best fitness at generation 1 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 2 : [0.74770314, 0.7377164, 0.69805413, 0.82845736, 1.0765742, 1.591722, 1.4226699, 1.1153243, 1.0014069, 1.2665317]
[INFO] [stdout]  Best fitness at generation 2 : 0.69805413
[INFO] [stdout] 
[INFO] [stdout] > 3 : [0.69805413, 0.7992869, 0.7853583, 0.7204979, 0.65972674, 0.8019321, 0.81417954, 0.7377164, 0.8195997, 0.682501]
[INFO] [stdout]  Best fitness at generation 3 : 0.65972674
[INFO] [stdout] 
[INFO] [stdout] > 4 : [0.65972674, 0.5949463, 0.81389254, 0.6840499, 0.66740483, 0.692649, 0.8259367, 0.70529497, 0.7443674, 0.86394924]
[INFO] [stdout]  Best fitness at generation 4 : 0.5949463
[INFO] [stdout] 
[INFO] [stdout] > 5 : [0.5949463, 0.6847624, 0.7153124, 0.6283332, 0.6003092, 0.66840786, 0.540772, 0.7164541, 0.66452056, 0.61018276]
[INFO] [stdout]  Best fitness at generation 5 : 0.540772
[INFO] [stdout] 
[INFO] [stdout] > 6 : [0.540772, 0.4594711, 0.5418082, 0.540772, 0.4710149, 0.65731716, 0.593045, 0.5605355, 0.4481093, 0.7309421]
[INFO] [stdout]  Best fitness at generation 6 : 0.4481093
[INFO] [stdout] 
[INFO] [stdout] > 7 : [0.4481093, 0.49274513, 0.53361064, 0.42313555, 0.5700902, 0.4927439, 0.528025, 0.47723556, 0.44746804, 0.4775996]
[INFO] [stdout]  Best fitness at generation 7 : 0.42313555
[INFO] [stdout] 
[INFO] [stdout] > 8 : [0.42313555, 0.42313555, 0.5223583, 0.4180899, 0.76088506, 0.3733691, 0.24876703, 0.42313555, 0.42313555, 0.6241158]
[INFO] [stdout]  Best fitness at generation 8 : 0.24876703
[INFO] [stdout] 
[INFO] [stdout] > 9 : [0.24876703, 0.26938063, 0.42037553, 0.42313555, 0.24876703, 0.4400358, 0.3804482, 0.38793433, 0.3750893, 0.44610566]
[INFO] [stdout]  Best fitness at generation 9 : 0.24876703
[INFO] [stdout] 
[INFO] [stdout] Creating population of 10 individuals having size 5
[INFO] [stdout] > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987]
[INFO] [stdout]  Best fitness at generation 0 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 1 : [0.74770314, 1.0454276, 2.0353513, 2.1801484, 2.0986485, 1.6393446, 0.9061621, 3.5562384, 1.0351856, 2.2630827]
[INFO] [stdout]  Best fitness at generation 1 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 2 : [0.74770314, 0.8803559, 0.79032534, 1.6393446, 0.7579899, 0.74770314, 0.8547029, 0.9061621, 0.87851745, 0.79575706]
[INFO] [stdout]  Best fitness at generation 2 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 3 : [0.74770314, 0.8371385, 0.8400343, 0.7019543, 0.984258, 0.74770314, 0.7247761, 0.86553305, 0.76149553, 0.5522071]
[INFO] [stdout]  Best fitness at generation 3 : 0.5522071
[INFO] [stdout] 
[INFO] [stdout] > 4 : [0.5522071, 0.74770314, 0.5522071, 0.6490846, 0.68943596, 0.7538961, 0.8371385, 0.5522071, 0.5755073, 0.7054598]
[INFO] [stdout]  Best fitness at generation 4 : 0.5522071
[INFO] [stdout] 
[INFO] [stdout] > 5 : [0.5522071, 0.5734818, 0.6100255, 0.5510276, 0.6849315, 0.5522071, 0.59815943, 0.5830326, 0.6061487, 0.5073731]
[INFO] [stdout]  Best fitness at generation 5 : 0.5073731
[INFO] [stdout] 
[INFO] [stdout] > 6 : [0.5073731, 0.5587305, 0.4970074, 0.61536056, 0.6651332, 0.51280415, 0.56454134, 0.53809595, 0.3627781, 0.5248975]
[INFO] [stdout]  Best fitness at generation 6 : 0.3627781
[INFO] [stdout] 
[INFO] [stdout] > 7 : [0.3627781, 0.49315044, 0.4970074, 0.39293054, 0.57278717, 0.5332904, 0.5324823, 0.50956166, 0.49794316, 0.43575174]
[INFO] [stdout]  Best fitness at generation 7 : 0.3627781
[INFO] [stdout] 
[INFO] [stdout] > 8 : [0.3627781, 0.4897012, 0.5208966, 0.3869533, 0.5013214, 0.5286446, 0.33618727, 0.3518384, 0.38715535, 0.40905115]
[INFO] [stdout]  Best fitness at generation 8 : 0.33618727
[INFO] [stdout] 
[INFO] [stdout] > 9 : [0.33618727, 0.37908724, 0.45399633, 0.503317, 0.3991478, 0.42791852, 0.57994235, 0.39152697, 0.40236622, 0.43789414]
[INFO] [stdout]  Best fitness at generation 9 : 0.33618727
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'result::test::test_earesult_mult' (48) panicked at src/lib.rs:39:48:
[INFO] [stdout] Can not open file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ce6df285952 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ce6df285952 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ce6df285952 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ce6df285952 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ce6df296c0f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ce6df296c0f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ce6df2531c3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ce6df2531c3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ce6df25f092 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ce6df263bcf - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ce6df263a61 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ce6df1ef51e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ce6df1ef51e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ce6df2641df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ce6df2641df - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ce6df26403a - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5ce6df25f1c9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ce6df247abd - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ce6df29ea00 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ce6df29df86 - core::result::unwrap_failed::h72ee8fcbf1bf8ff9
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x5ce6df1b525e - core::result::Result<T,E>::expect::hc63b332158138224
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5ce6df1ce527 - revonet::Jsonable::to_json::h1d419423847ff3bd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:39:48
[INFO] [stdout]   22:     0x5ce6df1a2812 - revonet::result::test::test_earesult_mult::h66a8262b6ea15630
[INFO] [stdout]                                at /opt/rustwide/workdir/src/result.rs:228:13
[INFO] [stdout]   23:     0x5ce6df1a2da7 - revonet::result::test::test_earesult_mult::{{closure}}::h9dd80ac95b94f676
[INFO] [stdout]                                at /opt/rustwide/workdir/src/result.rs:212:28
[INFO] [stdout]   24:     0x5ce6df1b3446 - core::ops::function::FnOnce::call_once::h6541baf9cd5f96ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ce6df1ef36b - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5ce6df1ef36b - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x5ce6df20337d - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x5ce6df20337d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x5ce6df20337d - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x5ce6df20337d - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x5ce6df20337d - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ce6df20337d - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x5ce6df20337d - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x5ce6df1dc8c4 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x5ce6df1dc8c4 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ce6df1e01fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x5ce6df1e01fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x5ce6df1e01fa - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x5ce6df1e01fa - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x5ce6df1e01fa - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ce6df1e01fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x5ce6df1e01fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5ce6df25a5cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   44:     0x5ce6df25a5cf - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   45:     0x7fc2da673aa4 - <unknown>
[INFO] [stdout]   46:     0x7fc2da700a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- result::test::test_json_earesult_mult stdout ----
[INFO] [stdout] Creating population of 10 individuals having size 5
[INFO] [stdout] > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987]
[INFO] [stdout]  Best fitness at generation 0 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 1 : [0.74770314, 2.2630827, 4.039562, 2.2630827, 1.4711008, 0.459574, 0.97084653, 2.1484997, 3.4819045, 1.2737544]
[INFO] [stdout]  Best fitness at generation 1 : 0.459574
[INFO] [stdout] 
[INFO] [stdout] > 2 : [0.459574, 0.54392546, 0.97084653, 0.97084653, 1.0288342, 1.0658882, 0.46104103, 1.2642362, 0.97084653, 0.7709215]
[INFO] [stdout]  Best fitness at generation 2 : 0.459574
[INFO] [stdout] 
[INFO] [stdout] > 3 : [0.459574, 0.83669585, 0.36025122, 0.97084653, 1.2636417, 0.9217677, 0.7709215, 0.6718197, 0.5938141, 0.7916336]
[INFO] [stdout]  Best fitness at generation 3 : 0.36025122
[INFO] [stdout] 
[INFO] [stdout] > 4 : [0.36025122, 0.55396354, 0.5998051, 0.46396998, 0.7554047, 0.8099696, 0.6176751, 0.58354974, 0.6370049, 0.5901938]
[INFO] [stdout]  Best fitness at generation 4 : 0.36025122
[INFO] [stdout] 
[INFO] [stdout] > 5 : [0.36025122, 0.49346888, 0.5675722, 0.36453372, 0.5998051, 0.39052692, 0.5894405, 0.5744964, 0.53633004, 0.5536545]
[INFO] [stdout]  Best fitness at generation 5 : 0.36025122
[INFO] [stdout] 
[INFO] [stdout] > 6 : [0.36025122, 0.4140205, 0.516564, 0.49752602, 0.37562343, 0.32817084, 0.36025122, 0.34481075, 0.46656117, 0.3850423]
[INFO] [stdout]  Best fitness at generation 6 : 0.32817084
[INFO] [stdout] 
[INFO] [stdout] > 7 : [0.32817084, 0.3557004, 0.41221592, 0.38509467, 0.32817084, 0.2887974, 0.3775535, 0.23932102, 0.30660567, 0.41236365]
[INFO] [stdout]  Best fitness at generation 7 : 0.23932102
[INFO] [stdout] 
[INFO] [stdout] > 8 : [0.23932102, 0.36763573, 0.33561105, 0.24988036, 0.2887974, 0.3775535, 0.5774066, 0.25313273, 0.24452671, 0.2395047]
[INFO] [stdout]  Best fitness at generation 8 : 0.23932102
[INFO] [stdout] 
[INFO] [stdout] > 9 : [0.23932102, 0.23667502, 0.25322127, 0.13715197, 0.22272384, 0.24810119, 0.34040043, 0.27218246, 0.2395047, 0.33929765]
[INFO] [stdout]  Best fitness at generation 9 : 0.13715197
[INFO] [stdout] 
[INFO] [stdout] Creating population of 10 individuals having size 5
[INFO] [stdout] > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987]
[INFO] [stdout]  Best fitness at generation 0 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 1 : [0.74770314, 1.0454276, 2.017447, 2.1880982, 2.1824334, 1.458647, 0.7464962, 3.6972835, 1.0590979, 1.5458524]
[INFO] [stdout]  Best fitness at generation 1 : 0.7464962
[INFO] [stdout] 
[INFO] [stdout] > 2 : [0.7464962, 0.81796485, 0.7466584, 0.7464962, 0.76542985, 0.8808391, 0.74770314, 0.74320513, 0.604093, 0.38865358]
[INFO] [stdout]  Best fitness at generation 2 : 0.38865358
[INFO] [stdout] 
[INFO] [stdout] > 3 : [0.38865358, 0.68379366, 0.47121862, 0.57721424, 0.604093, 0.6748671, 0.6220897, 0.3945082, 0.7244903, 0.604093]
[INFO] [stdout]  Best fitness at generation 3 : 0.38865358
[INFO] [stdout] 
[INFO] [stdout] > 4 : [0.38865358, 0.43704572, 0.4070843, 0.42028895, 0.534831, 0.6748671, 0.3834028, 0.38865358, 0.36043465, 0.8037044]
[INFO] [stdout]  Best fitness at generation 4 : 0.36043465
[INFO] [stdout] 
[INFO] [stdout] > 5 : [0.36043465, 0.4013691, 0.33049005, 0.3834028, 0.4371258, 0.3797835, 0.49278885, 0.37751105, 0.4427314, 0.42041108]
[INFO] [stdout]  Best fitness at generation 5 : 0.33049005
[INFO] [stdout] 
[INFO] [stdout] > 6 : [0.33049005, 0.33049005, 0.49236315, 0.3862813, 0.41213968, 0.38809213, 0.4207124, 0.36494, 0.30528745, 0.3970982]
[INFO] [stdout]  Best fitness at generation 6 : 0.30528745
[INFO] [stdout] 
[INFO] [stdout] > 7 : [0.30528745, 0.3941686, 0.31787392, 0.33049005, 0.33049005, 0.3862813, 0.2016502, 0.37389094, 0.35766605, 0.32990453]
[INFO] [stdout]  Best fitness at generation 7 : 0.2016502
[INFO] [stdout] 
[INFO] [stdout] > 8 : [0.2016502, 0.33048293, 0.22621077, 0.25528258, 0.32990453, 0.2940004, 0.31769618, 0.3269535, 0.34180328, 0.3302995]
[INFO] [stdout]  Best fitness at generation 8 : 0.2016502
[INFO] [stdout] 
[INFO] [stdout] > 9 : [0.2016502, 0.22573087, 0.20147635, 0.2739123, 0.34075135, 0.27829832, 0.2197079, 0.23634821, 0.2278019, 0.3111599]
[INFO] [stdout]  Best fitness at generation 9 : 0.20147635
[INFO] [stdout] 
[INFO] [stdout] Creating population of 10 individuals having size 5
[INFO] [stdout] > 0 : [1.5599029, 12.059483, 3.4819045, 2.2630827, 3.1582448, 0.74770314, 12.495278, 10.4785185, 8.401703, 4.7679987]
[INFO] [stdout]  Best fitness at generation 0 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 1 : [0.74770314, 1.0420339, 2.0353513, 2.1611292, 2.2630827, 1.6404502, 0.8394516, 1.5599029, 1.5599029, 1.8362923]
[INFO] [stdout]  Best fitness at generation 1 : 0.74770314
[INFO] [stdout] 
[INFO] [stdout] > 2 : [0.74770314, 0.755158, 0.74770314, 0.83828324, 0.8394516, 0.6989471, 0.74770314, 0.8452528, 0.730071, 1.1236813]
[INFO] [stdout]  Best fitness at generation 2 : 0.6989471
[INFO] [stdout] 
[INFO] [stdout] > 3 : [0.6989471, 0.6726187, 0.7472567, 0.7051725, 0.6400451, 0.6386019, 0.6989471, 0.6136701, 0.9414676, 0.5383607]
[INFO] [stdout]  Best fitness at generation 3 : 0.5383607
[INFO] [stdout] 
[INFO] [stdout] > 4 : [0.5383607, 0.59273094, 0.8216931, 0.6136701, 0.6989471, 0.48737985, 0.49474534, 0.8118479, 0.6026612, 0.4902525]
[INFO] [stdout]  Best fitness at generation 4 : 0.48737985
[INFO] [stdout] 
[INFO] [stdout] > 5 : [0.48737985, 0.5748529, 0.5303156, 0.51136124, 0.5534804, 0.5377948, 0.56958896, 0.40323862, 0.4618974, 0.43514866]
[INFO] [stdout]  Best fitness at generation 5 : 0.40323862
[INFO] [stdout] 
[INFO] [stdout] > 6 : [0.40323862, 0.43265614, 0.5651585, 0.54448056, 0.40323862, 0.57965106, 0.5472419, 0.5514001, 0.4380106, 0.4618974]
[INFO] [stdout]  Best fitness at generation 6 : 0.40323862
[INFO] [stdout] 
[INFO] [stdout] > 7 : [0.40323862, 0.34234273, 0.3545537, 0.45834902, 0.42465425, 0.57250136, 0.47313747, 0.4214289, 0.42359746, 0.41999823]
[INFO] [stdout]  Best fitness at generation 7 : 0.34234273
[INFO] [stdout] 
[INFO] [stdout] > 8 : [0.34234273, 0.34653088, 0.35599947, 0.060614046, 0.3857882, 0.31938043, 0.37889746, 0.3786469, 0.42010403, 0.35309085]
[INFO] [stdout]  Best fitness at generation 8 : 0.060614046
[INFO] [stdout] 
[INFO] [stdout] > 9 : [0.060614046, 0.2027591, 0.12268845, 0.34234273, 0.18116468, 0.22043325, 0.06359524, 0.39880076, 0.41691452, 0.08660421]
[INFO] [stdout]  Best fitness at generation 9 : 0.060614046
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'result::test::test_json_earesult_mult' (50) panicked at src/lib.rs:39:48:
[INFO] [stdout] Can not open file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ce6df285952 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ce6df285952 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ce6df285952 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ce6df285952 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ce6df296c0f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ce6df296c0f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ce6df2531c3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ce6df2531c3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ce6df25f092 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ce6df263bcf - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ce6df263a61 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ce6df1ef51e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ce6df1ef51e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ce6df2641df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ce6df2641df - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ce6df26403a - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5ce6df25f1c9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ce6df247abd - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ce6df29ea00 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ce6df29df86 - core::result::unwrap_failed::h72ee8fcbf1bf8ff9
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x5ce6df1b525e - core::result::Result<T,E>::expect::hc63b332158138224
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5ce6df1ce527 - revonet::Jsonable::to_json::h1d419423847ff3bd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:39:48
[INFO] [stdout]   22:     0x5ce6df1a315c - revonet::result::test::test_json_earesult_mult::h16ae0c467b4f112d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/result.rs:194:13
[INFO] [stdout]   23:     0x5ce6df1a34f7 - revonet::result::test::test_json_earesult_mult::{{closure}}::h5034030eecffb089
[INFO] [stdout]                                at /opt/rustwide/workdir/src/result.rs:178:33
[INFO] [stdout]   24:     0x5ce6df1b3706 - core::ops::function::FnOnce::call_once::hc05ff3b219db32c5
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ce6df1ef36b - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5ce6df1ef36b - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x5ce6df20337d - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x5ce6df20337d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x5ce6df20337d - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x5ce6df20337d - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x5ce6df20337d - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ce6df20337d - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x5ce6df20337d - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x5ce6df1dc8c4 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x5ce6df1dc8c4 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ce6df1e01fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x5ce6df1e01fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x5ce6df1e01fa - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x5ce6df1e01fa - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x5ce6df1e01fa - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ce6df1e01fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x5ce6df1e01fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5ce6df25a5cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   44:     0x5ce6df25a5cf - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   45:     0x7fc2da673aa4 - <unknown>
[INFO] [stdout]   46:     0x7fc2da700a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- settings::test::test_json stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'settings::test::test_json' (51) panicked at src/settings.rs:83:48:
[INFO] [stdout] Can not open file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ce6df285952 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ce6df285952 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ce6df285952 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ce6df285952 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ce6df296c0f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ce6df296c0f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ce6df2531c3 - std::io::default_write_fmt::h2580ece0d4b58e51
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ce6df2531c3 - std::io::Write::write_fmt::hac9e42858f273b87
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ce6df25f092 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ce6df263bcf - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ce6df263a61 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ce6df1ef51e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h8c698701e444e564
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ce6df1ef51e - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ce6df2641df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc4f222a8a57c637a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ce6df2641df - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ce6df26403a - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5ce6df25f1c9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ce6df247abd - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ce6df29ea00 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ce6df29df86 - core::result::unwrap_failed::h72ee8fcbf1bf8ff9
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x5ce6df1b525e - core::result::Result<T,E>::expect::hc63b332158138224
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5ce6df1b7297 - revonet::settings::EASettings::to_json::h2c1e46cb8700dc61
[INFO] [stdout]                                at /opt/rustwide/workdir/src/settings.rs:83:48
[INFO] [stdout]   22:     0x5ce6df1a36a0 - revonet::settings::test::test_json::hb5303b2d7fbc5ede
[INFO] [stdout]                                at /opt/rustwide/workdir/src/settings.rs:125:18
[INFO] [stdout]   23:     0x5ce6df1a38c7 - revonet::settings::test::test_json::{{closure}}::h18b09c661371176d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/settings.rs:122:19
[INFO] [stdout]   24:     0x5ce6df1b33c6 - core::ops::function::FnOnce::call_once::h5ed24d02e0cbce67
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ce6df1ef36b - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5ce6df1ef36b - test::__rust_begin_short_backtrace::h94208530f2b4c8c7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x5ce6df20337d - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x5ce6df20337d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x5ce6df20337d - std::panicking::catch_unwind::do_call::he5edbaf126c13b99
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x5ce6df20337d - std::panicking::catch_unwind::h3d6a8652eceeabce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x5ce6df20337d - std::panic::catch_unwind::hbef0c501dd7bb498
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ce6df20337d - test::run_test_in_process::h400008a46a5006a0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x5ce6df20337d - test::run_test::{{closure}}::h9a131655b31d9427
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x5ce6df1dc8c4 - test::run_test::{{closure}}::he4a7177c216308c0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x5ce6df1dc8c4 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ce6df1e01fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x5ce6df1e01fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x5ce6df1e01fa - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x5ce6df1e01fa - std::panicking::catch_unwind::h7e8b531bbda77d20
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x5ce6df1e01fa - std::panic::catch_unwind::hf9bbb2040b4f1e6c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ce6df1e01fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x5ce6df1e01fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5ce6df25a5cf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6891ad53a5ed6f52
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   44:     0x5ce6df25a5cf - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   45:     0x7fc2da673aa4 - <unknown>
[INFO] [stdout]   46:     0x7fc2da700a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     result::test::test_earesult_mult
[INFO] [stdout]     result::test::test_json_earesult
[INFO] [stdout]     result::test::test_json_earesult_mult
[INFO] [stdout]     settings::test::test_json
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 23 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "5d55357da0a1ec52a4e2583d3f35df060709239b2a95bbf5a7850747c41fed2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d55357da0a1ec52a4e2583d3f35df060709239b2a95bbf5a7850747c41fed2b", kill_on_drop: false }`
[INFO] [stdout] 5d55357da0a1ec52a4e2583d3f35df060709239b2a95bbf5a7850747c41fed2b
