[INFO] fetching crate generic_relation_helpers 0.2.0...
[INFO] testing generic_relation_helpers-0.2.0 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate generic_relation_helpers 0.2.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate generic_relation_helpers 0.2.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate generic_relation_helpers 0.2.0
[INFO] tweaked toml for crates.io crate generic_relation_helpers 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate generic_relation_helpers 0.2.0 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate generic_relation_helpers 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4
[INFO] running `Command { std: "docker" "start" "9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling generic_relation_helpers v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait method `get_FK_field_of_source_secondary` should have a snake case name
[INFO] [stdout]   --> src/traits/trait_communs.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn get_FK_field_of_source_secondary(&self) -> &str;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `get_fk_field_of_source_secondary`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `hasmap_indexed__enfants` should have a snake case name
[INFO] [stdout]   --> src/propers_link_childrens_with_parent.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let mut hasmap_indexed__enfants:HashMap<&str,&TEnfant> =HashMap::new();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `hasmap_indexed_enfants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
[INFO] running `Command { std: "docker" "inspect" "9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling generic_relation_helpers v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait method `get_FK_field_of_source_secondary` should have a snake case name
[INFO] [stdout]   --> src/traits/trait_communs.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn get_FK_field_of_source_secondary(&self) -> &str;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `get_fk_field_of_source_secondary`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `hasmap_indexed__enfants` should have a snake case name
[INFO] [stdout]   --> src/propers_link_childrens_with_parent.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let mut hasmap_indexed__enfants:HashMap<&str,&TEnfant> =HashMap::new();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `hasmap_indexed_enfants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `get_FK_field_of_source_secondary` should have a snake case name
[INFO] [stdout]   --> src/traits/trait_communs.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn get_FK_field_of_source_secondary(&self) -> &str;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `get_fk_field_of_source_secondary`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `hasmap_indexed__enfants` should have a snake case name
[INFO] [stdout]   --> src/propers_link_childrens_with_parent.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let mut hasmap_indexed__enfants:HashMap<&str,&TEnfant> =HashMap::new();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `hasmap_indexed_enfants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.79s
[INFO] running `Command { std: "docker" "inspect" "9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: trait method `get_FK_field_of_source_secondary` should have a snake case name
[INFO] [stderr]   --> src/traits/trait_communs.rs:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 |     fn get_FK_field_of_source_secondary(&self) -> &str;
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `get_fk_field_of_source_secondary`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `hasmap_indexed__enfants` should have a snake case name
[INFO] [stderr]   --> src/propers_link_childrens_with_parent.rs:59:13
[INFO] [stderr]    |
[INFO] [stderr] 59 |     let mut hasmap_indexed__enfants:HashMap<&str,&TEnfant> =HashMap::new();
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `hasmap_indexed_enfants`
[INFO] [stderr] 
[INFO] [stderr] warning: `generic_relation_helpers` (lib) generated 2 warnings
[INFO] [stderr] warning: `generic_relation_helpers` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/generic_relation_helpers-c2121437f99c8941)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running tests/test_get_childrens.rs (/opt/rustwide/target/debug/deps/test_get_childrens-7be083c0b8d5f282)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_get_childrens_artem_hotel ... ok
[INFO] [stdout] test test_get_childrens_fusion_attributs_liaison ... ok
[INFO] [stdout] test test_get_childrens_ignore_orphelin_absent_de_source ... ok
[INFO] [stdout] test test_get_childrens_retourne_bons_enfants ... ok
[INFO] [stdout] test test_get_childrens_retourne_vide_si_pas_de_match ... ok
[INFO] [stdout] test test_get_childrens_retourne_vide_si_enfants_vide ... ok
[INFO] [stdout] test test_get_childrens_retourne_vide_si_slice_vide ... ok
[INFO] [stdout] test test_get_childrens_match_key_fait_la_correspondance ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_get_parents.rs (/opt/rustwide/target/debug/deps/test_get_parents-d02e300f4f2072bd)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test test_build_from_parent_extrait_enfants_depuis_hashmap ... ok
[INFO] [stdout] test test_build_from_son_construit_correctement ... ok
[INFO] [stdout] test test_filtre_aucun_resultat ... ok
[INFO] [stdout] test test_adresse_et_poster_correctement_transmis ... FAILED
[INFO] [stdout] test test_filtre_begin_retourne_parents_qui_commencent_par ... FAILED
[INFO] [stdout] test test_filtre_contains_retourne_parents_qui_contiennent ... FAILED
[INFO] [stdout] test test_filtre_equal_insensible_casse ... FAILED
[INFO] [stdout] test test_filtre_equal_retourne_un_seul_parent ... FAILED
[INFO] [stdout] test test_filtre_finished_retourne_parents_qui_terminent_par ... FAILED
[INFO] [stdout] test test_get_values_of_property_alimente_hashmap_correctement ... FAILED
[INFO] [stdout] test test_orphelin_dans_source_enfants_est_ignore ... FAILED
[INFO] [stdout] test test_parent_sans_enfants_retourne_vec_vide ... FAILED
[INFO] [stdout] test test_sans_filtre_retourne_tous_les_parents ... FAILED
[INFO] [stdout] test test_sans_filtre_enfants_correctement_associes ... FAILED
[INFO] [stdout] test test_adresse_none_retournee_correctement ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_adresse_et_poster_correctement_transmis stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_adresse_et_poster_correctement_transmis' (468) panicked at tests/test_get_parents.rs:79:59:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d472 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d472 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a798634905 - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41
[INFO] [stdout]   35:     0x60a7986374c5 - <&mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&test_get_parents[545b0902a191fe85]::ParentTest,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   36:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::option::Option<&test_get_parents[545b0902a191fe85]::ParentTest>>::map::<test_get_parents[545b0902a191fe85]::DestinationTest, &mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   37:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   38:     0x60a79863dac8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   39:     0x60a79863d76d - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   40:     0x60a79863b915 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<test_get_parents[545b0902a191fe85]::DestinationTest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   41:     0x60a7986341ad - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   42:     0x60a7986302ed - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6
[INFO] [stdout]   43:     0x60a79864a3a7 - test_get_parents[545b0902a191fe85]::test_adresse_et_poster_correctement_transmis
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:316:40
[INFO] [stdout]   44:     0x60a798647477 - test_get_parents[545b0902a191fe85]::test_adresse_et_poster_correctement_transmis::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:315:50
[INFO] [stdout]   45:     0x60a79863f8f6 - <test_get_parents[545b0902a191fe85]::test_adresse_et_poster_correctement_transmis::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc750b7a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_filtre_begin_retourne_parents_qui_commencent_par stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_filtre_begin_retourne_parents_qui_commencent_par' (473) panicked at tests/test_get_parents.rs:79:59:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d472 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d472 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a798634905 - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41
[INFO] [stdout]   35:     0x60a7986374c5 - <&mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&test_get_parents[545b0902a191fe85]::ParentTest,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   36:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::option::Option<&test_get_parents[545b0902a191fe85]::ParentTest>>::map::<test_get_parents[545b0902a191fe85]::DestinationTest, &mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   37:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   38:     0x60a79863dac8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   39:     0x60a79863d76d - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   40:     0x60a79863b915 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<test_get_parents[545b0902a191fe85]::DestinationTest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   41:     0x60a7986341ad - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   42:     0x60a7986302ed - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6
[INFO] [stdout]   43:     0x60a79864bf9a - test_get_parents[545b0902a191fe85]::test_filtre_begin_retourne_parents_qui_commencent_par
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:243:40
[INFO] [stdout]   44:     0x60a798647537 - test_get_parents[545b0902a191fe85]::test_filtre_begin_retourne_parents_qui_commencent_par::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:242:59
[INFO] [stdout]   45:     0x60a79863f9f6 - <test_get_parents[545b0902a191fe85]::test_filtre_begin_retourne_parents_qui_commencent_par::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc750b7a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_filtre_contains_retourne_parents_qui_contiennent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_filtre_contains_retourne_parents_qui_contiennent' (474) panicked at tests/test_get_parents.rs:79:59:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d472 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d472 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a798634905 - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41
[INFO] [stdout]   35:     0x60a7986374c5 - <&mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&test_get_parents[545b0902a191fe85]::ParentTest,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   36:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::option::Option<&test_get_parents[545b0902a191fe85]::ParentTest>>::map::<test_get_parents[545b0902a191fe85]::DestinationTest, &mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   37:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   38:     0x60a79863dac8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   39:     0x60a79863d76d - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   40:     0x60a79863b915 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<test_get_parents[545b0902a191fe85]::DestinationTest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   41:     0x60a7986341ad - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   42:     0x60a7986302ed - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6
[INFO] [stdout]   43:     0x60a79864c25a - test_get_parents[545b0902a191fe85]::test_filtre_contains_retourne_parents_qui_contiennent
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:271:40
[INFO] [stdout]   44:     0x60a798647567 - test_get_parents[545b0902a191fe85]::test_filtre_contains_retourne_parents_qui_contiennent::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:270:59
[INFO] [stdout]   45:     0x60a79863fa36 - <test_get_parents[545b0902a191fe85]::test_filtre_contains_retourne_parents_qui_contiennent::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc750b7a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_filtre_equal_insensible_casse stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_filtre_equal_insensible_casse' (475) panicked at tests/test_get_parents.rs:79:59:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d472 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d472 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a798634905 - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41
[INFO] [stdout]   35:     0x60a7986374c5 - <&mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&test_get_parents[545b0902a191fe85]::ParentTest,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   36:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::option::Option<&test_get_parents[545b0902a191fe85]::ParentTest>>::map::<test_get_parents[545b0902a191fe85]::DestinationTest, &mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   37:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   38:     0x60a79863dac8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   39:     0x60a79863d76d - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   40:     0x60a79863b915 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<test_get_parents[545b0902a191fe85]::DestinationTest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   41:     0x60a7986341ad - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   42:     0x60a7986302ed - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6
[INFO] [stdout]   43:     0x60a7986489e7 - test_get_parents[545b0902a191fe85]::test_filtre_equal_insensible_casse
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:229:40
[INFO] [stdout]   44:     0x60a798647357 - test_get_parents[545b0902a191fe85]::test_filtre_equal_insensible_casse::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:228:40
[INFO] [stdout]   45:     0x60a79863f776 - <test_get_parents[545b0902a191fe85]::test_filtre_equal_insensible_casse::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc750b7a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_filtre_equal_retourne_un_seul_parent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_filtre_equal_retourne_un_seul_parent' (476) panicked at tests/test_get_parents.rs:79:59:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d472 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d472 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a798634905 - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41
[INFO] [stdout]   35:     0x60a7986374c5 - <&mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&test_get_parents[545b0902a191fe85]::ParentTest,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   36:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::option::Option<&test_get_parents[545b0902a191fe85]::ParentTest>>::map::<test_get_parents[545b0902a191fe85]::DestinationTest, &mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   37:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   38:     0x60a79863dac8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   39:     0x60a79863d76d - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   40:     0x60a79863b915 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<test_get_parents[545b0902a191fe85]::DestinationTest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   41:     0x60a7986341ad - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   42:     0x60a7986302ed - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6
[INFO] [stdout]   43:     0x60a798649707 - test_get_parents[545b0902a191fe85]::test_filtre_equal_retourne_un_seul_parent
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:215:40
[INFO] [stdout]   44:     0x60a7986473b7 - test_get_parents[545b0902a191fe85]::test_filtre_equal_retourne_un_seul_parent::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:214:47
[INFO] [stdout]   45:     0x60a79863f7f6 - <test_get_parents[545b0902a191fe85]::test_filtre_equal_retourne_un_seul_parent::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc750b7a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_filtre_finished_retourne_parents_qui_terminent_par stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_filtre_finished_retourne_parents_qui_terminent_par' (477) panicked at tests/test_get_parents.rs:79:59:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d472 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d472 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a798634905 - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41
[INFO] [stdout]   35:     0x60a7986374c5 - <&mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&test_get_parents[545b0902a191fe85]::ParentTest,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   36:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::option::Option<&test_get_parents[545b0902a191fe85]::ParentTest>>::map::<test_get_parents[545b0902a191fe85]::DestinationTest, &mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   37:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   38:     0x60a79863dac8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   39:     0x60a79863d76d - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   40:     0x60a79863b915 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<test_get_parents[545b0902a191fe85]::DestinationTest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   41:     0x60a7986341ad - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   42:     0x60a7986302ed - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6
[INFO] [stdout]   43:     0x60a79864c514 - test_get_parents[545b0902a191fe85]::test_filtre_finished_retourne_parents_qui_terminent_par
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:257:40
[INFO] [stdout]   44:     0x60a798647597 - test_get_parents[545b0902a191fe85]::test_filtre_finished_retourne_parents_qui_terminent_par::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:256:61
[INFO] [stdout]   45:     0x60a79863fa76 - <test_get_parents[545b0902a191fe85]::test_filtre_finished_retourne_parents_qui_terminent_par::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc750b7a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_values_of_property_alimente_hashmap_correctement stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_get_values_of_property_alimente_hashmap_correctement' (478) panicked at tests/test_get_parents.rs:79:59:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d472 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d472 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a79864c9b2 - test_get_parents[545b0902a191fe85]::test_get_values_of_property_alimente_hashmap_correctement
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:416:22
[INFO] [stdout]   35:     0x60a7986475c7 - test_get_parents[545b0902a191fe85]::test_get_values_of_property_alimente_hashmap_correctement::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:406:63
[INFO] [stdout]   36:     0x60a79863fab6 - <test_get_parents[545b0902a191fe85]::test_get_values_of_property_alimente_hashmap_correctement::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   39:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   40:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   41:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   42:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   45:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   46:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   47:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   48:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   49:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   54:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   56:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   57:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   58:     0x7fdc750b7a64 - clone
[INFO] [stdout]   59:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_orphelin_dans_source_enfants_est_ignore stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_orphelin_dans_source_enfants_est_ignore' (479) panicked at tests/test_get_parents.rs:79:59:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d472 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d472 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a798634905 - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41
[INFO] [stdout]   35:     0x60a7986374c5 - <&mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&test_get_parents[545b0902a191fe85]::ParentTest,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   36:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::option::Option<&test_get_parents[545b0902a191fe85]::ParentTest>>::map::<test_get_parents[545b0902a191fe85]::DestinationTest, &mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   37:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   38:     0x60a79863dac8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   39:     0x60a79863d76d - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   40:     0x60a79863b915 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<test_get_parents[545b0902a191fe85]::DestinationTest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   41:     0x60a7986341ad - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   42:     0x60a7986302ed - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6
[INFO] [stdout]   43:     0x60a79864a734 - test_get_parents[545b0902a191fe85]::test_orphelin_dans_source_enfants_est_ignore
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:362:40
[INFO] [stdout]   44:     0x60a7986474a7 - test_get_parents[545b0902a191fe85]::test_orphelin_dans_source_enfants_est_ignore::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:356:50
[INFO] [stdout]   45:     0x60a79863f936 - <test_get_parents[545b0902a191fe85]::test_orphelin_dans_source_enfants_est_ignore::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc750b7a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_parent_sans_enfants_retourne_vec_vide stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_parent_sans_enfants_retourne_vec_vide' (480) panicked at tests/test_get_parents.rs:78:61:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d3e0 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d3e0 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:78:61
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a798634905 - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41
[INFO] [stdout]   35:     0x60a7986374c5 - <&mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&test_get_parents[545b0902a191fe85]::ParentTest,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   36:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::option::Option<&test_get_parents[545b0902a191fe85]::ParentTest>>::map::<test_get_parents[545b0902a191fe85]::DestinationTest, &mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   37:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   38:     0x60a79863dac8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   39:     0x60a79863d76d - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   40:     0x60a79863b915 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<test_get_parents[545b0902a191fe85]::DestinationTest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   41:     0x60a7986341ad - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   42:     0x60a7986302ed - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6
[INFO] [stdout]   43:     0x60a798649eb9 - test_get_parents[545b0902a191fe85]::test_parent_sans_enfants_retourne_vec_vide
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:302:40
[INFO] [stdout]   44:     0x60a798647417 - test_get_parents[545b0902a191fe85]::test_parent_sans_enfants_retourne_vec_vide::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:297:48
[INFO] [stdout]   45:     0x60a79863f876 - <test_get_parents[545b0902a191fe85]::test_parent_sans_enfants_retourne_vec_vide::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc750b7a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_sans_filtre_retourne_tous_les_parents stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_sans_filtre_retourne_tous_les_parents' (482) panicked at tests/test_get_parents.rs:79:59:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d472 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d472 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a798634905 - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41
[INFO] [stdout]   35:     0x60a7986374c5 - <&mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&test_get_parents[545b0902a191fe85]::ParentTest,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   36:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::option::Option<&test_get_parents[545b0902a191fe85]::ParentTest>>::map::<test_get_parents[545b0902a191fe85]::DestinationTest, &mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   37:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   38:     0x60a79863dac8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   39:     0x60a79863d76d - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   40:     0x60a79863b915 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<test_get_parents[545b0902a191fe85]::DestinationTest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   41:     0x60a7986341ad - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   42:     0x60a7986302ed - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6
[INFO] [stdout]   43:     0x60a79864a150 - test_get_parents[545b0902a191fe85]::test_sans_filtre_retourne_tous_les_parents
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:181:40
[INFO] [stdout]   44:     0x60a798647447 - test_get_parents[545b0902a191fe85]::test_sans_filtre_retourne_tous_les_parents::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:180:48
[INFO] [stdout]   45:     0x60a79863f8b6 - <test_get_parents[545b0902a191fe85]::test_sans_filtre_retourne_tous_les_parents::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc750b7a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_sans_filtre_enfants_correctement_associes stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_sans_filtre_enfants_correctement_associes' (481) panicked at tests/test_get_parents.rs:79:59:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d472 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d472 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stderr] error: test failed, to rerun pass `--test test_get_parents`
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a798634905 - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41
[INFO] [stdout]   35:     0x60a7986374c5 - <&mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&test_get_parents[545b0902a191fe85]::ParentTest,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   36:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::option::Option<&test_get_parents[545b0902a191fe85]::ParentTest>>::map::<test_get_parents[545b0902a191fe85]::DestinationTest, &mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   37:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   38:     0x60a79863dac8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   39:     0x60a79863d76d - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   40:     0x60a79863b915 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<test_get_parents[545b0902a191fe85]::DestinationTest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   41:     0x60a7986341ad - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   42:     0x60a7986302ed - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6
[INFO] [stdout]   43:     0x60a79864a951 - test_get_parents[545b0902a191fe85]::test_sans_filtre_enfants_correctement_associes
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:194:40
[INFO] [stdout]   44:     0x60a7986474d7 - test_get_parents[545b0902a191fe85]::test_sans_filtre_enfants_correctement_associes::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:193:52
[INFO] [stdout]   45:     0x60a79863f976 - <test_get_parents[545b0902a191fe85]::test_sans_filtre_enfants_correctement_associes::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc750b7a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_adresse_none_retournee_correctement stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_adresse_none_retournee_correctement' (469) panicked at tests/test_get_parents.rs:78:61:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60a7986e7841 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60a7986e7841 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60a7986e7841 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60a7986fbe3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60a7986fbe3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x60a7986ebcfc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x60a7986ebcfc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x60a7986c5fb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60a7986c5fb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60a7986dfa69 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60a79865acd0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x60a79865acd0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60a7986dfc22 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x60a7986dfc22 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x60a7986c6094 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x60a7986bd9c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60a7986c6c5d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x60a7986fc60c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60a7986fc5d2 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x60a7986fc329 - core[6883ba1bc0fe4ed1]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:2251:5
[INFO] [stdout]   21:     0x60a79864d3e0 - <core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1014:21
[INFO] [stdout]   22:     0x60a79864d3e0 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::HasFields>::get_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:78:61
[INFO] [stdout]   23:     0x60a79863bd58 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48
[INFO] [stdout]   24:     0x60a798634c28 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   25:     0x60a798632997 - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&&str, (alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), (), generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   26:     0x60a798631654 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value), <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   27:     0x60a79863427a - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   28:     0x60a798631cc9 - <hashbrown[96ca1111ca6a1c5d]::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value, std[73adb7dc35730857]::hash::random::RandomState> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rust/deps/hashbrown-0.17.1/src/map.rs:4879:14
[INFO] [stdout]   29:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::Extend<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::extend::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3032:19
[INFO] [stdout]   30:     0x60a79863185b - <std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<(alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value)>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/collections/hash/map.rs:3016:13
[INFO] [stdout]   31:     0x60a79863425d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<&str>, generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields<test_get_parents[545b0902a191fe85]::ParentTest>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<std[73adb7dc35730857]::collections::hash::map::HashMap<alloc[55a36b64bcbf2c0d]::string::String, serde_json[6cc377d38a439cfc]::value::Value>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x60a798639cd2 - generic_relation_helpers[6f86de983fe1a019]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::<test_get_parents[545b0902a191fe85]::ParentTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10
[INFO] [stdout]   33:     0x60a79864d286 - <test_get_parents[545b0902a191fe85]::ParentTest as generic_relation_helpers[6f86de983fe1a019]::traits::trait_communs::GetValueFieldForSourceParent<test_get_parents[545b0902a191fe85]::EnfantTest>>::get_values_of_property
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9
[INFO] [stdout]   34:     0x60a798634905 - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41
[INFO] [stdout]   35:     0x60a7986374c5 - <&mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&test_get_parents[545b0902a191fe85]::ParentTest,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   36:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::option::Option<&test_get_parents[545b0902a191fe85]::ParentTest>>::map::<test_get_parents[545b0902a191fe85]::DestinationTest, &mut generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   37:     0x60a7986374c5 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   38:     0x60a79863dac8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:24:41
[INFO] [stdout]   39:     0x60a79863d76d - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<test_get_parents[545b0902a191fe85]::DestinationTest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   40:     0x60a79863b915 - <alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<test_get_parents[545b0902a191fe85]::DestinationTest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   41:     0x60a7986341ad - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::iter::adapters::filter::Filter<core[6883ba1bc0fe4ed1]::slice::iter::Iter<test_get_parents[545b0902a191fe85]::ParentTest>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#2}>, generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>::{closure#3}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<test_get_parents[545b0902a191fe85]::DestinationTest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   42:     0x60a7986302ed - generic_relation_helpers[6f86de983fe1a019]::propers_link_childrens_with_parent::get_parents_with_their_childrens::<test_get_parents[545b0902a191fe85]::ParentTest, test_get_parents[545b0902a191fe85]::JointureTest, test_get_parents[545b0902a191fe85]::EnfantTest, test_get_parents[545b0902a191fe85]::DestinationTest>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6
[INFO] [stdout]   43:     0x60a7986492fe - test_get_parents[545b0902a191fe85]::test_adresse_none_retournee_correctement
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:340:40
[INFO] [stdout]   44:     0x60a798647387 - test_get_parents[545b0902a191fe85]::test_adresse_none_retournee_correctement::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_get_parents.rs:329:46
[INFO] [stdout]   45:     0x60a79863f7b6 - <test_get_parents[545b0902a191fe85]::test_adresse_none_retournee_correctement::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60a79864e00b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60a79864e00b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x60a79865b655 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x60a79865b655 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60a79865b655 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60a79865b655 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x60a79865b655 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x60a798656104 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x60a798656104 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x60a79865e7a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x60a79865e7a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60a79865e7a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60a79865e7a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x60a79865e7a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60a7986e70cf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x60a7986e70cf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7fdc7502aaa4 - <unknown>
[INFO] [stdout]   67:     0x7fdc750b7a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_adresse_et_poster_correctement_transmis
[INFO] [stdout]     test_adresse_none_retournee_correctement
[INFO] [stdout]     test_filtre_begin_retourne_parents_qui_commencent_par
[INFO] [stdout]     test_filtre_contains_retourne_parents_qui_contiennent
[INFO] [stdout]     test_filtre_equal_insensible_casse
[INFO] [stdout]     test_filtre_equal_retourne_un_seul_parent
[INFO] [stdout]     test_filtre_finished_retourne_parents_qui_terminent_par
[INFO] [stdout]     test_get_values_of_property_alimente_hashmap_correctement
[INFO] [stdout]     test_orphelin_dans_source_enfants_est_ignore
[INFO] [stdout]     test_parent_sans_enfants_retourne_vec_vide
[INFO] [stdout]     test_sans_filtre_enfants_correctement_associes
[INFO] [stdout]     test_sans_filtre_retourne_tous_les_parents
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4", kill_on_drop: false }`
[INFO] [stdout] 9d3be3b5d31a780b0a4a9e5cd7d20bebe6d4a506608b1c4dea57db56ac940ea4
