[INFO] fetching crate generic_relation_helpers 0.2.0... [INFO] testing generic_relation_helpers-0.2.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate generic_relation_helpers 0.2.0 into /workspace/builds/worker-2-tc1/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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate generic_relation_helpers 0.2.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8056e228495eff2f9c3c0e1d60a27b1a8ab44c0c1543eb6f996339a86db772aa [INFO] running `Command { std: "docker" "start" "-a" "8056e228495eff2f9c3c0e1d60a27b1a8ab44c0c1543eb6f996339a86db772aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8056e228495eff2f9c3c0e1d60a27b1a8ab44c0c1543eb6f996339a86db772aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8056e228495eff2f9c3c0e1d60a27b1a8ab44c0c1543eb6f996339a86db772aa", kill_on_drop: false }` [INFO] [stdout] 8056e228495eff2f9c3c0e1d60a27b1a8ab44c0c1543eb6f996339a86db772aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f736c7ae02614e078ac396a7aca2cbda35f50a5850f107c65a11a2bccc4002bc [INFO] running `Command { std: "docker" "start" "-a" "f736c7ae02614e078ac396a7aca2cbda35f50a5850f107c65a11a2bccc4002bc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling syn v2.0.117 [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 8.08s [INFO] running `Command { std: "docker" "inspect" "f736c7ae02614e078ac396a7aca2cbda35f50a5850f107c65a11a2bccc4002bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f736c7ae02614e078ac396a7aca2cbda35f50a5850f107c65a11a2bccc4002bc", kill_on_drop: false }` [INFO] [stdout] f736c7ae02614e078ac396a7aca2cbda35f50a5850f107c65a11a2bccc4002bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b0e48185d0bcc5caec676550e4d6f37958dfc999becf2a838ed03d3c4759928 [INFO] running `Command { std: "docker" "start" "-a" "3b0e48185d0bcc5caec676550e4d6f37958dfc999becf2a838ed03d3c4759928", 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.15s [INFO] running `Command { std: "docker" "inspect" "3b0e48185d0bcc5caec676550e4d6f37958dfc999becf2a838ed03d3c4759928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b0e48185d0bcc5caec676550e4d6f37958dfc999becf2a838ed03d3c4759928", kill_on_drop: false }` [INFO] [stdout] 3b0e48185d0bcc5caec676550e4d6f37958dfc999becf2a838ed03d3c4759928 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6f4813b511c3cfb75548e6b2cd4529c6858c3eb98b7676aebe0a8a6978e2f1fb [INFO] running `Command { std: "docker" "start" "-a" "6f4813b511c3cfb75548e6b2cd4529c6858c3eb98b7676aebe0a8a6978e2f1fb", 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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/generic_relation_helpers-66d8de194cd39b07) [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] [stdout] [INFO] [stderr] Running tests/test_get_childrens.rs (/opt/rustwide/target/debug/deps/test_get_childrens-a07827c343caa751) [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_retourne_bons_enfants ... ok [INFO] [stdout] test test_get_childrens_retourne_vide_si_enfants_vide ... ok [INFO] [stdout] test test_get_childrens_match_key_fait_la_correspondance ... ok [INFO] [stdout] test test_get_childrens_retourne_vide_si_pas_de_match ... ok [INFO] [stdout] test test_get_childrens_ignore_orphelin_absent_de_source ... ok [INFO] [stderr] Running tests/test_get_parents.rs (/opt/rustwide/target/debug/deps/test_get_parents-ad9470adebccef31) [INFO] [stdout] test test_get_childrens_retourne_vide_si_slice_vide ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test test_filtre_aucun_resultat ... ok [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_adresse_none_retournee_correctement ... FAILED [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_get_values_of_property_alimente_hashmap_correctement ... FAILED [INFO] [stdout] test test_orphelin_dans_source_enfants_est_ignore ... 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_parent_sans_enfants_retourne_vec_vide ... FAILED [INFO] [stdout] test test_sans_filtre_enfants_correctement_associes ... FAILED [INFO] [stdout] test test_filtre_finished_retourne_parents_qui_terminent_par ... FAILED [INFO] [stdout] test test_sans_filtre_retourne_tous_les_parents ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_adresse_none_retournee_correctement stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_adresse_none_retournee_correctement' (27) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb0679555bc - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb0679555bc - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:78:61 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb06795ccd5 - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::::{closure#3} [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41 [INFO] [stdout] 35: 0x5bb0679620c5 - <&mut generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3} as core[fa0eadad68403074]::ops::function::FnOnce<(&test_get_parents[a800d9e6e2c225ae]::ParentTest,)>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:310:21 [INFO] [stdout] 36: 0x5bb0679620c5 - >::map::::{closure#3}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1165:29 [INFO] [stdout] 37: 0x5bb0679620c5 - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::next [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 38: 0x5bb067959788 - as alloc[49b8922c36ca62de]::vec::spec_from_iter_nested::SpecFromIterNested, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter_nested.rs:24:41 [INFO] [stdout] 39: 0x5bb06795941d - as alloc[49b8922c36ca62de]::vec::spec_from_iter::SpecFromIter, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter.rs:33:9 [INFO] [stdout] 40: 0x5bb067958165 - as core[fa0eadad68403074]::iter::traits::collect::FromIterator>::from_iter::, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/mod.rs:3884:9 [INFO] [stdout] 41: 0x5bb0679605dd - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 42: 0x5bb06795a43d - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens:: [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6 [INFO] [stdout] 43: 0x5bb0679514b0 - test_get_parents[a800d9e6e2c225ae]::test_adresse_none_retournee_correctement [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:340:40 [INFO] [stdout] 44: 0x5bb06794f507 - test_get_parents[a800d9e6e2c225ae]::test_adresse_none_retournee_correctement::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:329:46 [INFO] [stdout] 45: 0x5bb067962b36 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x75453673aaa4 - [INFO] [stdout] 67: 0x7545367c7a64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_adresse_et_poster_correctement_transmis stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_adresse_et_poster_correctement_transmis' (26) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb067955657 - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb067955657 - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb06795ccd5 - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::::{closure#3} [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41 [INFO] [stdout] 35: 0x5bb0679620c5 - <&mut generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3} as core[fa0eadad68403074]::ops::function::FnOnce<(&test_get_parents[a800d9e6e2c225ae]::ParentTest,)>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:310:21 [INFO] [stdout] 36: 0x5bb0679620c5 - >::map::::{closure#3}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1165:29 [INFO] [stdout] 37: 0x5bb0679620c5 - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::next [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 38: 0x5bb067959788 - as alloc[49b8922c36ca62de]::vec::spec_from_iter_nested::SpecFromIterNested, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter_nested.rs:24:41 [INFO] [stdout] 39: 0x5bb06795941d - as alloc[49b8922c36ca62de]::vec::spec_from_iter::SpecFromIter, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter.rs:33:9 [INFO] [stdout] 40: 0x5bb067958165 - as core[fa0eadad68403074]::iter::traits::collect::FromIterator>::from_iter::, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/mod.rs:3884:9 [INFO] [stdout] 41: 0x5bb0679605dd - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 42: 0x5bb06795a43d - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens:: [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6 [INFO] [stdout] 43: 0x5bb067952567 - test_get_parents[a800d9e6e2c225ae]::test_adresse_et_poster_correctement_transmis [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:316:40 [INFO] [stdout] 44: 0x5bb06794f5f7 - test_get_parents[a800d9e6e2c225ae]::test_adresse_et_poster_correctement_transmis::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:315:50 [INFO] [stdout] 45: 0x5bb067962c76 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x75453673aaa4 - [INFO] [stdout] 67: 0x7545367c7a64 - clone [INFO] [stdout] 68: 0x0 - [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' (31) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb067955657 - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb067955657 - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb06795ccd5 - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::::{closure#3} [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41 [INFO] [stdout] 35: 0x5bb0679620c5 - <&mut generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3} as core[fa0eadad68403074]::ops::function::FnOnce<(&test_get_parents[a800d9e6e2c225ae]::ParentTest,)>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:310:21 [INFO] [stdout] 36: 0x5bb0679620c5 - >::map::::{closure#3}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1165:29 [INFO] [stdout] 37: 0x5bb0679620c5 - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::next [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 38: 0x5bb067959788 - as alloc[49b8922c36ca62de]::vec::spec_from_iter_nested::SpecFromIterNested, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter_nested.rs:24:41 [INFO] [stdout] 39: 0x5bb06795941d - as alloc[49b8922c36ca62de]::vec::spec_from_iter::SpecFromIter, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter.rs:33:9 [INFO] [stdout] 40: 0x5bb067958165 - as core[fa0eadad68403074]::iter::traits::collect::FromIterator>::from_iter::, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/mod.rs:3884:9 [INFO] [stdout] 41: 0x5bb0679605dd - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 42: 0x5bb06795a43d - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens:: [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6 [INFO] [stdout] 43: 0x5bb06795416a - test_get_parents[a800d9e6e2c225ae]::test_filtre_begin_retourne_parents_qui_commencent_par [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:243:40 [INFO] [stdout] 44: 0x5bb06794f6b7 - test_get_parents[a800d9e6e2c225ae]::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: 0x5bb067962d76 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x75453673aaa4 - [INFO] [stdout] 67: 0x7545367c7a64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_filtre_contains_retourne_parents_qui_contiennent stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_filtre_contains_retourne_parents_qui_contiennent' (32) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb067955657 - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb067955657 - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb06795ccd5 - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::::{closure#3} [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41 [INFO] [stdout] 35: 0x5bb0679620c5 - <&mut generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3} as core[fa0eadad68403074]::ops::function::FnOnce<(&test_get_parents[a800d9e6e2c225ae]::ParentTest,)>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:310:21 [INFO] [stdout] 36: 0x5bb0679620c5 - >::map::::{closure#3}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1165:29 [INFO] [stdout] 37: 0x5bb0679620c5 - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::next [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 38: 0x5bb067959788 - as alloc[49b8922c36ca62de]::vec::spec_from_iter_nested::SpecFromIterNested, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter_nested.rs:24:41 [INFO] [stdout] 39: 0x5bb06795941d - as alloc[49b8922c36ca62de]::vec::spec_from_iter::SpecFromIter, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter.rs:33:9 [INFO] [stdout] 40: 0x5bb067958165 - as core[fa0eadad68403074]::iter::traits::collect::FromIterator>::from_iter::, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/mod.rs:3884:9 [INFO] [stdout] 41: 0x5bb0679605dd - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 42: 0x5bb06795a43d - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens:: [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6 [INFO] [stdout] 43: 0x5bb06795442a - test_get_parents[a800d9e6e2c225ae]::test_filtre_contains_retourne_parents_qui_contiennent [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:271:40 [INFO] [stdout] 44: 0x5bb06794f6e7 - test_get_parents[a800d9e6e2c225ae]::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: 0x5bb067962db6 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x75453673aaa4 - [INFO] [stdout] 67: 0x7545367c7a64 - clone [INFO] [stdout] 68: 0x0 - [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' (36) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb067955657 - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb067955657 - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb067954b88 - test_get_parents[a800d9e6e2c225ae]::test_get_values_of_property_alimente_hashmap_correctement [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:416:22 [INFO] [stdout] 35: 0x5bb06794f747 - test_get_parents[a800d9e6e2c225ae]::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: 0x5bb067962e36 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 37: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 38: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 39: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 40: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 41: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 42: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 43: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 44: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 45: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 46: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 47: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 48: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 49: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 54: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 55: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 56: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 57: 0x75453673aaa4 - [INFO] [stdout] 58: 0x7545367c7a64 - clone [INFO] [stdout] 59: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_orphelin_dans_source_enfants_est_ignore stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_orphelin_dans_source_enfants_est_ignore' (37) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb067955657 - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb067955657 - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb06795ccd5 - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::::{closure#3} [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41 [INFO] [stdout] 35: 0x5bb0679620c5 - <&mut generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3} as core[fa0eadad68403074]::ops::function::FnOnce<(&test_get_parents[a800d9e6e2c225ae]::ParentTest,)>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:310:21 [INFO] [stdout] 36: 0x5bb0679620c5 - >::map::::{closure#3}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1165:29 [INFO] [stdout] 37: 0x5bb0679620c5 - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::next [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 38: 0x5bb067959788 - as alloc[49b8922c36ca62de]::vec::spec_from_iter_nested::SpecFromIterNested, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter_nested.rs:24:41 [INFO] [stdout] 39: 0x5bb06795941d - as alloc[49b8922c36ca62de]::vec::spec_from_iter::SpecFromIter, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter.rs:33:9 [INFO] [stdout] 40: 0x5bb067958165 - as core[fa0eadad68403074]::iter::traits::collect::FromIterator>::from_iter::, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/mod.rs:3884:9 [INFO] [stdout] 41: 0x5bb0679605dd - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 42: 0x5bb06795a43d - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens:: [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6 [INFO] [stdout] 43: 0x5bb0679528fa - test_get_parents[a800d9e6e2c225ae]::test_orphelin_dans_source_enfants_est_ignore [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:362:40 [INFO] [stdout] 44: 0x5bb06794f627 - test_get_parents[a800d9e6e2c225ae]::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: 0x5bb067962cb6 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x75453673aaa4 - [INFO] [stdout] 67: 0x7545367c7a64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_filtre_equal_insensible_casse stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_filtre_equal_insensible_casse' (33) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb067955657 - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb067955657 - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb06795ccd5 - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::::{closure#3} [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41 [INFO] [stdout] 35: 0x5bb0679620c5 - <&mut generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3} as core[fa0eadad68403074]::ops::function::FnOnce<(&test_get_parents[a800d9e6e2c225ae]::ParentTest,)>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:310:21 [INFO] [stdout] 36: 0x5bb0679620c5 - >::map::::{closure#3}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1165:29 [INFO] [stdout] 37: 0x5bb0679620c5 - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::next [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 38: 0x5bb067959788 - as alloc[49b8922c36ca62de]::vec::spec_from_iter_nested::SpecFromIterNested, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter_nested.rs:24:41 [INFO] [stdout] 39: 0x5bb06795941d - as alloc[49b8922c36ca62de]::vec::spec_from_iter::SpecFromIter, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter.rs:33:9 [INFO] [stdout] 40: 0x5bb067958165 - as core[fa0eadad68403074]::iter::traits::collect::FromIterator>::from_iter::, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/mod.rs:3884:9 [INFO] [stdout] 41: 0x5bb0679605dd - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 42: 0x5bb06795a43d - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens:: [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6 [INFO] [stdout] 43: 0x5bb067950b87 - test_get_parents[a800d9e6e2c225ae]::test_filtre_equal_insensible_casse [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:229:40 [INFO] [stdout] 44: 0x5bb06794f4d7 - test_get_parents[a800d9e6e2c225ae]::test_filtre_equal_insensible_casse::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:228:40 [INFO] [stdout] 45: 0x5bb067962af6 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x75453673aaa4 - [INFO] [stdout] 67: 0x7545367c7a64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_filtre_equal_retourne_un_seul_parent stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_filtre_equal_retourne_un_seul_parent' (34) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb067955657 - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb067955657 - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb06795ccd5 - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::::{closure#3} [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41 [INFO] [stdout] 35: 0x5bb0679620c5 - <&mut generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3} as core[fa0eadad68403074]::ops::function::FnOnce<(&test_get_parents[a800d9e6e2c225ae]::ParentTest,)>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:310:21 [INFO] [stdout] 36: 0x5bb0679620c5 - >::map::::{closure#3}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1165:29 [INFO] [stdout] 37: 0x5bb0679620c5 - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::next [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 38: 0x5bb067959788 - as alloc[49b8922c36ca62de]::vec::spec_from_iter_nested::SpecFromIterNested, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter_nested.rs:24:41 [INFO] [stdout] 39: 0x5bb06795941d - as alloc[49b8922c36ca62de]::vec::spec_from_iter::SpecFromIter, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter.rs:33:9 [INFO] [stdout] 40: 0x5bb067958165 - as core[fa0eadad68403074]::iter::traits::collect::FromIterator>::from_iter::, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/mod.rs:3884:9 [INFO] [stdout] 41: 0x5bb0679605dd - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 42: 0x5bb06795a43d - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens:: [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6 [INFO] [stdout] 43: 0x5bb0679518b7 - test_get_parents[a800d9e6e2c225ae]::test_filtre_equal_retourne_un_seul_parent [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:215:40 [INFO] [stdout] 44: 0x5bb06794f537 - test_get_parents[a800d9e6e2c225ae]::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: 0x5bb067962b76 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x75453673aaa4 - [INFO] [stdout] 67: 0x7545367c7a64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_parent_sans_enfants_retourne_vec_vide stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_parent_sans_enfants_retourne_vec_vide' (38) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb0679555bc - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb0679555bc - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:78:61 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb06795ccd5 - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::::{closure#3} [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41 [INFO] [stdout] 35: 0x5bb0679620c5 - <&mut generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3} as core[fa0eadad68403074]::ops::function::FnOnce<(&test_get_parents[a800d9e6e2c225ae]::ParentTest,)>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:310:21 [INFO] [stdout] 36: 0x5bb0679620c5 - >::map::::{closure#3}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1165:29 [INFO] [stdout] 37: 0x5bb0679620c5 - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::next [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 38: 0x5bb067959788 - as alloc[49b8922c36ca62de]::vec::spec_from_iter_nested::SpecFromIterNested, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter_nested.rs:24:41 [INFO] [stdout] 39: 0x5bb06795941d - as alloc[49b8922c36ca62de]::vec::spec_from_iter::SpecFromIter, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter.rs:33:9 [INFO] [stdout] 40: 0x5bb067958165 - as core[fa0eadad68403074]::iter::traits::collect::FromIterator>::from_iter::, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/mod.rs:3884:9 [INFO] [stdout] 41: 0x5bb0679605dd - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 42: 0x5bb06795a43d - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens:: [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6 [INFO] [stdout] 43: 0x5bb06795207b - test_get_parents[a800d9e6e2c225ae]::test_parent_sans_enfants_retourne_vec_vide [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:302:40 [INFO] [stdout] 44: 0x5bb06794f597 - test_get_parents[a800d9e6e2c225ae]::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: 0x5bb067962bf6 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x75453673aaa4 - [INFO] [stdout] 67: 0x7545367c7a64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_sans_filtre_enfants_correctement_associes stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_sans_filtre_enfants_correctement_associes' (39) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb067955657 - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb067955657 - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb06795ccd5 - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::::{closure#3} [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41 [INFO] [stdout] 35: 0x5bb0679620c5 - <&mut generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3} as core[fa0eadad68403074]::ops::function::FnOnce<(&test_get_parents[a800d9e6e2c225ae]::ParentTest,)>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:310:21 [INFO] [stdout] 36: 0x5bb0679620c5 - >::map::::{closure#3}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1165:29 [INFO] [stdout] 37: 0x5bb0679620c5 - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::next [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 38: 0x5bb067959788 - as alloc[49b8922c36ca62de]::vec::spec_from_iter_nested::SpecFromIterNested, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter_nested.rs:24:41 [INFO] [stdout] 39: 0x5bb06795941d - as alloc[49b8922c36ca62de]::vec::spec_from_iter::SpecFromIter, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter.rs:33:9 [INFO] [stdout] 40: 0x5bb067958165 - as core[fa0eadad68403074]::iter::traits::collect::FromIterator>::from_iter::, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/mod.rs:3884:9 [INFO] [stdout] 41: 0x5bb0679605dd - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 42: 0x5bb06795a43d - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens:: [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6 [INFO] [stdout] 43: 0x5bb067952b17 - test_get_parents[a800d9e6e2c225ae]::test_sans_filtre_enfants_correctement_associes [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:194:40 [INFO] [stdout] 44: 0x5bb06794f657 - test_get_parents[a800d9e6e2c225ae]::test_sans_filtre_enfants_correctement_associes::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:193:52 [INFO] [stdout] 45: 0x5bb067962cf6 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x75453673aaa4 - [INFO] [stdout] 67: 0x7545367c7a64 - clone [INFO] [stdout] 68: 0x0 - [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' (35) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stderr] error: test failed, to rerun pass `--test test_get_parents` [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb067955657 - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb067955657 - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb06795ccd5 - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::::{closure#3} [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41 [INFO] [stdout] 35: 0x5bb0679620c5 - <&mut generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3} as core[fa0eadad68403074]::ops::function::FnOnce<(&test_get_parents[a800d9e6e2c225ae]::ParentTest,)>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:310:21 [INFO] [stdout] 36: 0x5bb0679620c5 - >::map::::{closure#3}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1165:29 [INFO] [stdout] 37: 0x5bb0679620c5 - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::next [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 38: 0x5bb067959788 - as alloc[49b8922c36ca62de]::vec::spec_from_iter_nested::SpecFromIterNested, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter_nested.rs:24:41 [INFO] [stdout] 39: 0x5bb06795941d - as alloc[49b8922c36ca62de]::vec::spec_from_iter::SpecFromIter, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter.rs:33:9 [INFO] [stdout] 40: 0x5bb067958165 - as core[fa0eadad68403074]::iter::traits::collect::FromIterator>::from_iter::, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/mod.rs:3884:9 [INFO] [stdout] 41: 0x5bb0679605dd - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 42: 0x5bb06795a43d - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens:: [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6 [INFO] [stdout] 43: 0x5bb0679546e4 - test_get_parents[a800d9e6e2c225ae]::test_filtre_finished_retourne_parents_qui_terminent_par [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:257:40 [INFO] [stdout] 44: 0x5bb06794f717 - test_get_parents[a800d9e6e2c225ae]::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: 0x5bb067962df6 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x75453673aaa4 - [INFO] [stdout] 67: 0x7545367c7a64 - clone [INFO] [stdout] 68: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_sans_filtre_retourne_tous_les_parents stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_sans_filtre_retourne_tous_les_parents' (40) 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: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bb0679fabca - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bb0679fabca - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5bb0679fabca - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5bb067a0f13a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5bb067a0f13a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5bb0679ff452 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bb0679ff452 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5bb0679d9def - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5bb0679d9def - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5bb0679f3139 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5bb06796ef4c - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5bb06796ef4c - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bb0679f32f2 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5bb0679f32f2 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5bb0679d9eda - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x5bb0679cf0b9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5bb0679dabbd - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5bb067a0f8cc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5bb067a0f892 - core[fa0eadad68403074]::panicking::panic [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:150:5 [INFO] [stdout] 20: 0x5bb067a0f5e9 - core[fa0eadad68403074]::option::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:2251:5 [INFO] [stdout] 21: 0x5bb067955657 - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1016:21 [INFO] [stdout] 22: 0x5bb067955657 - ::get_fields [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:79:59 [INFO] [stdout] 23: 0x5bb06795cdd8 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:14:48 [INFO] [stdout] 24: 0x5bb067960ba8 - core[fa0eadad68403074]::iter::adapters::map::map_fold::<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:88:28 [INFO] [stdout] 25: 0x5bb06794ce67 - as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::adapters::map::map_fold<&&str, (alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), (), generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}, core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/slice/iter/macros.rs:279:27 [INFO] [stdout] 26: 0x5bb067960194 - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::fold::<(), core[fa0eadad68403074]::iter::traits::iterator::Iterator::for_each::call<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value), as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:128:19 [INFO] [stdout] 27: 0x5bb0679606aa - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::for_each::< as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>>::{closure#0}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:861:14 [INFO] [stdout] 28: 0x5bb06794c245 - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rust/deps/hashbrown-0.16.1/src/map.rs:4661:14 [INFO] [stdout] 29: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::Extend<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::extend::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2941:19 [INFO] [stdout] 30: 0x5bb06795c35b - as core[fa0eadad68403074]::iter::traits::collect::FromIterator<(alloc[49b8922c36ca62de]::string::String, serde_json[f34594f17c6df567]::value::Value)>>::from_iter::, generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/collections/hash/map.rs:2925:13 [INFO] [stdout] 31: 0x5bb06796068d - , generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields::{closure#0}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 32: 0x5bb06795a8c2 - generic_relation_helpers[a82bf468103348a9]::helpers::builder_hasmap_for_fields::build_hashmap_from_fields:: [INFO] [stdout] at /opt/rustwide/workdir/src/helpers/builder_hasmap_for_fields.rs:15:10 [INFO] [stdout] 33: 0x5bb067955456 - >::get_values_of_property [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:61:9 [INFO] [stdout] 34: 0x5bb06795ccd5 - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::::{closure#3} [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:79:41 [INFO] [stdout] 35: 0x5bb0679620c5 - <&mut generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3} as core[fa0eadad68403074]::ops::function::FnOnce<(&test_get_parents[a800d9e6e2c225ae]::ParentTest,)>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:310:21 [INFO] [stdout] 36: 0x5bb0679620c5 - >::map::::{closure#3}> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/option.rs:1165:29 [INFO] [stdout] 37: 0x5bb0679620c5 - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::next [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 38: 0x5bb067959788 - as alloc[49b8922c36ca62de]::vec::spec_from_iter_nested::SpecFromIterNested, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter_nested.rs:24:41 [INFO] [stdout] 39: 0x5bb06795941d - as alloc[49b8922c36ca62de]::vec::spec_from_iter::SpecFromIter, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>>>::from_iter [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/spec_from_iter.rs:33:9 [INFO] [stdout] 40: 0x5bb067958165 - as core[fa0eadad68403074]::iter::traits::collect::FromIterator>::from_iter::, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/vec/mod.rs:3884:9 [INFO] [stdout] 41: 0x5bb0679605dd - , generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#2}>, generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens::{closure#3}> as core[fa0eadad68403074]::iter::traits::iterator::Iterator>::collect::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/iter/traits/iterator.rs:2080:9 [INFO] [stdout] 42: 0x5bb06795a43d - generic_relation_helpers[a82bf468103348a9]::propers_link_childrens_with_parent::get_parents_with_their_childrens:: [INFO] [stdout] at /opt/rustwide/workdir/src/propers_link_childrens_with_parent.rs:81:6 [INFO] [stdout] 43: 0x5bb067952316 - test_get_parents[a800d9e6e2c225ae]::test_sans_filtre_retourne_tous_les_parents [INFO] [stdout] at /opt/rustwide/workdir/tests/test_get_parents.rs:181:40 [INFO] [stdout] 44: 0x5bb06794f5c7 - test_get_parents[a800d9e6e2c225ae]::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: 0x5bb067962c36 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: 0x5bb06796302b - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5bb06796302b - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 48: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 49: 0x5bb06796fa1b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 50: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 51: 0x5bb06796fa1b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 52: 0x5bb06796fa1b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 53: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 54: 0x5bb06796fa1b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 55: 0x5bb067969e74 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 56: 0x5bb067969e74 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 57: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 58: 0x5bb067972622 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 59: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 60: 0x5bb067972622 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 61: 0x5bb067972622 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 62: 0x5bb067972622 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 63: 0x5bb067972622 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 64: 0x5bb0679fa4df - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 65: 0x5bb0679fa4df - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 66: 0x75453673aaa4 - [INFO] [stdout] 67: 0x7545367c7a64 - clone [INFO] [stdout] 68: 0x0 - [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.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6f4813b511c3cfb75548e6b2cd4529c6858c3eb98b7676aebe0a8a6978e2f1fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f4813b511c3cfb75548e6b2cd4529c6858c3eb98b7676aebe0a8a6978e2f1fb", kill_on_drop: false }` [INFO] [stdout] 6f4813b511c3cfb75548e6b2cd4529c6858c3eb98b7676aebe0a8a6978e2f1fb